Medial Code Documentation
Loading...
Searching...
No Matches
Eigen::MapBase< Derived, Level > Class Template Reference

Base class for Map and Block expression with direct access. More...

#include <MapBase.h>

Inheritance diagram for Eigen::MapBase< Derived, Level >:
Eigen::Map< SparseMatrix< _Scalar, _Flags, _StorageIndex > > Eigen::Map< SparseMatrix< Scalar, _Flags, StorageIndex > > Eigen::RefBase< Ref< PlainObjectType, Options, StrideType > > Eigen::RefBase< Ref< const TPlainObjectType, Options, StrideType > > Eigen::RefBase< Ref< const UmfpackMatrixType, Options, StrideType > > Eigen::RefBase< Ref< const MatrixType, Options, StrideType > > Eigen::RefBase< Derived > Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex > Eigen::Ref< PlainObjectType, Options, StrideType > Eigen::Ref< const TPlainObjectType, Options, StrideType > Eigen::Ref< const UmfpackMatrixType, StandardCompressedFormat > Eigen::Ref< const MatrixType >

Detailed Description

template<typename Derived, int Level = internal::accessors_level<Derived>::has_write_access ? WriteAccessors : ReadOnlyAccessors>
class Eigen::MapBase< Derived, Level >

Base class for Map and Block expression with direct access.

See also
class Map, class Block

The documentation for this class was generated from the following file: