Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IM2_Matrix_diff()
const
Matrix
* IM2_Matrix_diff
(
const
Matrix
*
M
,
const
Matrix
*
N
)
Definition at line
630
of file
matrix.cpp
.
631
{
632
return
M->
diff
(N, 1);
633
}
Matrix::diff
Matrix * diff(const Matrix *m, int use_coef) const
Definition
matrix.cpp:805
References
Matrix::diff()
, and
Matrix
.
Macaulay2
e
interface
matrix.cpp
Generated on
for Macaulay2 Engine by
1.15.0