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

◆ to_modp_long() [1/4]

long ConcreteVectorArithmetic< M2::ARingZZpFFPACK >::to_modp_long ( const ElementArray & coeffs,
size_t loc ) const
inline

Definition at line 607 of file VectorArithmetic.hpp.

608{
609 auto& svec = * elementArray(coeffs);
610 return mRing->coerceToLongInteger(svec[loc]);
611}
ElementArrayContainer * elementArray(const ElementArray &f) const

References elementArray(), and mRing.