MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / diagonal

Method diagonal

ibtk/contrib/eigen/Eigen/src/SparseCore/SparseMatrix.h:655–655  ·  view source on GitHub ↗

\returns a const expression of the diagonal coefficients. */

Source from the content-addressed store, hash-verified

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

Callers 8

determinantMethod · 0.45
product_evaluatorMethod · 0.45
product_evaluatorMethod · 0.45
runMethod · 0.45
JacobiSVD.hFile · 0.45
householderUMethod · 0.45
divideMethod · 0.45
computeSVDofMMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected