Uses of Interface
org.ujmp.core.doublematrix.DoubleMatrix

Packages that use DoubleMatrix
org.ujmp.core.doublematrix   
org.ujmp.core.doublematrix.calculation   
org.ujmp.core.doublematrix.factory   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.doublematrix.stub   
org.ujmp.core.interfaces   
org.ujmp.core.matrix   
org.ujmp.core.timeseries   
org.ujmp.core.treematrix   
 

Uses of DoubleMatrix in org.ujmp.core.doublematrix
 

Subinterfaces of DoubleMatrix in org.ujmp.core.doublematrix
 interface DenseDoubleMatrix
           
 interface DenseDoubleMatrix2D
           
 interface DoubleMatrix2D
           
 interface SparseDoubleMatrix
           
 interface SparseDoubleMatrix2D
           
 

Uses of DoubleMatrix in org.ujmp.core.doublematrix.calculation
 

Methods in org.ujmp.core.doublematrix.calculation that return DoubleMatrix
 DoubleMatrix AbstractDoubleCalculation.calcLink()
           
 DoubleMatrix AbstractDoubleCalculation.calcNew()
           
 

Uses of DoubleMatrix in org.ujmp.core.doublematrix.factory
 

Methods in org.ujmp.core.doublematrix.factory that return DoubleMatrix
 DoubleMatrix DoubleMatrixFactory.zeros(long... size)
           
 

Uses of DoubleMatrix in org.ujmp.core.doublematrix.impl
 

Classes in org.ujmp.core.doublematrix.impl that implement DoubleMatrix
 class ArrayDenseDoubleMatrix2D
           
 class BlockDenseDoubleMatrix2D
          A dense 2D matrix with square block layout.
 class DefaultDenseDoubleMatrix2D
           
 class DefaultDenseDoubleMatrixMultiD
           
 class DefaultSparseDoubleMatrix
           
 class DefaultSparseRowDoubleMatrix2D
           
 class DenseFileMatrix
           
 class DoubleCalculationMatrix
           
 class MortonDenseDoubleMartrix2D
           
 class WaveMatrix
           
 

Uses of DoubleMatrix in org.ujmp.core.doublematrix.stub
 

Classes in org.ujmp.core.doublematrix.stub that implement DoubleMatrix
 class AbstractDenseDoubleMatrix
           
 class AbstractDenseDoubleMatrix2D
           
 class AbstractDoubleMatrix
           
 class AbstractSparseDoubleMatrix
           
 class AbstractSparseDoubleMatrix2D
           
 

Uses of DoubleMatrix in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return DoubleMatrix
 DoubleMatrix Conversions.toDoubleMatrix()
           
 

Uses of DoubleMatrix in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return DoubleMatrix
 DoubleMatrix AbstractMatrix.toDoubleMatrix()
           
 

Uses of DoubleMatrix in org.ujmp.core.timeseries
 

Classes in org.ujmp.core.timeseries that implement DoubleMatrix
 class TimeSeriesMatrix
           
 

Uses of DoubleMatrix in org.ujmp.core.treematrix
 

Subinterfaces of DoubleMatrix in org.ujmp.core.treematrix
 interface TreeMatrix
           
 

Classes in org.ujmp.core.treematrix that implement DoubleMatrix
 class AbstractTreeMatrix
           
 class DefaultTreeMatrix
           
 class ObjectTreeMatrix
           
 



Copyright © 2010. All Rights Reserved.