|
Macaulay2 Engine
|
| M2_bool rawLinAlgSubMult | ( | MutableMatrix * | C, |
| const MutableMatrix * | A, | ||
| const MutableMatrix * | B ) |
set C -= A*B. If not implemented, or sizes/rings are not compatible then false is returned. Otherwise true is returned.
Definition at line 961 of file mutable-matrix.cpp.
References ERROR, and MutableMatrix::subtractMultipleTo().