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

Method rows

Eigen/src/Core/TriangularMatrix.h:225–226  ·  view source on GitHub ↗

\copydoc EigenBase::rows() */

Source from the content-addressed store, hash-verified

223
224 /** \copydoc EigenBase::rows() */
225 EIGEN_DEVICE_FUNC
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(); }

Callers

nothing calls this directly

Calls 1

rowsMethod · 0.45

Tested by

no test coverage detected