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

◆ IM2_Matrix_make1()

const Matrix * IM2_Matrix_make1 ( const FreeModule * target,
int ncols,
const engine_RawRingElementArray M,
int preference )

Definition at line 159 of file matrix.cpp.

163{
164 (void) preference;
165#ifdef DEVELOPMENT
166#warning prefer_dense not yet used
167#endif
168 return Matrix::make(target, ncols, M);
169}
static const Matrix * make(const FreeModule *target, int ncols, const engine_RawRingElementArray M)
Definition matrix.cpp:60

References Matrix.

Referenced by rawCharSeries().