Uses of Class
jsci.maths.matrix.impl.AlgorithmsDenseDoubleArray2D

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

Uses of AlgorithmsDenseDoubleArray2D in jsci.maths.matrix.impl
 

Methods in jsci.maths.matrix.impl that return AlgorithmsDenseDoubleArray2D
 AlgorithmsDenseDoubleArray2D AlgorithmsDenseDoubleArray2D.addOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsSparseDoubleArray2D.addOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsTransposedDoubleArray2D.addOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsDenseDoubleArray2D.create(int rows, int cols)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsDenseDoubleArray2D.multiplyOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsSparseDoubleArray2D.multiplyOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsTransposedDoubleArray2D.multiplyOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsDenseDoubleArray2D.scalarMultiply(double x)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsDenseDoubleArray2D.subtractOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsSparseDoubleArray2D.subtractOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsTransposedDoubleArray2D.subtractOp(AlgorithmsDenseDoubleArray2D a)
           
 

Methods in jsci.maths.matrix.impl with parameters of type AlgorithmsDenseDoubleArray2D
 AlgorithmsDenseDoubleArray2D AlgorithmsDenseDoubleArray2D.addOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDoubleArray2D AlgorithmsDoubleArray2D.addOp(AlgorithmsDenseDoubleArray2D b)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsSparseDoubleArray2D.addOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsTransposedDoubleArray2D.addOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsDenseDoubleArray2D.multiplyOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDoubleArray2D AlgorithmsDoubleArray2D.multiplyOp(AlgorithmsDenseDoubleArray2D b)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsSparseDoubleArray2D.multiplyOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsTransposedDoubleArray2D.multiplyOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsDenseDoubleArray2D.subtractOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDoubleArray2D AlgorithmsDoubleArray2D.subtractOp(AlgorithmsDenseDoubleArray2D b)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsSparseDoubleArray2D.subtractOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray2D AlgorithmsTransposedDoubleArray2D.subtractOp(AlgorithmsDenseDoubleArray2D a)
           
 

Uses of AlgorithmsDenseDoubleArray2D in jsci.maths.vector.impl
 

Methods in jsci.maths.vector.impl with parameters of type AlgorithmsDenseDoubleArray2D
 AlgorithmsDenseDoubleArray1D AlgorithmsDenseDoubleArray1D.actOp(AlgorithmsDenseDoubleArray2D a)
           
 AlgorithmsDenseDoubleArray1D AlgorithmsDoubleArray1D.actOp(AlgorithmsDenseDoubleArray2D a)