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

◆ IM2_Matrix_make_sparse2()

const Matrix * IM2_Matrix_make_sparse2 ( const FreeModule * target,
const FreeModule * source,
M2_arrayint deg,
M2_arrayint rows,
M2_arrayint cols,
const engine_RawRingElementArray entries,
int preference )

Definition at line 199 of file matrix.cpp.

207{
208 (void) preference;
209#ifdef DEVELOPMENT
210#warning prefer_dense not yet used
211#endif
212 return Matrix::make_sparse(target, source, deg, rows, cols, entries);
213}
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.