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
}
VectorArithmetic::mConcreteVector
CVA_Type mConcreteVector
Definition
VectorArithmetic.hpp:680
References
mConcreteVector
.
VectorArithmetic
Generated on
for Macaulay2 Engine by
1.15.0