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

Method rows

include/Eigen/src/SparseLU/SparseLU.h:259–259  ·  view source on GitHub ↗

\brief Give the number of rows. */

Source from the content-addressed store, hash-verified

257 /** \brief Give the number of rows.
258 */
259 inline Index rows() const { return m_mat.rows(); }
260 /** \brief Give the number of columns.
261 */
262 inline Index cols() const { return m_mat.cols(); }

Callers 15

rowsMethod · 0.45
_solve_implMethod · 0.45
factorizeMethod · 0.45
rowsMethod · 0.45
rowsMethod · 0.45
allocateMethod · 0.45
runMethod · 0.45
allocateMethod · 0.45
runMethod · 0.45
allocateMethod · 0.45
runMethod · 0.45
allocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected