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

◆ negateInPlace() [2/2]

template<typename RT>
void MatrixOps::negateInPlace ( SMat< RT > & A)

Definition at line 431 of file mat-arith.hpp.

433{
434 A.negateInPlace();
435}
void negateInPlace()
Definition smat.hpp:1194

References SMat< ACoeffRing >::negateInPlace().