new feature: copy from a sparse selfadjoint view to a full sparse matrix

This commit is contained in:
Gael Guennebaud
2010-11-15 14:14:05 +01:00
parent 5a3a229550
commit 9a3ec637ff
5 changed files with 104 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ class DynamicSparseMatrix
/** \returns a reference to the coefficient value at given position \a row, \a col
* This operation involes a log(rho*outer_size) binary search. If the coefficient does not
* exist yet, then a sorted insertion Indexo a sequential buffer is performed.
* exist yet, then a sorted insertion into a sequential buffer is performed.
*/
inline Scalar& coeffRef(Index row, Index col)
{