mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-23 18:19:34 +08:00
Update file ForwardDeclarations.h
This commit is contained in:
parent
37b2e97175
commit
fd2fd48703
@ -254,7 +254,7 @@ template<typename ExpressionType, int Direction> class VectorwiseOp;
|
|||||||
template<typename MatrixType,int RowFactor,int ColFactor> class Replicate;
|
template<typename MatrixType,int RowFactor,int ColFactor> class Replicate;
|
||||||
template<typename MatrixType, int Direction = BothDirections> class Reverse;
|
template<typename MatrixType, int Direction = BothDirections> class Reverse;
|
||||||
|
|
||||||
#if defined(EIGEN_USE_LAPACKE)
|
#if defined(EIGEN_USE_LAPACKE) && defined(lapack_int)
|
||||||
// Lapacke interface requires StorageIndex to be lapack_int
|
// Lapacke interface requires StorageIndex to be lapack_int
|
||||||
typedef lapack_int DefaultPermutationIndex;
|
typedef lapack_int DefaultPermutationIndex;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user