SparseCompressedBase.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::traits< SparseCompressedBase< Derived > >
 
class  Eigen::SparseCompressedBase< Derived >
 Common base class for sparse [compressed]-{row|column}-storage format. More...
 
class  Eigen::SparseCompressedBase< Derived >::InnerIterator
 
class  Eigen::SparseCompressedBase< Derived >::ReverseInnerIterator
 
class  Eigen::internal::StorageVal< Scalar, StorageIndex >
 
class  Eigen::internal::StorageRef< Scalar, StorageIndex >
 
class  Eigen::internal::CompressedStorageIterator< Scalar, StorageIndex >
 
struct  Eigen::internal::inner_sort_impl< Derived, Comp, IsVector >
 
struct  Eigen::internal::inner_sort_impl< Derived, Comp, true >
 
struct  Eigen::internal::evaluator< SparseCompressedBase< Derived > >
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 Namespace containing low-level routines from the Eigen library.
 

Macros

#define MAKE_COMP(OP)    inline bool operator OP(const CompressedStorageIterator& other) const { return m_index OP other.m_index; }
 

Macro Definition Documentation

◆ MAKE_COMP

#define MAKE_COMP (   OP)     inline bool operator OP(const CompressedStorageIterator& other) const { return m_index OP other.m_index; }