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(const Matrix *m, int use_coef) const
Definition matrix.cpp:805

References Matrix::diff(), and Matrix.