Uses of Class
JSci.maths.Integer3Vector

Packages that use Integer3Vector
JSci.maths   
 

Uses of Integer3Vector in JSci.maths
 

Methods in JSci.maths that return Integer3Vector
 Integer3Vector Integer3Vector.add(Integer3Vector v)
          Returns the addition of this vector and another.
 Integer3Vector Integer3Vector.multiply(Integer3Vector v)
          Returns the vector product of this vector and another.
 Integer3Vector Integer3Vector.subtract(Integer3Vector v)
          Returns the subtraction of this vector by another.
 

Methods in JSci.maths with parameters of type Integer3Vector
 Complex3Vector Complex3Vector.add(Integer3Vector v)
          Returns the addition of this vector and another.
 Integer3Vector Integer3Vector.add(Integer3Vector v)
          Returns the addition of this vector and another.
 Integer3Vector Integer3Vector.multiply(Integer3Vector v)
          Returns the vector product of this vector and another.
 int Integer3Vector.scalarProduct(Integer3Vector v)
          Returns the scalar product of this vector and another.
 Complex3Vector Complex3Vector.subtract(Integer3Vector v)
          Returns the subtraction of this vector by another.
 Integer3Vector Integer3Vector.subtract(Integer3Vector v)
          Returns the subtraction of this vector by another.