\returns a const expression of the diagonal coefficients. */
| 762 | |
| 763 | /** \returns a const expression of the diagonal coefficients. */ |
| 764 | const ConstDiagonalReturnType diagonal() const { return ConstDiagonalReturnType(*this); } |
| 765 | |
| 766 | /** \returns a read-write expression of the diagonal coefficients. |
| 767 | * \warning If the diagonal entries are written, then all diagonal |
no outgoing calls
no test coverage detected