MCPcopy Create free account
hub / github.com/PX4/eigen / _init2

Method _init2

Eigen/src/Core/PlainObjectBase.h:733–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731
732 template<typename T0, typename T1>
733 EIGEN_DEVICE_FUNC
734 EIGEN_STRONG_INLINE void _init2(Index rows, Index cols, typename internal::enable_if<Base::SizeAtCompileTime!=2,T0>::type* = 0)
735 {
736 EIGEN_STATIC_ASSERT(bool(NumTraits<T0>::IsInteger) &&
737 bool(NumTraits<T1>::IsInteger),
738 FLOATING_POINT_ARGUMENT_PASSED__INTEGER_WAS_EXPECTED)
739 resize(rows,cols);
740 }
741
742 template<typename T0, typename T1>
743 EIGEN_DEVICE_FUNC

Callers

nothing calls this directly

Calls 2

resizeFunction · 0.70
dataMethod · 0.45

Tested by

no test coverage detected