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

◆ vec_remove()

template<typename CoeffRing>
void SMat< CoeffRing >::vec_remove ( sparsevec *& v) const
private

Definition at line 294 of file smat.hpp.

295{
296 while (v != 0)
297 {
298 sparsevec *tmp = v;
299 v = v->next;
301 }
302}
void vec_remove_node(sparsevec *&v) const
Definition smat.hpp:287
Definition smat.hpp:43

References SMat< ACoeffRing >::sparsevec::next, and vec_remove_node().

Referenced by delete_columns(), vec_divide(), vec_scale(), and SMat< RT >::~SMat().