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

◆ MatrixWindow()

MatrixWindow::MatrixWindow ( long x,
long y,
long nrows,
long ncols )
inline

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

68 : begin_row(x), begin_column(y), end_row(x + nrows), end_column(y + ncols)
69 {
70 // empty body OK
71 }
volatile int x
long begin_column
Definition mat-arith.hpp:64

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

Referenced by sameSize().