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 )
inline

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

99 : matrix(m),
100 begin_row(x),
101 end_row(x + nrows),
104 {
105 }
const long begin_row
Definition mat-arith.hpp:84
const long begin_column
Definition mat-arith.hpp:86
const long end_column
Definition mat-arith.hpp:87
const long end_row
Definition mat-arith.hpp:85
MatType & matrix
Definition mat-arith.hpp:83

References begin_column, begin_row, end_column, end_row, matrix, and x.