MCPcopy Create free account
hub / github.com/SS47816/fiss_planner / Array

Function Array

include/fiss_planner/Eigen/src/Core/Array.h:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 /** Copy constructor with in-place evaluation */
214 template<typename OtherDerived>
215 EIGEN_STRONG_INLINE Array(const ReturnByValue<OtherDerived>& other)
216 {
217 Base::_check_template_params();
218 Base::resize(other.rows(), other.cols());
219 other.evalTo(*this);
220 }
221
222 /** \sa MatrixBase::operator=(const EigenBase<OtherDerived>&) */
223 template<typename OtherDerived>

Callers

nothing calls this directly

Calls 4

resizeFunction · 0.70
rowsMethod · 0.45
colsMethod · 0.45
evalToMethod · 0.45

Tested by

no test coverage detected