MCPcopy Create free account
hub / github.com/dblalock/bolt / Array

Method Array

cpp/src/external/eigen/src/Core/Array.h:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 */
131 EIGEN_DEVICE_FUNC
132 EIGEN_STRONG_INLINE Array() : Base()
133 {
134 Base::_check_template_params();
135 EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED
136 }
137
138#ifndef EIGEN_PARSED_BY_DOXYGEN
139 // FIXME is it still needed ??

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45

Tested by

no test coverage detected