Uses of Interface
jsci.maths.vector.impl.AlgorithmsDoubleArray1D

Packages that use AlgorithmsDoubleArray1D
jsci.maths.matrix.impl   
jsci.maths.vector.impl   
 

Uses of AlgorithmsDoubleArray1D in jsci.maths.matrix.impl
 

Methods in jsci.maths.matrix.impl that return AlgorithmsDoubleArray1D
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray2D.act(AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsDoubleArray2D.act(AlgorithmsDoubleArray1D a)
           
 AlgorithmsDoubleArray1D AlgorithmsSparseDoubleArray2D.act(AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsTransposedDoubleArray2D.act(AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray2D.act(AlgorithmsDoubleArray2D a, AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsSparseDoubleArray2D.act(AlgorithmsDoubleArray2D a, AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsTransposedDoubleArray2D.act(AlgorithmsDoubleArray2D a, AlgorithmsDoubleArray1D v)
           
 

Methods in jsci.maths.matrix.impl with parameters of type AlgorithmsDoubleArray1D
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray2D.act(AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsDoubleArray2D.act(AlgorithmsDoubleArray1D a)
           
 AlgorithmsDoubleArray1D AlgorithmsSparseDoubleArray2D.act(AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsTransposedDoubleArray2D.act(AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray2D.act(AlgorithmsDoubleArray2D a, AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsSparseDoubleArray2D.act(AlgorithmsDoubleArray2D a, AlgorithmsDoubleArray1D v)
           
 AlgorithmsDoubleArray1D AlgorithmsTransposedDoubleArray2D.act(AlgorithmsDoubleArray2D a, AlgorithmsDoubleArray1D v)
           
 

Uses of AlgorithmsDoubleArray1D in jsci.maths.vector.impl
 

Classes in jsci.maths.vector.impl that implement AlgorithmsDoubleArray1D
 class AlgorithmsDenseDoubleArray1D
           
 

Methods in jsci.maths.vector.impl that return AlgorithmsDoubleArray1D
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray1D.add(AlgorithmsDoubleArray1D b)
           
 AlgorithmsDoubleArray1D AlgorithmsDoubleArray1D.add(AlgorithmsDoubleArray1D a)
           
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray1D.add(AlgorithmsDoubleArray1D a, AlgorithmsDoubleArray1D b)
           
 AlgorithmsDoubleArray1D AlgorithmsDoubleArray1D.create(int size)
           
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray1D.scalarMultiply(AlgorithmsDoubleArray1D a, java.lang.Double x)
           
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray1D.scalarMultiply(double x)
           
 AlgorithmsDoubleArray1D AlgorithmsDoubleArray1D.scalarMultiply(double x)
           
 

Methods in jsci.maths.vector.impl with parameters of type AlgorithmsDoubleArray1D
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray1D.add(AlgorithmsDoubleArray1D b)
           
 AlgorithmsDoubleArray1D AlgorithmsDoubleArray1D.add(AlgorithmsDoubleArray1D a)
           
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray1D.add(AlgorithmsDoubleArray1D a, AlgorithmsDoubleArray1D b)
           
 AlgorithmsDoubleArray1D AlgorithmsDenseDoubleArray1D.scalarMultiply(AlgorithmsDoubleArray1D a, java.lang.Double x)