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

◆ displayElement()

std::ostream & VectorArithmetic::displayElement ( std::ostream & o,
const ElementArray & v,
int index ) const
inline

(Debugging) Display /////

Definition at line 869 of file VectorArithmetic.hpp.

870 {
871 return std::visit([&](auto& arg) -> std::ostream& { return arg->displayElement(o, v, index); }, mConcreteVector);
872 }

References mConcreteVector.

Referenced by display_poly().