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

Function rightCols

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

Source from the content-addressed store, hash-verified

868typename NColsBlockXpr<internal::get_fixed_value<NColsType>::value>::Type
869#else
870typename NColsBlockXpr<...>::Type
871#endif
872rightCols(NColsType n)
873{
874 return typename NColsBlockXpr<internal::get_fixed_value<NColsType>::value>::Type
875 (derived(), 0, cols() - internal::get_runtime_value(n), rows(), internal::get_runtime_value(n));
876}
877
878/// This is the const version of rightCols(NColsType).
879template<typename NColsType>

Callers 1

reverseInPlaceMethod · 0.85

Calls 4

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

Tested by

no test coverage detected