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

◆ IM2_Matrix_zero()

const Matrix * IM2_Matrix_zero ( const FreeModule * F,
const FreeModule * G,
int preference )

Definition at line 148 of file matrix.cpp.

151{
152 (void) preference;
153#ifdef DEVELOPMENT
154#warning prefer_dense not yet used
155#endif
156 return Matrix::zero(F, G);
157}
static Matrix * zero(const FreeModule *F, const FreeModule *G)
Definition matrix.cpp:369
tbb::flow::graph G

References G, and Matrix.