Macaulay2 Engine
Loading...
Searching...
No Matches

◆ submatrix() [2/2]

template<typename MatType>
SubMatrix< MatType > submatrix ( MatType & m,
long x,
long y,
long nrows,
long ncols )

Definition at line 206 of file mat-arith.hpp.

207{
208 return SubMatrix<MatType>(m, x, y, nrows, ncols);
209}
volatile int x

References x.