mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Specify Permutation Index for PartialPivLU and FullPivLU
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
eb4dbf6135
commit
7bf2968fed
@@ -270,8 +270,8 @@ typedef lapack_int DefaultPermutationIndex;
|
||||
typedef int DefaultPermutationIndex;
|
||||
#endif
|
||||
|
||||
template<typename MatrixType> class FullPivLU;
|
||||
template<typename MatrixType> class PartialPivLU;
|
||||
template<typename MatrixType, typename PermutationIndex = DefaultPermutationIndex> class FullPivLU;
|
||||
template<typename MatrixType, typename PermutationIndex = DefaultPermutationIndex> class PartialPivLU;
|
||||
namespace internal {
|
||||
template<typename MatrixType> struct inverse_impl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user