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

Packages that use AlgorithmsTransposedDoubleArray2D
jsci.maths.matrix.impl   
 

Uses of AlgorithmsTransposedDoubleArray2D in jsci.maths.matrix.impl
 

Methods in jsci.maths.matrix.impl that return AlgorithmsTransposedDoubleArray2D
 AlgorithmsTransposedDoubleArray2D AlgorithmsTransposedDoubleArray2D.create(int rows, int cols)
           
 AlgorithmsTransposedDoubleArray2D AlgorithmsDenseDoubleArray2D.transpose()
           
 AlgorithmsTransposedDoubleArray2D<AlgorithmsSparseDoubleArray2D> AlgorithmsSparseDoubleArray2D.transpose()