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

◆ subtract_vec_to()

void Ring::subtract_vec_to ( vec & v,
vec & w ) const

Definition at line 544 of file ring-vecs.cpp.

545{
546 negate_vec_to(w);
547 add_vec_to(v, w);
548}
void negate_vec_to(vec &v) const
void add_vec_to(vec &v, vec &w) const

References add_vec_to(), and negate_vec_to().