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

Method cols

Eigen/src/SparseCore/SparseMatrixBase.h:173–173  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

171 inline Index rows() const { return derived().rows(); }
172 /** \returns the number of columns. \sa rows() */
173 inline Index cols() const { return derived().cols(); }
174 /** \returns the number of coefficients, which is \a rows()*cols().
175 * \sa rows(), cols(). */
176 inline Index size() const { return rows() * cols(); }

Callers 3

outerSizeMethod · 0.95
innerSizeMethod · 0.95
SparseMatrixBaseClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected