\returns a const expression of the diagonal coefficients. */
| 648 | |
| 649 | /** \returns a const expression of the diagonal coefficients. */ |
| 650 | const ConstDiagonalReturnType diagonal() const { return ConstDiagonalReturnType(*this); } |
| 651 | |
| 652 | /** \returns a read-write expression of the diagonal coefficients. |
| 653 | * \warning If the diagonal entries are written, then all diagonal |
no outgoing calls
no test coverage detected