mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add tutorial for sparse solvers
This commit is contained in:
@@ -478,7 +478,7 @@ class SparseMatrix
|
||||
}
|
||||
|
||||
/** Turns the matrix into the uncompressed mode */
|
||||
void Uncompress()
|
||||
void uncompress()
|
||||
{
|
||||
if(m_innerNonZeros != 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user