Uses of Class
obsolete.BigVector

Packages that use BigVector
obsolete Contains obsolete classes. 
 

Uses of BigVector in obsolete
 

Methods in obsolete that return BigVector
 BigVector PolyMatrix.getColumn(int v)
          Deprecated. Return a specified column in the polynomial matrix.
 BigVector PolyMatrix.getRow(int v)
          Deprecated. Return a specified row in the polynomial matrix.
 

Methods in obsolete with parameters of type BigVector
 java.math.BigInteger BigVector.multiply(BigVector v)
          Deprecated. Perform scalar product between two big vectors and return the result.
 

Constructors in obsolete with parameters of type BigVector
BigVector(BigVector v)
          Deprecated. Constructing a big vector from a given big-vector.