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

◆ IM2_Matrix_contract()

const Matrix * IM2_Matrix_contract ( const Matrix * M,
const Matrix * N )

Definition at line 635 of file matrix.cpp.

637{
638 return M->diff(N, 0);
639}
Matrix * diff(const Matrix *m, int use_coef) const
Definition matrix.cpp:805

References Matrix::diff(), and Matrix.