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