\returns a const expression of the diagonal coefficients. */
| 750 | |
| 751 | /** \returns a const expression of the diagonal coefficients. */ |
| 752 | const ConstDiagonalReturnType diagonal() const { return ConstDiagonalReturnType(*this); } |
| 753 | |
| 754 | /** \returns a read-write expression of the diagonal coefficients. |
| 755 | * \warning If the diagonal entries are written, then all diagonal |
no outgoing calls
no test coverage detected