MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / diagonal

Method diagonal

include/Eigen/src/SparseCore/SparseMatrix.h:752–752  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected