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

Packages that use AlgorithmsSparseDoubleArray2D
jsci.maths.matrix.impl   
 

Uses of AlgorithmsSparseDoubleArray2D in jsci.maths.matrix.impl
 

Methods in jsci.maths.matrix.impl that return AlgorithmsSparseDoubleArray2D
 AlgorithmsSparseDoubleArray2D AlgorithmsSparseDoubleArray2D.create(int rows, int cols)
           
 AlgorithmsSparseDoubleArray2D AlgorithmsSparseDoubleArray2D.scalarMultiply(double x)
           
 

Methods in jsci.maths.matrix.impl that return types with arguments of type AlgorithmsSparseDoubleArray2D
 AlgorithmsTransposedDoubleArray2D<AlgorithmsSparseDoubleArray2D> AlgorithmsSparseDoubleArray2D.transpose()