Uses of Interface
org.ujmp.core.io.ExportMatrixInterface

Packages that use ExportMatrixInterface
org.ujmp.core   
org.ujmp.core.benchmark   
org.ujmp.core.bigdecimalmatrix   
org.ujmp.core.bigdecimalmatrix.impl   
org.ujmp.core.bigdecimalmatrix.stub   
org.ujmp.core.bigintegermatrix   
org.ujmp.core.bigintegermatrix.impl   
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.booleanmatrix   
org.ujmp.core.booleanmatrix.impl   
org.ujmp.core.booleanmatrix.stub   
org.ujmp.core.bytematrix   
org.ujmp.core.bytematrix.impl   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.charmatrix   
org.ujmp.core.charmatrix.impl   
org.ujmp.core.charmatrix.stub   
org.ujmp.core.datematrix   
org.ujmp.core.datematrix.impl   
org.ujmp.core.datematrix.stub   
org.ujmp.core.doublematrix   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.doublematrix.stub   
org.ujmp.core.floatmatrix   
org.ujmp.core.floatmatrix.impl   
org.ujmp.core.floatmatrix.stub   
org.ujmp.core.genericmatrix   
org.ujmp.core.genericmatrix.impl   
org.ujmp.core.genericmatrix.stub   
org.ujmp.core.graphmatrix   
org.ujmp.core.intmatrix   
org.ujmp.core.intmatrix.impl   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.listmatrix   
org.ujmp.core.longmatrix   
org.ujmp.core.longmatrix.impl   
org.ujmp.core.longmatrix.stub   
org.ujmp.core.mapmatrix   
org.ujmp.core.matrix   
org.ujmp.core.objectmatrix   
org.ujmp.core.objectmatrix.calculation   
org.ujmp.core.objectmatrix.impl   
org.ujmp.core.objectmatrix.stub   
org.ujmp.core.setmatrix   
org.ujmp.core.shortmatrix   
org.ujmp.core.shortmatrix.impl   
org.ujmp.core.shortmatrix.stub   
org.ujmp.core.stringmatrix   
org.ujmp.core.stringmatrix.impl   
org.ujmp.core.stringmatrix.stub   
org.ujmp.core.timeseries   
org.ujmp.core.treematrix   
org.ujmp.core.util.matrices   
 

Uses of ExportMatrixInterface in org.ujmp.core
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core
 interface Matrix
          Matrix is the main class for storing any type of data.
 

Uses of ExportMatrixInterface in org.ujmp.core.benchmark
 

Classes in org.ujmp.core.benchmark that implement ExportMatrixInterface
 class BenchmarkConfig
           
 

Uses of ExportMatrixInterface in org.ujmp.core.bigdecimalmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.bigdecimalmatrix
 interface BigDecimalMatrix
           
 interface BigDecimalMatrix2D
           
 interface DenseBigDecimalMatrix
           
 interface DenseBigDecimalMatrix2D
           
 interface SparseBigDecimalMatrix
           
 interface SparseBigDecimalMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.bigdecimalmatrix.impl
 

Classes in org.ujmp.core.bigdecimalmatrix.impl that implement ExportMatrixInterface
 class ArrayDenseBigDecimalMatrix2D
           
 class BigDecimalCalculationMatrix
           
 class DefaultDenseBigDecimalMatrix2D
           
 class DefaultSparseBigDecimalMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.bigdecimalmatrix.stub
 

Classes in org.ujmp.core.bigdecimalmatrix.stub that implement ExportMatrixInterface
 class AbstractBigDecimalMatrix
           
 class AbstractDenseBigDecimalMatrix
           
 class AbstractDenseBigDecimalMatrix2D
           
 class AbstractSparseBigDecimalMatrix
           
 class AbstractSparseBigDecimalMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.bigintegermatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.bigintegermatrix
 interface BigIntegerMatrix
           
 interface BigIntegerMatrix2D
           
 interface DenseBigIntegerMatrix
           
 interface DenseBigIntegerMatrix2D
           
 interface SparseBigIntegerMatrix
           
 interface SparseBigIntegerMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.bigintegermatrix.impl
 

Classes in org.ujmp.core.bigintegermatrix.impl that implement ExportMatrixInterface
 class ArrayDenseBigIntegerMatrix2D
           
 class BigIntegerCalculationMatrix
           
 class DefaultDenseBigIntegerMatrix2D
           
 class DefaultSparseBigIntegerMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.bigintegermatrix.stub
 

Classes in org.ujmp.core.bigintegermatrix.stub that implement ExportMatrixInterface
 class AbstractBigIntegerMatrix
           
 class AbstractDenseBigIntegerMatrix
           
 class AbstractDenseBigIntegerMatrix2D
           
 class AbstractSparseBigIntegerMatrix
           
 class AbstractSparseBigIntegerMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.booleanmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.booleanmatrix
 interface BooleanMatrix
           
 interface BooleanMatrix2D
           
 interface DenseBooleanMatrix
           
 interface DenseBooleanMatrix2D
           
 interface SparseBooleanMatrix
           
 interface SparseBooleanMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.booleanmatrix.impl
 

Classes in org.ujmp.core.booleanmatrix.impl that implement ExportMatrixInterface
 class BooleanCalculationMatrix
           
 class DefaultDenseBooleanMatrix2D
           
 class DefaultSparseBooleanMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.booleanmatrix.stub
 

Classes in org.ujmp.core.booleanmatrix.stub that implement ExportMatrixInterface
 class AbstractBooleanMatrix
           
 class AbstractDenseBooleanMatrix
           
 class AbstractDenseBooleanMatrix2D
           
 class AbstractSparseBooleanMatrix
           
 class AbstractSparseBooleanMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.bytematrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.bytematrix
 interface ByteMatrix
           
 interface ByteMatrix2D
           
 interface DenseByteMatrix
           
 interface DenseByteMatrix2D
           
 interface SparseByteMatrix
           
 interface SparseByteMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.bytematrix.impl
 

Classes in org.ujmp.core.bytematrix.impl that implement ExportMatrixInterface
 class ArrayDenseByteMatrix2D
           
 class ByteCalculationMatrix
           
 class DefaultDenseByteMatrix2D
           
 class DefaultSparseByteMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.bytematrix.stub
 

Classes in org.ujmp.core.bytematrix.stub that implement ExportMatrixInterface
 class AbstractByteMatrix
           
 class AbstractDenseByteMatrix
           
 class AbstractDenseByteMatrix2D
           
 class AbstractSparseByteMatrix
           
 class AbstractSparseByteMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.charmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.charmatrix
 interface CharMatrix
           
 interface CharMatrix2D
           
 interface DenseCharMatrix
           
 interface DenseCharMatrix2D
           
 interface SparseCharMatrix
           
 interface SparseCharMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.charmatrix.impl
 

Classes in org.ujmp.core.charmatrix.impl that implement ExportMatrixInterface
 class ArrayDenseCharMatrix2D
           
 class CharCalculationMatrix
           
 class DefaultDenseCharMatrix2D
           
 class DefaultSparseCharMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.charmatrix.stub
 

Classes in org.ujmp.core.charmatrix.stub that implement ExportMatrixInterface
 class AbstractCharMatrix
           
 class AbstractDenseCharMatrix
           
 class AbstractDenseCharMatrix2D
           
 class AbstractSparseCharMatrix
           
 class AbstractSparseCharMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.datematrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.datematrix
 interface DateMatrix
           
 interface DateMatrix2D
           
 interface DenseDateMatrix
           
 interface DenseDateMatrix2D
           
 interface SparseDateMatrix
           
 interface SparseDateMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.datematrix.impl
 

Classes in org.ujmp.core.datematrix.impl that implement ExportMatrixInterface
 class DateCalculationMatrix
           
 class DefaultDenseDateMatrix2D
           
 class DefaultSparseDateMatrix
           
 class SimpleDenseDateMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.datematrix.stub
 

Classes in org.ujmp.core.datematrix.stub that implement ExportMatrixInterface
 class AbstractDateMatrix
           
 class AbstractDenseDateMatrix
           
 class AbstractDenseDateMatrix2D
           
 class AbstractSparseDateMatrix
           
 class AbstractSparseDateMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.doublematrix
 

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

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

Classes in org.ujmp.core.doublematrix.impl that implement ExportMatrixInterface
 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 ImageMatrix
           
 class MortonDenseDoubleMartrix2D
           
 class WaveMatrix
           
 

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

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

Uses of ExportMatrixInterface in org.ujmp.core.floatmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.floatmatrix
 interface DenseFloatMatrix
           
 interface DenseFloatMatrix2D
           
 interface FloatMatrix
           
 interface FloatMatrix2D
           
 interface SparseFloatMatrix
           
 interface SparseFloatMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.floatmatrix.impl
 

Classes in org.ujmp.core.floatmatrix.impl that implement ExportMatrixInterface
 class ArrayDenseFloatMatrix2D
           
 class DefaultDenseFloatMatrix2D
           
 class DefaultSparseFloatMatrix
           
 class FloatCalculationMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.floatmatrix.stub
 

Classes in org.ujmp.core.floatmatrix.stub that implement ExportMatrixInterface
 class AbstractDenseFloatMatrix
           
 class AbstractDenseFloatMatrix2D
           
 class AbstractFloatMatrix
           
 class AbstractSparseFloatMatrix
           
 class AbstractSparseFloatMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.genericmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.genericmatrix
 interface DenseGenericMatrix<A>
           
 interface DenseGenericMatrix2D<A>
           
 interface GenericMatrix<A>
           
 interface GenericMatrix2D<A>
           
 interface SparseGenericMatrix<A>
           
 interface SparseGenericMatrix2D<A>
           
 

Uses of ExportMatrixInterface in org.ujmp.core.genericmatrix.impl
 

Classes in org.ujmp.core.genericmatrix.impl that implement ExportMatrixInterface
 class DefaultDenseGenericMatrix2D<A>
           
 class DefaultSparseGenericMatrix<A>
           
 

Uses of ExportMatrixInterface in org.ujmp.core.genericmatrix.stub
 

Classes in org.ujmp.core.genericmatrix.stub that implement ExportMatrixInterface
 class AbstractDenseGenericMatrix<A>
           
 class AbstractDenseGenericMatrix2D<A>
           
 class AbstractGenericMatrix<A>
           
 class AbstractSparseGenericMatrix<A>
           
 class AbstractSparseGenericMatrix2D<A>
           
 

Uses of ExportMatrixInterface in org.ujmp.core.graphmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.graphmatrix
 interface GraphMatrix<N,E>
           
 

Classes in org.ujmp.core.graphmatrix that implement ExportMatrixInterface
 class AbstractGraphMatrix<N,E>
           
 class DefaultGraphMatrix<N,E>
           
 

Uses of ExportMatrixInterface in org.ujmp.core.intmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.intmatrix
 interface DenseIntMatrix
           
 interface DenseIntMatrix2D
           
 interface IntMatrix
           
 interface IntMatrix2D
           
 interface SparseIntMatrix
           
 interface SparseIntMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.intmatrix.impl
 

Classes in org.ujmp.core.intmatrix.impl that implement ExportMatrixInterface
 class DefaultDenseIntMatrix2D
           
 class DefaultSparseIntMatrix
           
 class IntCalculationMatrix
           
 class SimpleDenseIntMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.intmatrix.stub
 

Classes in org.ujmp.core.intmatrix.stub that implement ExportMatrixInterface
 class AbstractDenseIntMatrix
           
 class AbstractDenseIntMatrix2D
           
 class AbstractIntMatrix
           
 class AbstractSparseIntMatrix
           
 class AbstractSparseIntMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.listmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.listmatrix
 interface ListMatrix<A>
           
 

Classes in org.ujmp.core.listmatrix that implement ExportMatrixInterface
 class AbstractListMatrix<A>
           
 class DefaultListMatrix<A>
           
 

Uses of ExportMatrixInterface in org.ujmp.core.longmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.longmatrix
 interface DenseLongMatrix
           
 interface DenseLongMatrix2D
           
 interface LongMatrix
           
 interface LongMatrix2D
           
 interface SparseLongMatrix
           
 interface SparseLongMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.longmatrix.impl
 

Classes in org.ujmp.core.longmatrix.impl that implement ExportMatrixInterface
 class DefaultDenseLongMatrix2D
           
 class DefaultSparseLongMatrix
           
 class LongCalculationMatrix
           
 class SimpleDenseLongMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.longmatrix.stub
 

Classes in org.ujmp.core.longmatrix.stub that implement ExportMatrixInterface
 class AbstractDenseLongMatrix
           
 class AbstractDenseLongMatrix2D
           
 class AbstractLongMatrix
           
 class AbstractSparseLongMatrix
           
 class AbstractSparseLongMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.mapmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.mapmatrix
 interface MapMatrix<K,V>
           
 

Classes in org.ujmp.core.mapmatrix that implement ExportMatrixInterface
 class AbstractMapMatrix<K,V>
           
 class DefaultMapMatrix<K,V>
           
 

Uses of ExportMatrixInterface in org.ujmp.core.matrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.matrix
 interface DenseMatrix
           
 interface DenseMatrix2D
           
 interface Matrix2D
           
 interface SparseMatrix
           
 interface SparseMatrix2D
           
 

Classes in org.ujmp.core.matrix that implement ExportMatrixInterface
 class AbstractMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.objectmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.objectmatrix
 interface DenseObjectMatrix
           
 interface DenseObjectMatrix2D
           
 interface ObjectMatrix
           
 interface ObjectMatrix2D
           
 interface SparseObjectMatrix
           
 interface SparseObjectMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.objectmatrix.calculation
 

Classes in org.ujmp.core.objectmatrix.calculation that implement ExportMatrixInterface
 class WelcomeMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.objectmatrix.impl
 

Classes in org.ujmp.core.objectmatrix.impl that implement ExportMatrixInterface
 class BufferedObjectMatrix
           
 class DefaultDenseObjectMatrix2D
           
 class DefaultDenseObjectMatrixMultiD
           
 class DefaultSparseColumnObjectMatrix2D
           
 class DefaultSparseObjectMatrix
           
 class DefaultSparseRowObjectMatrix2D
           
 class DefaultTiledObjectMatrix2D
           
 class EmptyMatrix
           
 class FileMatrix
           
 class ObjectCalculationMatrix
           
 class RemoteObjectMatrixUDP
           
 class SerializedSparseObjectMatrix
           
 class ServerObjectMatrixUDP
           
 class SimpleDenseObjectMatrix2D
           
 class SynchronizedGenericMatrix<T>
           
 class VolatileSparseObjectMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.objectmatrix.stub
 

Classes in org.ujmp.core.objectmatrix.stub that implement ExportMatrixInterface
 class AbstractDenseObjectMatrix
           
 class AbstractDenseObjectMatrix2D
           
 class AbstractMapToSparseMatrixWrapper
           
 class AbstractMapToTiledMatrix2DWrapper
           
 class AbstractObjectMatrix
           
 class AbstractSparseObjectMatrix
           
 class AbstractSparseObjectMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.setmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.setmatrix
 interface SetMatrix<A>
           
 

Classes in org.ujmp.core.setmatrix that implement ExportMatrixInterface
 class AbstractSetMatrix<A>
           
 class DefaultSetMatrix<A>
           
 

Uses of ExportMatrixInterface in org.ujmp.core.shortmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.shortmatrix
 interface DenseShortMatrix
           
 interface DenseShortMatrix2D
           
 interface ShortMatrix
           
 interface ShortMatrix2D
           
 interface SparseShortMatrix
           
 interface SparseShortMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.shortmatrix.impl
 

Classes in org.ujmp.core.shortmatrix.impl that implement ExportMatrixInterface
 class DefaultDenseShortMatrix2D
           
 class DefaultSparseShortMatrix
           
 class ShortCalculationMatrix
           
 class SimpleDenseShortMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.shortmatrix.stub
 

Classes in org.ujmp.core.shortmatrix.stub that implement ExportMatrixInterface
 class AbstractDenseShortMatrix
           
 class AbstractDenseShortMatrix2D
           
 class AbstractShortMatrix
           
 class AbstractSparseShortMatrix
           
 class AbstractSparseShortMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.stringmatrix
 

Subinterfaces of ExportMatrixInterface in org.ujmp.core.stringmatrix
 interface DenseStringMatrix
           
 interface DenseStringMatrix2D
           
 interface SparseStringMatrix
           
 interface SparseStringMatrix2D
           
 interface StringMatrix
           
 interface StringMatrix2D
           
 

Uses of ExportMatrixInterface in org.ujmp.core.stringmatrix.impl
 

Classes in org.ujmp.core.stringmatrix.impl that implement ExportMatrixInterface
 class CSVMatrix
           
 class DefaultDenseStringMatrix2D
           
 class DefaultSparseStringMatrix
           
 class FileListMatrix
           
 class SimpleDenseStringMatrix2D
           
 class SparseCSVMatrix
           
 class StringCalculationMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.stringmatrix.stub
 

Classes in org.ujmp.core.stringmatrix.stub that implement ExportMatrixInterface
 class AbstractDenseStringMatrix
           
 class AbstractDenseStringMatrix2D
           
 class AbstractSparseStringMatrix
           
 class AbstractSparseStringMatrix2D
           
 class AbstractStringMatrix
           
 

Uses of ExportMatrixInterface in org.ujmp.core.timeseries
 

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

Uses of ExportMatrixInterface in org.ujmp.core.treematrix
 

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

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

Uses of ExportMatrixInterface in org.ujmp.core.util.matrices
 

Classes in org.ujmp.core.util.matrices that implement ExportMatrixInterface
 class FileFormatMatrix
           
 class IrisMatrix
           
 class MatrixAvailableProcessors
           
 class MatrixLibraries
           
 class MatrixMemoryUsage
           
 class MatrixRandomSeed
           
 class MatrixRunningThreads
           
 class MatrixSystemEnvironment
           
 class MatrixSystemProperties
           
 class MatrixSystemTime
           
 class UJMPPluginsMatrix
           
 



Copyright © 2010. All Rights Reserved.