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

◆ displayAsDenseArray()

std::ostream & VectorArithmetic::displayAsDenseArray ( std::ostream & o,
size_t len,
const ElementArray & v,
const Range< const int > & comps ) const
inline

Definition at line 879 of file VectorArithmetic.hpp.

884 {
885 return std::visit([&](auto& arg) -> std::ostream& { return arg->displayAsDenseArray(o, len, v, comps); }, mConcreteVector);
886 }

References mConcreteVector.