MCPcopy Create free account
hub / github.com/PX4/eigen / diagonal

Method diagonal

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

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

Source from the content-addressed store, hash-verified

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

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