Class JSci.maths.Vector
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.maths.Vector
java.lang.Object
|
+----JSci.maths.Tensor
|
+----JSci.maths.Vector
- public class Vector
- extends Tensor
The Vector superclass provides an abstract encapsulation for vectors.
-
Vector()
- Constructs a vector.
-
dimension()
- Returns the vector's dimension.
-
norm()
- Returns the norm (magnitude).
Vector
public Vector()
- Constructs a vector.
norm
public abstract double norm()
- Returns the norm (magnitude).
dimension
public abstract int dimension()
- Returns the vector's dimension.
All Packages Class Hierarchy This Package Previous Next Index