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

◆ to_modp_long() [4/4]

template<typename RingType>
long ConcreteVectorArithmetic< RingType >::to_modp_long ( const ElementArray & coeffs,
size_t loc ) const
inline

Definition at line 524 of file VectorArithmetic.hpp.

525 {
526 (void) coeffs;
527 (void) loc;
528 return 0; // DANGER WILL ROBINSON!
529 }