Uses of Class
jsci.util.array.TransposedDoubleArray2D

Packages that use TransposedDoubleArray2D
jsci.maths.matrix.impl   
jsci.util.array   
 

Uses of TransposedDoubleArray2D in jsci.maths.matrix.impl
 

Subclasses of TransposedDoubleArray2D in jsci.maths.matrix.impl
 class AlgorithmsTransposedDoubleArray2D<E extends AlgorithmsDoubleArray2D>
           
 

Uses of TransposedDoubleArray2D in jsci.util.array
 

Methods in jsci.util.array that return TransposedDoubleArray2D
 TransposedDoubleArray2D<E> TransposedDoubleArray2D.create(int rows, int cols)