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

◆ copy()

template<typename CoeffRing>
SMat< CoeffRing > * SMat< CoeffRing >::copy ( ) const

Definition at line 862 of file smat.hpp.

863{
864 return new SMat(*this);
865}
SMat()
Definition smat.hpp:76

References SMat().