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

Method diagonal

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

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

Source from the content-addressed store, hash-verified

762
763 /** \returns a const expression of the diagonal coefficients. */
764 const ConstDiagonalReturnType diagonal() const { return ConstDiagonalReturnType(*this); }
765
766 /** \returns a read-write expression of the diagonal coefficients.
767 * \warning If the diagonal entries are written, then all diagonal

Callers 9

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