Add tutorial for sparse solvers

This commit is contained in:
Desire NUENTSA
2012-09-07 13:14:57 +02:00
parent 2280f2490e
commit 063705b5be
5 changed files with 115 additions and 6 deletions

View File

@@ -478,7 +478,7 @@ class SparseMatrix
}
/** Turns the matrix into the uncompressed mode */
void Uncompress()
void uncompress()
{
if(m_innerNonZeros != 0)
return;