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

Method dim

include/Eigen/Eigen/src/Geometry/AlignedBox.h:123–123  ·  view source on GitHub ↗

\returns the dimension in which the box holds */

Source from the content-addressed store, hash-verified

121
122 /** \returns the dimension in which the box holds */
123 EIGEN_DEVICE_FUNC inline Index dim() const { return AmbientDimAtCompileTime==Dynamic ? m_min.size() : Index(AmbientDimAtCompileTime); }
124
125 /** \deprecated use isEmpty() */
126 EIGEN_DEVICE_FUNC inline bool isNull() const { return isEmpty(); }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected