Uses of Class
jsci.maths.vector.DoubleVector

Packages that use DoubleVector
jsci.maths.linalg   
jsci.maths.matrix   
jsci.maths.vector   
 

Uses of DoubleVector in jsci.maths.linalg
 

Methods in jsci.maths.linalg that return DoubleVector
 DoubleVector[] EigenDecomposition.getEigenvectors()
           
 

Uses of DoubleVector in jsci.maths.matrix
 

Methods in jsci.maths.matrix that return DoubleVector
 DoubleVector<F> DoubleMatrix.act(DoubleVector<F> v)
           
 

Methods in jsci.maths.matrix with parameters of type DoubleVector
 DoubleVector<F> DoubleMatrix.act(DoubleVector<F> v)
           
 

Uses of DoubleVector in jsci.maths.vector
 

Methods in jsci.maths.vector that return DoubleVector
 DoubleVector<E> DoubleVector.add(DoubleVector<E> v)
           
 DoubleVector<E> DoubleVector.scalarMultiply(double x)
           
 

Methods in jsci.maths.vector with parameters of type DoubleVector
 DoubleVector<E> DoubleVector.add(DoubleVector<E> v)