mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-09 14:29:05 +08:00
taucs: make SupernodalMultifrontal the default mode
This commit is contained in:
parent
0b6b316f18
commit
ea1a2df370
@ -89,12 +89,12 @@ class SparseLLT<MatrixType,Taucs> : public SparseLLT<MatrixType>
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
SparseLLT(int flags = 0)
|
SparseLLT(int flags = SupernodalMultifrontal)
|
||||||
: Base(flags), m_taucsSupernodalFactor(0)
|
: Base(flags), m_taucsSupernodalFactor(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
SparseLLT(const MatrixType& matrix, int flags = 0)
|
SparseLLT(const MatrixType& matrix, int flags = SupernodalMultifrontal)
|
||||||
: Base(flags), m_taucsSupernodalFactor(0)
|
: Base(flags), m_taucsSupernodalFactor(0)
|
||||||
{
|
{
|
||||||
compute(matrix);
|
compute(matrix);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user