MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / bottomRows

Function bottomRows

include/Eigen/Eigen/src/plugins/BlockMethods.h:643–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641typename NRowsBlockXpr<internal::get_fixed_value<NRowsType>::value>::Type
642#else
643typename NRowsBlockXpr<...>::Type
644#endif
645bottomRows(NRowsType n)
646{
647 return typename NRowsBlockXpr<internal::get_fixed_value<NRowsType>::value>::Type
648 (derived(), rows() - internal::get_runtime_value(n), 0, internal::get_runtime_value(n), cols());
649}
650
651/// This is the const version of bottomRows(NRowsType).
652template<typename NRowsType>

Callers 1

reverseInPlaceMethod · 0.85

Calls 4

TypeEnum · 0.85
get_runtime_valueFunction · 0.85
rowsFunction · 0.50
colsFunction · 0.50

Tested by

no test coverage detected