MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / Base

Method Base

include/rabitqlib/third/Eigen/src/Core/Matrix.h:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 */
294 template <typename... ArgTypes>
295 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
296 Matrix(const Scalar& a0, const Scalar& a1, const Scalar& a2, const Scalar& a3, const ArgTypes&... args)
297 : Base(a0, a1, a2, a3, args...) {}
298
299 /** \brief Constructs a Matrix and initializes it from the coefficients given as initializer-lists grouped by row. \cpp11
300 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected