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

Function leftCols

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

Source from the content-addressed store, hash-verified

628///
629template<int N>
630EIGEN_DEVICE_FUNC
631inline typename NColsBlockXpr<N>::Type leftCols(Index n = N)
632{
633 return typename NColsBlockXpr<N>::Type(derived(), 0, 0, rows(), n);
634}
635
636/// This is the const version of leftCols<int>().
637template<int N>

Callers 1

reverseInPlaceMethod · 0.85

Calls 2

TypeEnum · 0.85
rowsFunction · 0.50

Tested by

no test coverage detected