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

Method Base

include/Eigen/Eigen/src/Core/Array.h:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 */
170 template <typename... ArgTypes>
171 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
172 Array(const Scalar& a0, const Scalar& a1, const Scalar& a2, const Scalar& a3, const ArgTypes&... args)
173 : Base(a0, a1, a2, a3, args...) {}
174
175 /** \brief Constructs an array and initializes it from the coefficients given as initializer-lists grouped by row. \cpp11
176 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected