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

Function leftCols

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

Source from the content-addressed store, hash-verified

793typename NColsBlockXpr<internal::get_fixed_value<NColsType>::value>::Type
794#else
795typename NColsBlockXpr<...>::Type
796#endif
797leftCols(NColsType n)
798{
799 return typename NColsBlockXpr<internal::get_fixed_value<NColsType>::value>::Type
800 (derived(), 0, 0, rows(), internal::get_runtime_value(n));
801}
802
803/// This is the const version of leftCols(NColsType).
804template<typename NColsType>

Callers 1

reverseInPlaceMethod · 0.85

Calls 3

TypeEnum · 0.85
get_runtime_valueFunction · 0.85
rowsFunction · 0.50

Tested by

no test coverage detected