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

◆ vec_new()

template<typename CoeffRing>
SMat< CoeffRing >::sparsevec * SMat< CoeffRing >::vec_new ( ) const
private

Definition at line 281 of file smat.hpp.

282{
283 return new sparsevec;
284}

Referenced by vec_copy(), vec_row_op(), and vec_set_entry().