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

◆ appendToContainer()

template<class Container>
void VectorArithmetic::appendToContainer ( const ElementArray & coeffs,
Container & c ) const
inline

Translation //////////.

Definition at line 840 of file VectorArithmetic.hpp.

841 {
842 std::visit([&](auto& arg) { arg->template appendToContainer<Container>(coeffs, c); }, mConcreteVector);
843 }
void appendToContainer(const ElementArray &coeffs, Container &c) const
Translation //////////.

References appendToContainer(), and mConcreteVector.

Referenced by appendToContainer().