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

◆ IM2_Matrix_remake2()

const Matrix * IM2_Matrix_remake2 ( const FreeModule * target,
const FreeModule * source,
M2_arrayint deg,
const Matrix * M,
int preference )

Definition at line 225 of file matrix.cpp.

234{
235 (void) preference;
236#ifdef DEVELOPMENT
237#warning prefer_dense not yet used
238#endif
239 return M->remake(target, source, deg);
240}
const Matrix * remake(const FreeModule *target, const FreeModule *source, M2_arrayint deg) const
Definition matrix.cpp:228

References Matrix, and Matrix::remake().