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

◆ vec_remove_node()

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

Definition at line 287 of file smat.hpp.

288{
289 ring().clear(v->coeff);
290 delete v;
291}
const CoeffRing & ring() const
Definition smat.hpp:104
Definition smat.hpp:43

References SMat< ACoeffRing >::sparsevec::coeff, and ring().

Referenced by vec_add_to(), vec_delete_rows(), vec_divide(), vec_divide_row(), vec_remove(), vec_row_op(), vec_scale(), vec_scale_row(), and vec_set_entry().