\returns a const expression of the diagonal coefficients. */
| 653 | |
| 654 | /** \returns a const expression of the diagonal coefficients. */ |
| 655 | const ConstDiagonalReturnType diagonal() const { return ConstDiagonalReturnType(*this); } |
| 656 | |
| 657 | /** \returns a read-write expression of the diagonal coefficients. |
| 658 | * \warning If the diagonal entries are written, then all diagonal |
no outgoing calls
no test coverage detected