mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix compilation of PardisoSupport
This commit is contained in:
@@ -117,7 +117,9 @@ class PardisoImpl : public SparseSolverBase<Derived>
|
||||
typedef Matrix<StorageIndex, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
|
||||
typedef Array<StorageIndex,64,1,DontAlign> ParameterType;
|
||||
enum {
|
||||
ScalarIsComplex = NumTraits<Scalar>::IsComplex
|
||||
ScalarIsComplex = NumTraits<Scalar>::IsComplex,
|
||||
ColsAtCompileTime = Dynamic,
|
||||
MaxColsAtCompileTime = Dynamic
|
||||
};
|
||||
|
||||
PardisoImpl()
|
||||
|
||||
Reference in New Issue
Block a user