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

◆ is_zero()

template<typename Mat>
virtual bool MutableMat< Mat >::is_zero ( ) const
inlinevirtual

Implements MutableMatrix.

Definition at line 647 of file mutablemat-defs.hpp.

647{ return MatrixOps::isZero(getMat()); }
bool isZero(const DMat< RT > &A)

References getMat(), and MatrixOps::isZero().