aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseMatrix.h
diff options
context:
space:
mode:
authorGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-09-07 13:14:57 +0200
committerGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-09-07 13:14:57 +0200
commit063705b5be5a41e324773887d3d5ae065321a719 (patch)
tree4c1accb576a621d0377e0e753971a71e1685bc60 /Eigen/src/SparseCore/SparseMatrix.h
parent2280f2490e802320838f8e51884abe8667a6112d (diff)
Add tutorial for sparse solvers
Diffstat (limited to 'Eigen/src/SparseCore/SparseMatrix.h')
-rw-r--r--Eigen/src/SparseCore/SparseMatrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/SparseCore/SparseMatrix.h b/Eigen/src/SparseCore/SparseMatrix.h
index 52a9dab70..87f3fb873 100644
--- a/Eigen/src/SparseCore/SparseMatrix.h
+++ b/Eigen/src/SparseCore/SparseMatrix.h
@@ -478,7 +478,7 @@ class SparseMatrix
}
/** Turns the matrix into the uncompressed mode */
- void Uncompress()
+ void uncompress()
{
if(m_innerNonZeros != 0)
return;