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

◆ IM2_Matrix_make_sparse1()

const Matrix * IM2_Matrix_make_sparse1 ( const FreeModule * target,
int ncols,
M2_arrayint rows,
M2_arrayint cols,
const engine_RawRingElementArray entries,
int preference )

Definition at line 184 of file matrix.cpp.

191{
192 (void) preference;
193#ifdef DEVELOPMENT
194#warning prefer_dense not yet used
195#endif
196 return Matrix::make_sparse(target, ncols, rows, cols, entries);
197}
static const Matrix * make_sparse(const FreeModule *target, int ncols, M2_arrayint rows, M2_arrayint cols, const engine_RawRingElementArray entries)
Definition matrix.cpp:191

References Matrix.