\returns a const expression of the diagonal coefficients */
| 624 | |
| 625 | /** \returns a const expression of the diagonal coefficients */ |
| 626 | const Diagonal<const SparseMatrix> diagonal() const { return *this; } |
| 627 | |
| 628 | /** Default constructor yielding an empty \c 0 \c x \c 0 matrix */ |
| 629 | inline SparseMatrix() |