mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* sparse LU: add extraction of L,U,P, and Q, as well as determinant
for both backends. * extended a bit the sparse unit tests
This commit is contained in:
@@ -189,6 +189,10 @@ class SparseMatrix
|
||||
m_outerSize = outerSize;
|
||||
}
|
||||
}
|
||||
void resizeNonZeros(int size)
|
||||
{
|
||||
m_data.resize(size);
|
||||
}
|
||||
|
||||
inline SparseMatrix()
|
||||
: m_outerSize(0), m_innerSize(0), m_outerIndex(0)
|
||||
|
||||
Reference in New Issue
Block a user