|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSci.util.VectorToolkit
This is a useful collection of vector related methods.
Method Summary | |
static AbstractComplexVector |
randomComplexVector(int size)
Creates a random generated vector. |
static AbstractDoubleVector |
randomVector(int size)
Creates a random generated vector. |
static double[] |
toArray(AbstractDoubleVector v)
Converts a vector to an array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static AbstractDoubleVector randomVector(int size)
public static AbstractComplexVector randomComplexVector(int size)
public static double[] toArray(AbstractDoubleVector v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |