MCPcopy Create free account
hub / github.com/PX4/eigen / bottomRows

Function bottomRows

Eigen/src/plugins/BlockMethods.h:516–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514///
515template<int N>
516EIGEN_DEVICE_FUNC
517inline typename NRowsBlockXpr<N>::Type bottomRows(Index n = N)
518{
519 return typename NRowsBlockXpr<N>::Type(derived(), rows() - n, 0, n, cols());
520}
521
522/// This is the const version of bottomRows<int>().
523template<int N>

Callers 2

reverseInPlaceMethod · 0.85
cornersFunction · 0.85

Calls 3

TypeEnum · 0.85
rowsFunction · 0.50
colsFunction · 0.50

Tested by

no test coverage detected