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

◆ MatrixConstructor() [1/3]

MatrixConstructor::MatrixConstructor ( )

Definition at line 7 of file matrix-con.cpp.

8 : R(nullptr), rows(nullptr), cols(nullptr), cols_frozen(false), deg(nullptr)
9{
10}
const Ring * R
const FreeModule * rows
const FreeModule * cols
const_monomial deg

References cols, cols_frozen, deg, R, and rows.