SparseAssign.h File Reference

Go to the source code of this file.

Namespaces

 Eigen
 : InteropHeaders
 
 Eigen::internal
 

Macros

#define EIGEN_CATCH_ASSIGN_DENSE_OP_SPARSE(ASSIGN_OP, BINOP, ASSIGN_OP2)
 

Functions

template<typename DstXprType , typename SrcXprType >
void Eigen::internal::assign_sparse_to_sparse (DstXprType &dst, const SrcXprType &src)
 
 Eigen::internal::EIGEN_CATCH_ASSIGN_DENSE_OP_SPARSE (add_assign_op, scalar_difference_op, sub_assign_op)
 
 Eigen::internal::EIGEN_CATCH_ASSIGN_DENSE_OP_SPARSE (add_assign_op, scalar_sum_op, add_assign_op)
 
 Eigen::internal::EIGEN_CATCH_ASSIGN_DENSE_OP_SPARSE (assign_op, scalar_difference_op, sub_assign_op)
 
 Eigen::internal::EIGEN_CATCH_ASSIGN_DENSE_OP_SPARSE (assign_op, scalar_sum_op, add_assign_op)
 
 Eigen::internal::EIGEN_CATCH_ASSIGN_DENSE_OP_SPARSE (sub_assign_op, scalar_difference_op, add_assign_op)
 
 Eigen::internal::EIGEN_CATCH_ASSIGN_DENSE_OP_SPARSE (sub_assign_op, scalar_sum_op, sub_assign_op)
 

Macro Definition Documentation

◆ EIGEN_CATCH_ASSIGN_DENSE_OP_SPARSE

#define EIGEN_CATCH_ASSIGN_DENSE_OP_SPARSE (   ASSIGN_OP,
  BINOP,
  ASSIGN_OP2 
)

Definition at line 213 of file SparseAssign.h.