SparseUtil.h File Reference

Go to the source code of this file.

Classes

class  Eigen::Triplet< Scalar, StorageIndex >
 A small structure to hold a non zero as a triplet (i,j,value). More...
 

Namespaces

 Eigen
 : InteropHeaders
 
 Eigen::internal
 

Macros

#define EIGEN_DBG_SPARSE(X)
 
#define EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(Derived, Op)
 
#define EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATORS(Derived)
 
#define EIGEN_SPARSE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR(Derived, Op)
 
#define EIGEN_SPARSE_PUBLIC_INTERFACE(Derived)
 

Variables

const int Eigen::CoherentAccessPattern
 
const int Eigen::InnerRandomAccessPattern
 
const int Eigen::OuterRandomAccessPattern
 
const int Eigen::RandomAccessPattern
 

Macro Definition Documentation

◆ EIGEN_DBG_SPARSE

#define EIGEN_DBG_SPARSE (   X)

Definition at line 20 of file SparseUtil.h.

◆ EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR

#define EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR (   Derived,
  Op 
)

Definition at line 23 of file SparseUtil.h.

◆ EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATORS

#define EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATORS (   Derived)

Definition at line 41 of file SparseUtil.h.

◆ EIGEN_SPARSE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR

#define EIGEN_SPARSE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR (   Derived,
  Op 
)

Definition at line 34 of file SparseUtil.h.

◆ EIGEN_SPARSE_PUBLIC_INTERFACE

#define EIGEN_SPARSE_PUBLIC_INTERFACE (   Derived)

Definition at line 45 of file SparseUtil.h.