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
}
Matrix::identity
static Matrix * identity(const FreeModule *F)
Definition
matrix.cpp:380
References
Matrix
.
Macaulay2
e
interface
matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0