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

◆ IM2_Matrix_identity()

const Matrix * IM2_Matrix_identity ( const FreeModule * F,
int preference )

Definition at line 139 of file matrix.cpp.

140{
141 (void) preference;
142#ifdef DEVELOPMENT
143#warning prefer_dense not yet used
144#endif
145 return Matrix::identity(F);
146}
static Matrix * identity(const FreeModule *F)
Definition matrix.cpp:380

References Matrix.