Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.Transpose

Packages that use Transpose
cern.colt.matrix Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3-dimensional matrices holding objects or primitive data types such as int, double, etc; Templated, fixed sized (not dynamically resizable); Also known as multi-dimensional arrays or Data Cubes
 

Uses of Transpose in cern.colt.matrix
 

Methods in cern.colt.matrix that return Transpose
static Transpose Transpose.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transpose[] Transpose.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage