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

Method AlignedBox

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

Default constructor initializing a null box. */

Source from the content-addressed store, hash-verified

101
102 /** Default constructor initializing a null box. */
103 EIGEN_DEVICE_FUNC inline AlignedBox()
104 { if (EIGEN_CONST_CONDITIONAL(AmbientDimAtCompileTime!=Dynamic)) setEmpty(); }
105
106 /** Constructs a null box with \a _dim the dimension of the ambient space. */
107 EIGEN_DEVICE_FUNC inline explicit AlignedBox(Index _dim) : m_min(_dim), m_max(_dim)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected