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

◆ displayElementArray()

std::ostream & VectorArithmetic::displayElementArray ( std::ostream & o,
const ElementArray & v ) const
inline

Definition at line 874 of file VectorArithmetic.hpp.

875 {
876 return std::visit([&](auto& arg) -> std::ostream& { return arg->displayElementArray(o, v); }, mConcreteVector);
877 }

References mConcreteVector.