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

Method cols

Eigen/src/Core/TriangularMatrix.h:228–229  ·  view source on GitHub ↗

\copydoc EigenBase::cols() */

Source from the content-addressed store, hash-verified

226 inline Index rows() const { return m_matrix.rows(); }
227 /** \copydoc EigenBase::cols() */
228 EIGEN_DEVICE_FUNC
229 inline Index cols() const { return m_matrix.cols(); }
230
231 /** \returns a const reference to the nested expression */
232 EIGEN_DEVICE_FUNC

Callers

nothing calls this directly

Calls 1

colsMethod · 0.45

Tested by

no test coverage detected