MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / diagonal

Function diagonal

Externals/eigen/Eigen/src/SparseCore/SparseMatrix.h:626–626  ·  view source on GitHub ↗

\returns a const expression of the diagonal coefficients */

Source from the content-addressed store, hash-verified

624
625 /** \returns a const expression of the diagonal coefficients */
626 const Diagonal<const SparseMatrix> diagonal() const { return *this; }
627
628 /** Default constructor yielding an empty \c 0 \c x \c 0 matrix */
629 inline SparseMatrix()

Callers 10

evalToMethod · 0.85
partMethod · 0.85
addToMethod · 0.85
subToMethod · 0.85
rowsMethod · 0.85
colsMethod · 0.85
inverseMethod · 0.85
operator*Method · 0.85
isApproxMethod · 0.85
evalToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected