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

◆ isEqual() [2/2]

template<typename RT>
bool MatrixOps::isEqual ( const SMat< RT > & A,
const SMat< RT > & B )

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

419{
420 return A.is_equal(B);
421}
bool is_equal(const SMat &B) const
Definition smat.hpp:1115

References SMat< ACoeffRing >::is_equal().