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

Method array

include/Eigen/Eigen/src/Core/MatrixBase.h:324–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 /** \returns an \link Eigen::ArrayBase Array \endlink expression of this matrix
323 * \sa ArrayBase::matrix() */
324 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper<Derived> array() { return ArrayWrapper<Derived>(derived()); }
325 /** \returns a const \link Eigen::ArrayBase Array \endlink expression of this matrix
326 * \sa ArrayBase::matrix() */
327 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ArrayWrapper<const Derived> array() const { return ArrayWrapper<const Derived>(derived()); }

Callers 15

update_linear_costFunction · 0.45
isEmptyMethod · 0.45
containsMethod · 0.45
intersectsMethod · 0.45
toRotationMatrixMethod · 0.45
_solve_implMethod · 0.45
runMethod · 0.45
allFiniteMethod · 0.45
runMethod · 0.45
runMethod · 0.45
unblockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected