aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2013-03-05 12:55:03 +0100
committerGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2013-03-05 12:55:03 +0100
commita1ddf2e7a8f3d8ef21a13b3075a6e55b71c892a7 (patch)
treefbd589247013677f970501b8a1965b9a5f35d97b /Eigen
parent24d81aeb20330f185b4589a26568960e7f5aa395 (diff)
Update doc for the sparse module
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/SparseCore/SparseColEtree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/SparseCore/SparseColEtree.h b/Eigen/src/SparseCore/SparseColEtree.h
index e1de15afd..f89ca3814 100644
--- a/Eigen/src/SparseCore/SparseColEtree.h
+++ b/Eigen/src/SparseCore/SparseColEtree.h
@@ -55,6 +55,7 @@ Index etree_find (Index i, IndexVector& pp)
* \param mat The matrix in column-major format.
* \param parent The elimination tree
* \param firstRowElt The column index of the first element in each row
+ * \param perm The permutation to apply to the column of \b mat
*/
template <typename MatrixType, typename IndexVector>
int coletree(const MatrixType& mat, IndexVector& parent, IndexVector& firstRowElt, typename MatrixType::Index *perm=0)