mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-23 01:59:38 +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 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
|
||||
typedef lapack_int DefaultPermutationIndex;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user