MCPcopy Create free account
hub / github.com/abess-team/abess / rightCols

Function rightCols

python/include/Eigen/src/plugins/BlockMethods.h:686–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684///
685template<int N>
686EIGEN_DEVICE_FUNC
687inline typename NColsBlockXpr<N>::Type rightCols(Index n = N)
688{
689 return typename NColsBlockXpr<N>::Type(derived(), 0, cols() - n, rows(), n);
690}
691
692/// This is the const version of rightCols<int>().
693template<int N>

Callers 1

reverseInPlaceMethod · 0.85

Calls 3

TypeEnum · 0.85
colsFunction · 0.50
rowsFunction · 0.50

Tested by

no test coverage detected