Classes | Namespaces | Macros | Variables
SparseUtil.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::DenseSparseProductReturnType< Lhs, Rhs, InnerSize >
 
class  Eigen::DenseTimeSparseProduct< Lhs, Rhs >
 
class  Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >
 A sparse matrix class designed for matrix assembly purpose. More...
 
struct  Eigen::internal::eval< T, Sparse >
 
struct  Eigen::internal::generic_xpr_base< Derived, MatrixXpr, Sparse >
 
struct  Eigen::internal::glue_shapes< SparseShape, SelfAdjointShape >
 
struct  Eigen::internal::glue_shapes< SparseShape, TriangularShape >
 
class  Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >
 Sparse matrix. More...
 
struct  Eigen::internal::plain_matrix_type< T, Sparse >
 
struct  Eigen::internal::plain_object_eval< T, Sparse >
 
struct  Eigen::internal::solve_traits< Decomposition, RhsType, Sparse >
 
struct  Eigen::internal::sparse_eval< T, Rows, Cols, Flags >
 
struct  Eigen::internal::sparse_eval< T, Rows, Cols, Flags >
 
struct  Eigen::internal::sparse_eval< T, 1, 1, Flags >
 
struct  Eigen::internal::sparse_eval< T, 1, Cols, Flags >
 
struct  Eigen::internal::sparse_eval< T, Rows, 1, Flags >
 
class  Eigen::SparseDenseOuterProduct< Lhs, Rhs, Transpose >
 
struct  Eigen::SparseDenseProductReturnType< Lhs, Rhs, InnerSize >
 
class  Eigen::SparseDiagonalProduct< Lhs, Rhs >
 
class  Eigen::SparseMatrix< _Scalar, _Options, _StorageIndex >
 A versatible sparse matrix representation. More...
 
struct  Eigen::internal::SparseSelfAdjointShape
 
class  Eigen::SparseSelfAdjointView< MatrixType, _Mode >
 Pseudo expression to manipulate a triangular sparse matrix as a selfadjoint matrix. More...
 
class  Eigen::SparseSparseProduct< Lhs, Rhs >
 
struct  Eigen::SparseSparseProductReturnType< Lhs, Rhs >
 
class  Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >
 
class  Eigen::SparseTimeDenseProduct< Lhs, Rhs >
 
struct  Eigen::internal::SparseTriangularShape
 
class  Eigen::SparseVector< _Scalar, _Options, _StorageIndex >
 a sparse vector class More...
 
class  Eigen::SparseView< MatrixType >
 Expression of a dense or sparse matrix with zero or too small values removed. More...
 
class  Eigen::Triplet< Scalar, StorageIndex >
 A small structure to hold a non zero as a triplet (i,j,value). More...
 

Namespaces

 Eigen
 
 Eigen::internal
 

Macros

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

Variables

const int Eigen::CoherentAccessPattern = 0x1
 
const int Eigen::InnerRandomAccessPattern = 0x2 | CoherentAccessPattern
 
const int Eigen::OuterRandomAccessPattern = 0x4 | CoherentAccessPattern
 
const int Eigen::RandomAccessPattern = 0x8 | OuterRandomAccessPattern | InnerRandomAccessPattern
 

Macro Definition Documentation

#define EIGEN_DBG_SPARSE (   X)    X

Definition at line 18 of file SparseUtil.h.

#define EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR (   Derived,
  Op 
)
Value:
template<typename OtherDerived> \
EIGEN_STRONG_INLINE Derived& operator Op(const Eigen::SparseMatrixBase<OtherDerived>& other) \
{ \
return Base::operator Op(other.derived()); \
} \
EIGEN_STRONG_INLINE Derived& operator Op(const Derived& other) \
{ \
return Base::operator Op(other); \
}
#define EIGEN_STRONG_INLINE
Definition: Macros.h:493
Base class of any sparse matrices or sparse expressions.
return(x<=y?ADS(x):ADS(y))

Definition at line 21 of file SparseUtil.h.

#define EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATORS (   Derived)    EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(Derived, =)

Definition at line 39 of file SparseUtil.h.

#define EIGEN_SPARSE_INHERIT_SCALAR_ASSIGNMENT_OPERATOR (   Derived,
  Op 
)
Value:
template<typename Other> \
EIGEN_STRONG_INLINE Derived& operator Op(const Other& scalar) \
{ \
return Base::operator Op(scalar); \
}
#define EIGEN_STRONG_INLINE
Definition: Macros.h:493
return(x<=y?ADS(x):ADS(y))

Definition at line 32 of file SparseUtil.h.

#define EIGEN_SPARSE_PUBLIC_INTERFACE (   Derived)    EIGEN_GENERIC_PUBLIC_INTERFACE(Derived)

Definition at line 43 of file SparseUtil.h.



hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:09:50