Some fixes for incorrectly documented parameters identified by rst_parser.py (Bug #1205)

This commit is contained in:
Alexander Smorkalov
2013-06-14 11:53:54 +04:00
parent 98f6a4a615
commit 8f7ba03ed2
7 changed files with 67 additions and 4 deletions

View File

@@ -3409,8 +3409,6 @@ public:
//! converts dense 2d matrix to the sparse form
/*!
\param m the input matrix
\param try1d if true and m is a single-column matrix (Nx1),
then the sparse matrix will be 1-dimensional.
*/
explicit SparseMat(const Mat& m);
//! converts old-style sparse matrix to the new-style. All the data is copied