MCPcopy Create free account
hub / github.com/SS47816/fiss_planner / rows

Function rows

include/fiss_planner/Eigen/src/SparseCore/SparseMatrixBase.h:160–160  ·  view source on GitHub ↗

\returns the number of rows. \sa cols() */

Source from the content-addressed store, hash-verified

158
159 /** \returns the number of rows. \sa cols() */
160 inline Index rows() const { return derived().rows(); }
161 /** \returns the number of columns. \sa rows() */
162 inline Index cols() const { return derived().cols(); }
163 /** \returns the number of coefficients, which is \a rows()*cols().

Callers 2

sizeFunction · 0.70
isVectorFunction · 0.70

Calls 1

rowsMethod · 0.45

Tested by

no test coverage detected