All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.util.VectorToolkit

java.lang.Object
   |
   +----JSci.util.VectorToolkit

public final class VectorToolkit
extends Object
This is a useful collection of vector related methods.


Method Index

 o randomComplexVector(int)
Creates a random generated vector.
 o randomVector(int)
Creates a random generated vector.
 o toArray(DoubleVector)
Converts a vector to an array.

Methods

 o randomVector
 public static DoubleVector randomVector(int size)
Creates a random generated vector.

 o randomComplexVector
 public static ComplexVector randomComplexVector(int size)
Creates a random generated vector.

 o toArray
 public static double[] toArray(DoubleVector v)
Converts a vector to an array.


All Packages  Class Hierarchy  This Package  Previous  Next  Index