mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
export IsRowMajor in MappedSparseMatrix
This commit is contained in:
parent
9b1ad5e5bd
commit
728ca6ad9c
@ -46,9 +46,9 @@ class MappedSparseMatrix
|
||||
{
|
||||
public:
|
||||
EIGEN_SPARSE_PUBLIC_INTERFACE(MappedSparseMatrix)
|
||||
enum { IsRowMajor = Base::IsRowMajor };
|
||||
|
||||
protected:
|
||||
enum { IsRowMajor = Base::IsRowMajor };
|
||||
|
||||
Index m_outerSize;
|
||||
Index m_innerSize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user