MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / Base

Method Base

dependency/densecrf3d/include/Eigen/src/Core/Array.h:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected