| Package | Description |
|---|---|
| JSci.maths |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|