Uses of Interface
org.ujmp.core.calculation.TransposeCalculation

Packages that use TransposeCalculation
org.ujmp.core   
org.ujmp.core.calculation   
org.ujmp.core.doublematrix   
 

Uses of TransposeCalculation in org.ujmp.core
 

Fields in org.ujmp.core declared as TransposeCalculation
static TransposeCalculation<Matrix,Matrix> Ops.transpose
          Deprecated.  
static TransposeCalculation<Matrix,Matrix> Matrix.transpose
           
 

Uses of TransposeCalculation in org.ujmp.core.calculation
 

Fields in org.ujmp.core.calculation declared as TransposeCalculation
static TransposeCalculation<DenseDoubleMatrix2D,DenseDoubleMatrix2D> Transpose.DENSEDOUBLEMATRIX2D
           
static TransposeCalculation<DenseMatrix,DenseMatrix> Transpose.DENSEMATRIX
           
static TransposeCalculation<DenseMatrix2D,DenseMatrix2D> Transpose.DENSEMATRIX2D
           
static TransposeCalculation<Matrix,Matrix> Transpose.MATRIX
           
static TransposeCalculation<SparseMatrix,SparseMatrix> Transpose.SPARSEMATRIX
           
 

Uses of TransposeCalculation in org.ujmp.core.doublematrix
 

Fields in org.ujmp.core.doublematrix declared as TransposeCalculation
static TransposeCalculation<DenseDoubleMatrix2D,DenseDoubleMatrix2D> DenseDoubleMatrix2D.transpose
           
 



Copyright © 2010. All Rights Reserved.