MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / rows

Method rows

include/Eigen/Eigen/src/Core/DiagonalMatrix.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 /** \returns the number of rows. */
83 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR
84 inline Index rows() const { return diagonal().size(); }
85 /** \returns the number of columns. */
86 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR
87 inline Index cols() const { return diagonal().size(); }

Callers 1

runMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected