mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
forgot to include this file in previous commit (needed for lapack)
This commit is contained in:
parent
444c1bc55b
commit
3e2314dd67
@ -105,6 +105,7 @@ enum
|
||||
Conj = IsComplex
|
||||
};
|
||||
|
||||
typedef Matrix<Scalar,Dynamic,Dynamic,ColMajor> PlainMatrixType;
|
||||
typedef Map<Matrix<Scalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> > MatrixType;
|
||||
typedef Map<Matrix<Scalar,Dynamic,1>, 0, InnerStride<Dynamic> > StridedVectorType;
|
||||
typedef Map<Matrix<Scalar,Dynamic,1> > CompactVectorType;
|
||||
|
Loading…
x
Reference in New Issue
Block a user