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

◆ to_modp_long()

long VectorArithmetic::to_modp_long ( const ElementArray & coeffs,
size_t loc ) const
inline

Definition at line 893 of file VectorArithmetic.hpp.

894 {
895 return std::visit([&](auto& arg) -> long { return arg->to_modp_long(coeffs, loc); }, mConcreteVector);
896 }

References mConcreteVector.

Referenced by newf4::toStream().