Uses of Interface
org.ujmp.core.genericmatrix.BaseGenericMatrix
-
-
Uses of BaseGenericMatrix in org.ujmp.colt
Classes in org.ujmp.colt that implement BaseGenericMatrix Modifier and Type Class Description class
ColtDenseDoubleMatrix2D
class
ColtSparseDoubleMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractCommonsMathDenseDoubleMatrix2D
class
CommonsMathArrayDenseDoubleMatrix2D
class
CommonsMathBlockDenseDoubleMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.benchmark
Classes in org.ujmp.core.benchmark that implement BaseGenericMatrix Modifier and Type Class Description class
BenchmarkConfig
-
Uses of BaseGenericMatrix in org.ujmp.core.bigdecimalmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.bigdecimalmatrix Modifier and Type Interface Description interface
BaseBigDecimalMatrix
interface
BigDecimalMatrix
interface
BigDecimalMatrix2D
interface
BigDecimalMatrixMultiD
interface
DenseBigDecimalMatrix
interface
DenseBigDecimalMatrix2D
interface
DenseBigDecimalMatrixMultiD
interface
SparseBigDecimalMatrix
interface
SparseBigDecimalMatrix2D
interface
SparseBigDecimalMatrixMultiD
-
Uses of BaseGenericMatrix in org.ujmp.core.bigdecimalmatrix.impl
Classes in org.ujmp.core.bigdecimalmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseBigDecimalMatrix2D
class
BigDecimalCalculationMatrix
class
DefaultDenseBigDecimalMatrix2D
class
DefaultSparseBigDecimalMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix2D
class
AbstractSparseBigDecimalMatrix
class
AbstractSparseBigDecimalMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.bigintegermatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.bigintegermatrix Modifier and Type Interface Description interface
BaseBigIntegerMatrix
interface
BigIntegerMatrix
interface
BigIntegerMatrix2D
interface
BigIntegerMatrixMultiD
interface
DenseBigIntegerMatrix
interface
DenseBigIntegerMatrix2D
interface
SparseBigIntegerMatrix
interface
SparseBigIntegerMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.bigintegermatrix.impl
Classes in org.ujmp.core.bigintegermatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseBigIntegerMatrix2D
class
BigIntegerCalculationMatrix
class
DefaultDenseBigIntegerMatrix2D
class
DefaultSparseBigIntegerMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix2D
class
AbstractSparseBigIntegerMatrix
class
AbstractSparseBigIntegerMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.booleanmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.booleanmatrix Modifier and Type Interface Description interface
BaseBooleanMatrix
interface
BooleanMatrix
interface
BooleanMatrix2D
interface
DenseBooleanMatrix
interface
DenseBooleanMatrix2D
interface
SparseBooleanMatrix
interface
SparseBooleanMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.booleanmatrix.impl
Classes in org.ujmp.core.booleanmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseBooleanMatrix2D
class
BitSetDenseBooleanMatrix2D
class
BooleanCalculationMatrix
class
DefaultSparseBooleanMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractBooleanMatrix
class
AbstractDenseBooleanMatrix
class
AbstractDenseBooleanMatrix2D
class
AbstractSparseBooleanMatrix
class
AbstractSparseBooleanMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.bytearraymatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.bytearraymatrix Modifier and Type Interface Description interface
ByteArrayMatrix
interface
ByteArrayMatrix2D
interface
DenseByteArrayMatrix
interface
DenseByteArrayMatrix2D
interface
SparseByteArrayMatrix
interface
SparseByteArrayMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.bytearraymatrix.stub
Classes in org.ujmp.core.bytearraymatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractByteArrayMatrix
class
AbstractDenseByteArrayMatrix
class
AbstractDenseByteArrayMatrix2D
class
AbstractSparseByteArrayMatrix
class
AbstractSparseByteArrayMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.bytematrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.bytematrix Modifier and Type Interface Description interface
ByteMatrix
interface
ByteMatrix2D
interface
DenseByteMatrix
interface
DenseByteMatrix2D
interface
SparseByteMatrix
interface
SparseByteMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.bytematrix.impl
Classes in org.ujmp.core.bytematrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseByteMatrix2D
class
ByteCalculationMatrix
class
DefaultDenseByteMatrix2D
class
DefaultSparseByteMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractByteMatrix
class
AbstractDenseByteMatrix
class
AbstractDenseByteMatrix2D
class
AbstractSparseByteMatrix
class
AbstractSparseByteMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.charmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.charmatrix Modifier and Type Interface Description interface
CharMatrix
interface
CharMatrix2D
interface
DenseCharMatrix
interface
DenseCharMatrix2D
interface
SparseCharMatrix
interface
SparseCharMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.charmatrix.impl
Classes in org.ujmp.core.charmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseCharMatrix2D
class
CharCalculationMatrix
class
DefaultDenseCharMatrix2D
class
DefaultSparseCharMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.charmatrix.stub
Classes in org.ujmp.core.charmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractCharMatrix
class
AbstractDenseCharMatrix
class
AbstractDenseCharMatrix2D
class
AbstractSparseCharMatrix
class
AbstractSparseCharMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.collections.list
Classes in org.ujmp.core.collections.list that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractMapMatrixList<K,V>
-
Uses of BaseGenericMatrix in org.ujmp.core.doublematrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.doublematrix Modifier and Type Interface Description interface
BaseDoubleMatrix
interface
DenseDoubleMatrix
interface
DenseDoubleMatrix2D
interface
DenseDoubleMatrixMultiD
interface
DoubleMatrix
interface
DoubleMatrix2D
interface
DoubleMatrixMultiD
interface
SparseDoubleMatrix
interface
SparseDoubleMatrix2D
interface
SparseDoubleMatrixMultiD
-
Uses of BaseGenericMatrix in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement BaseGenericMatrix Modifier and Type Class Description 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
IndexedSparseDoubleMatrix2D
class
MortonDenseDoubleMartrix2D
class
SparseFeatureVector
class
WaveMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractDenseDoubleMatrix2D
class
AbstractDenseDoubleMatrixMultiD
class
AbstractDoubleMatrix
class
AbstractDoubleMatrix2D
class
AbstractDoubleMatrixMultiD
class
AbstractSparseDoubleMatrix
class
AbstractSparseDoubleMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.filematrix
Classes in org.ujmp.core.filematrix that implement BaseGenericMatrix Modifier and Type Class Description class
DirectoryMatrix
class
FileMatrix
class
ZipEntryMatrix
class
ZipFileMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.floatmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.floatmatrix Modifier and Type Interface Description interface
DenseFloatMatrix
interface
DenseFloatMatrix2D
interface
FloatMatrix
interface
FloatMatrix2D
interface
SparseFloatMatrix
interface
SparseFloatMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.floatmatrix.impl
Classes in org.ujmp.core.floatmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseFloatMatrix2D
class
DefaultDenseFloatMatrix2D
class
DefaultSparseFloatMatrix
class
FloatCalculationMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractDenseFloatMatrix
class
AbstractDenseFloatMatrix2D
class
AbstractFloatMatrix
class
AbstractSparseFloatMatrix
class
AbstractSparseFloatMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.genericmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.genericmatrix Modifier and Type Interface Description interface
DenseGenericMatrix<T>
interface
DenseGenericMatrix2D<T>
interface
DenseGenericMatrixMultiD<T>
interface
GenericMatrix<T>
interface
GenericMatrix2D<T>
interface
GenericMatrixMultiD<T>
interface
SparseGenericMatrix<T>
interface
SparseGenericMatrix2D<T>
interface
SparseGenericMatrixMultiD<T>
-
Uses of BaseGenericMatrix in org.ujmp.core.genericmatrix.factory
Classes in org.ujmp.core.genericmatrix.factory with type parameters of type BaseGenericMatrix Modifier and Type Interface Description interface
BaseGenericMatrixFactory<T extends BaseGenericMatrix<?>>
-
Uses of BaseGenericMatrix in org.ujmp.core.genericmatrix.impl
Classes in org.ujmp.core.genericmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
DefaultDenseGenericMatrix2D<A>
class
DefaultSparseGenericMatrix<A>
-
Uses of BaseGenericMatrix in org.ujmp.core.genericmatrix.stub
Classes in org.ujmp.core.genericmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractDenseGenericMatrix<A>
class
AbstractDenseGenericMatrix2D<A>
class
AbstractGenericMatrix<T>
class
AbstractSparseGenericMatrix<A>
class
AbstractSparseGenericMatrix2D<A>
-
Uses of BaseGenericMatrix in org.ujmp.core.graphmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.graphmatrix Modifier and Type Interface Description interface
GraphMatrix<N,E>
Classes in org.ujmp.core.graphmatrix that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractGraphMatrix<N,E>
class
DefaultGraphMatrix<N,E>
-
Uses of BaseGenericMatrix in org.ujmp.core.intmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.intmatrix Modifier and Type Interface Description interface
DenseIntMatrix
interface
DenseIntMatrix2D
interface
IntMatrix
interface
IntMatrix2D
interface
SparseIntMatrix
interface
SparseIntMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseIntMatrix2D
class
DefaultDenseIntMatrix2D
class
DefaultSparseIntMatrix
class
ImageMatrix
class
IntCalculationMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractDenseIntMatrix
class
AbstractDenseIntMatrix2D
class
AbstractIntMatrix
class
AbstractSparseIntMatrix
class
AbstractSparseIntMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.listmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.listmatrix Modifier and Type Interface Description interface
ListMatrix<T>
Classes in org.ujmp.core.listmatrix that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractListMatrix<E>
class
DefaultListMatrix<T>
-
Uses of BaseGenericMatrix in org.ujmp.core.longmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.longmatrix Modifier and Type Interface Description interface
DenseLongMatrix
interface
DenseLongMatrix2D
interface
LongMatrix
interface
LongMatrix2D
interface
SparseLongMatrix
interface
SparseLongMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.longmatrix.impl
Classes in org.ujmp.core.longmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseLongMatrix2D
class
DefaultDenseLongMatrix2D
class
DefaultSparseLongMatrix
class
LongCalculationMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractDenseLongMatrix
class
AbstractDenseLongMatrix2D
class
AbstractLongMatrix
class
AbstractSparseLongMatrix
class
AbstractSparseLongMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.mapmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.mapmatrix Modifier and Type Interface Description interface
MapMatrix<K,V>
Classes in org.ujmp.core.mapmatrix that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractMapMatrix<K,V>
class
DefaultMapMatrix<K,V>
-
Uses of BaseGenericMatrix in org.ujmp.core.numbermatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.numbermatrix Modifier and Type Interface Description interface
BaseNumberMatrix<T extends java.lang.Number>
interface
DenseNumberMatrix<T extends java.lang.Number>
interface
DenseNumberMatrix2D<T extends java.lang.Number>
interface
DenseNumberMatrixMultiD<T extends java.lang.Number>
interface
NumberMatrix<T extends java.lang.Number>
interface
NumberMatrix2D<T extends java.lang.Number>
interface
NumberMatrixMultiD<T extends java.lang.Number>
interface
SparseNumberMatrix<T extends java.lang.Number>
interface
SparseNumberMatrix2D<T extends java.lang.Number>
interface
SparseNumberMatrixMultiD<T extends java.lang.Number>
-
Uses of BaseGenericMatrix in org.ujmp.core.numbermatrix.stub
Classes in org.ujmp.core.numbermatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractNumberMatrix<T extends java.lang.Number>
-
Uses of BaseGenericMatrix in org.ujmp.core.objectmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.objectmatrix Modifier and Type Interface Description interface
BaseObjectMatrix
interface
DenseObjectMatrix
interface
DenseObjectMatrix2D
interface
DenseObjectMatrixMultiD
interface
ObjectMatrix
interface
ObjectMatrix2D
interface
ObjectMatrixMultiD
interface
SparseObjectMatrix
interface
SparseObjectMatrix2D
interface
SparseObjectMatrixMultiD
-
Uses of BaseGenericMatrix in org.ujmp.core.objectmatrix.calculation
Classes in org.ujmp.core.objectmatrix.calculation that implement BaseGenericMatrix Modifier and Type Class Description class
WelcomeMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.objectmatrix.impl
Classes in org.ujmp.core.objectmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseObjectMatrix2D
class
BufferedObjectMatrix
class
DefaultDenseObjectMatrix2D
class
DefaultDenseObjectMatrixMultiD
class
DefaultSparseColumnObjectMatrix2D
class
DefaultSparseObjectMatrix
class
DefaultSparseRowObjectMatrix2D
class
DefaultTiledObjectMatrix2D
class
EmptyMatrix
class
ObjectCalculationMatrix
class
RemoteObjectMatrixUDP
class
SerializedSparseObjectMatrix
class
ServerObjectMatrixUDP
class
SynchronizedGenericMatrix<T>
class
VolatileSparseObjectMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.objectmatrix.stub
Classes in org.ujmp.core.objectmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractDenseObjectMatrix
class
AbstractDenseObjectMatrix2D
class
AbstractMapToSparseMatrixWrapper
class
AbstractMapToTiledMatrix2DWrapper
class
AbstractObjectMatrix
class
AbstractSparseObjectMatrix
class
AbstractSparseObjectMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.setmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.setmatrix Modifier and Type Interface Description interface
SetMatrix<A>
Classes in org.ujmp.core.setmatrix that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractSetMatrix<E>
class
DefaultSetMatrix<A>
-
Uses of BaseGenericMatrix in org.ujmp.core.shortmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.shortmatrix Modifier and Type Interface Description interface
DenseShortMatrix
interface
DenseShortMatrix2D
interface
ShortMatrix
interface
ShortMatrix2D
interface
SparseShortMatrix
interface
SparseShortMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseShortMatrix2D
class
DefaultDenseShortMatrix2D
class
DefaultSparseShortMatrix
class
ShortCalculationMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractDenseShortMatrix
class
AbstractDenseShortMatrix2D
class
AbstractShortMatrix
class
AbstractSparseShortMatrix
class
AbstractSparseShortMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.stringmatrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.stringmatrix Modifier and Type Interface Description interface
DenseStringMatrix
interface
DenseStringMatrix2D
interface
SparseStringMatrix
interface
SparseStringMatrix2D
interface
StringMatrix
interface
StringMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.core.stringmatrix.impl
Classes in org.ujmp.core.stringmatrix.impl that implement BaseGenericMatrix Modifier and Type Class Description class
ArrayDenseStringMatrix2D
class
DefaultDenseStringMatrix2D
class
DefaultSparseStringMatrix
class
DenseCSVStringMatrix2D
class
SparseCSVMatrix
class
StringCalculationMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.stringmatrix.stub
Classes in org.ujmp.core.stringmatrix.stub that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractDenseStringMatrix
class
AbstractDenseStringMatrix2D
class
AbstractSparseStringMatrix
class
AbstractSparseStringMatrix2D
class
AbstractStringMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.text
Subinterfaces of BaseGenericMatrix in org.ujmp.core.text Modifier and Type Interface Description interface
TextBlock
interface
TextSentence
interface
TextToken
Classes in org.ujmp.core.text that implement BaseGenericMatrix Modifier and Type Class Description class
DefaultTextBlock
class
DefaultTextSentence
class
DefaultTextToken
-
Uses of BaseGenericMatrix in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement BaseGenericMatrix Modifier and Type Class Description class
TimeSeriesMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.treematrix
Subinterfaces of BaseGenericMatrix in org.ujmp.core.treematrix Modifier and Type Interface Description interface
TreeMatrix<T>
Classes in org.ujmp.core.treematrix that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractTreeMatrix<T>
class
DefaultTreeMatrix<T>
class
ObjectTreeMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.util
Classes in org.ujmp.core.util that implement BaseGenericMatrix Modifier and Type Class Description class
DefaultSparseDoubleVector1D
class
UJMPSettings
-
Uses of BaseGenericMatrix in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement BaseGenericMatrix Modifier and Type Class Description class
ClientMatrix
-
Uses of BaseGenericMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement BaseGenericMatrix Modifier and Type Class Description class
AvailableProcessorsMatrix
class
FileFormatMatrix
class
HttpMatrix
class
IrisMatrix
class
LocalhostMatrix
class
MandelbrotMatrix
class
MatrixLibraries
class
MemoryUsageMatrix
class
NetworkInterfaceMatrix
class
NetworkMatrix
class
OperatingSystemMatrix
class
RandomSeedMatrix
class
RemoteHostMatrix
class
RunningThreadsMatrix
class
SubnetMatrix
class
SystemEnvironmentMatrix
class
SystemPropertiesMatrix
class
SystemTimeMatrix
class
TextContentMatrix
class
UJMPPluginsMatrix
-
Uses of BaseGenericMatrix in org.ujmp.gui.util
Classes in org.ujmp.gui.util that implement BaseGenericMatrix Modifier and Type Class Description class
MatrixUIDefaults
-
Uses of BaseGenericMatrix in org.ujmp.jama
Classes in org.ujmp.jama that implement BaseGenericMatrix Modifier and Type Class Description class
JamaDenseDoubleMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.jblas
Classes in org.ujmp.jblas that implement BaseGenericMatrix Modifier and Type Class Description class
JBlasDenseDoubleMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.jdbc.map
Classes in org.ujmp.jdbc.map that implement BaseGenericMatrix Modifier and Type Class Description class
JDBCMapMatrix<K,V>
-
Uses of BaseGenericMatrix in org.ujmp.jdbc.matrix
Classes in org.ujmp.jdbc.matrix that implement BaseGenericMatrix Modifier and Type Class Description class
AbstractDenseJDBCMatrix2D
class
DenseDerbyMatrix2D
class
DenseHSQLDBMatrix2D
class
DenseMySQLMatrix2D
class
DensePostgreSQLMatrix2D
class
JDBCCatalogListMatrix
class
JDBCCatalogMatrix
class
JDBCSparseObjectMatrix
-
Uses of BaseGenericMatrix in org.ujmp.jdbc.set
Classes in org.ujmp.jdbc.set that implement BaseGenericMatrix Modifier and Type Class Description class
JDBCSetMatrix<V>
-
Uses of BaseGenericMatrix in org.ujmp.la4j
Classes in org.ujmp.la4j that implement BaseGenericMatrix Modifier and Type Class Description class
La4JDenseDoubleMatrix2D
-
Uses of BaseGenericMatrix in org.ujmp.mail
Classes in org.ujmp.mail that implement BaseGenericMatrix Modifier and Type Class Description class
MessageMatrix
class
MessagesMatrix
-
Uses of BaseGenericMatrix in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement BaseGenericMatrix Modifier and Type Class Description class
VecMathDenseDoubleMatrix2D
-