Package | Description |
---|---|
JSci.maths |
Modifier and Type | Method and Description |
---|---|
Complex3Vector |
Complex3Vector.add(Complex3Vector v)
Returns the addition of this vector and another.
|
Complex3Vector |
Complex3Vector.add(Double3Vector v)
Returns the addition of this vector and another.
|
Complex3Vector |
Complex3Vector.add(Integer3Vector v)
Returns the addition of this vector and another.
|
Complex3Vector |
Complex3Vector.multiply(Complex3Vector v)
Returns the vector product of this vector and another.
|
Complex3Vector |
Complex3Vector.subtract(Complex3Vector v)
Returns the subtraction of this vector by another.
|
Complex3Vector |
Complex3Vector.subtract(Double3Vector v)
Returns the subtraction of this vector by another.
|
Complex3Vector |
Complex3Vector.subtract(Integer3Vector v)
Returns the subtraction of this vector by another.
|
Modifier and Type | Method and Description |
---|---|
Complex3Vector |
Complex3Vector.add(Complex3Vector v)
Returns the addition of this vector and another.
|
Complex3Vector |
Complex3Vector.multiply(Complex3Vector v)
Returns the vector product of this vector and another.
|
Complex |
Complex3Vector.scalarProduct(Complex3Vector v)
Returns the scalar product of this vector and another.
|
Complex3Vector |
Complex3Vector.subtract(Complex3Vector v)
Returns the subtraction of this vector by another.
|