MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / topRows

Function topRows

dependency/densecrf/include/Eigen/src/plugins/BlockMethods.h:568–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566typename NRowsBlockXpr<internal::get_fixed_value<NRowsType>::value>::Type
567#else
568typename NRowsBlockXpr<...>::Type
569#endif
570topRows(NRowsType n)
571{
572 return typename NRowsBlockXpr<internal::get_fixed_value<NRowsType>::value>::Type
573 (derived(), 0, 0, internal::get_runtime_value(n), cols());
574}
575
576/// This is the const version of topRows(NRowsType).
577template<typename NRowsType>

Callers 1

reverseInPlaceMethod · 0.50

Calls 3

TypeEnum · 0.50
get_runtime_valueFunction · 0.50
colsFunction · 0.50

Tested by

no test coverage detected