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

Method rows

Eigen/src/SparseQR/SparseQR.h:124–124  ·  view source on GitHub ↗

\returns the number of rows of the represented matrix. */

Source from the content-addressed store, hash-verified

122 /** \returns the number of rows of the represented matrix.
123 */
124 inline Index rows() const { return m_pmat.rows(); }
125
126 /** \returns the number of columns of the represented matrix.
127 */

Callers 10

_solve_implMethod · 0.95
solveMethod · 0.95
analyzePatternMethod · 0.45
factorizeMethod · 0.45
rowsMethod · 0.45
evalToMethod · 0.45
rowsMethod · 0.45
colsMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected