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
}
x
volatile int x
Definition
overflow-test.cpp:68
SubMatrix
Definition
mat-arith.hpp:82
References
x
.
Macaulay2
e
mat-arith.hpp
Generated on
for Macaulay2 Engine by
1.15.0