Uses of Class
shh.csparse.SparseEltField

Packages that use SparseEltField
shh.csparse   
 

Uses of SparseEltField in shh.csparse
 

Subclasses of SparseEltField in shh.csparse
 class SparseEltMod2
          Elements of a sparse vector over the finite field F2 = Z/(2) of two elements.
 class SparseEltModp
          Elements of a sparse vector over the finite field Fp = Z/(p) of p elements.
 

Methods in shh.csparse that return SparseEltField
 SparseEltField SparseEltMod2.dividedBy(SparseEltField y)
           
 SparseEltField SparseEltZInt.copyMod(int p, BigInteger pBig)
           
 SparseEltField SparseEltModp.dividedBy(SparseEltField y)
           
abstract  SparseEltField SparseEltZ.copyMod(int p, BigInteger pBig)
          Returns this mod p, preserving the index.
 SparseEltField SparseEltZBig.copyMod(int p, BigInteger pBig)
           
abstract  SparseEltField SparseEltField.dividedBy(SparseEltField y)
          Returns this/y.
 

Methods in shh.csparse with parameters of type SparseEltField
 SparseEltField SparseEltMod2.dividedBy(SparseEltField y)
           
 SparseEltField SparseEltModp.dividedBy(SparseEltField y)
           
abstract  SparseEltField SparseEltField.dividedBy(SparseEltField y)
          Returns this/y.