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

◆ isZero() [2/2]

template<typename RT>
bool MatrixOps::isZero ( const SMat< RT > & A)

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

413{
414 return A.is_zero();
415}
bool is_zero() const
Definition smat.hpp:1107

References SMat< ACoeffRing >::is_zero().