Uses of Interface
org.ujmp.core.SparseMatrix
-
-
Uses of SparseMatrix in org.ujmp.colt
Classes in org.ujmp.colt that implement SparseMatrix Modifier and Type Class Description class
ColtDenseDoubleMatrix2D
class
ColtSparseDoubleMatrix2D
-
Uses of SparseMatrix in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement SparseMatrix Modifier and Type Class Description class
AbstractCommonsMathDenseDoubleMatrix2D
class
CommonsMathArrayDenseDoubleMatrix2D
class
CommonsMathBlockDenseDoubleMatrix2D
-
Uses of SparseMatrix in org.ujmp.core
Subinterfaces of SparseMatrix in org.ujmp.core Modifier and Type Interface Description interface
SparseMatrix2D
interface
SparseMatrixMultiD
-
Uses of SparseMatrix in org.ujmp.core.benchmark
Classes in org.ujmp.core.benchmark that implement SparseMatrix Modifier and Type Class Description class
BenchmarkConfig
-
Uses of SparseMatrix in org.ujmp.core.bigdecimalmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.bigdecimalmatrix Modifier and Type Interface Description interface
BigDecimalMatrix
interface
SparseBigDecimalMatrix
interface
SparseBigDecimalMatrix2D
interface
SparseBigDecimalMatrixMultiD
-
Uses of SparseMatrix in org.ujmp.core.bigdecimalmatrix.impl
Classes in org.ujmp.core.bigdecimalmatrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseBigDecimalMatrix2D
class
BigDecimalCalculationMatrix
class
DefaultDenseBigDecimalMatrix2D
class
DefaultSparseBigDecimalMatrix
-
Uses of SparseMatrix in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix2D
class
AbstractSparseBigDecimalMatrix
class
AbstractSparseBigDecimalMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.bigintegermatrix
Subinterfaces of SparseMatrix in org.ujmp.core.bigintegermatrix Modifier and Type Interface Description interface
BigIntegerMatrix
interface
SparseBigIntegerMatrix
interface
SparseBigIntegerMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.bigintegermatrix.impl
Classes in org.ujmp.core.bigintegermatrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseBigIntegerMatrix2D
class
BigIntegerCalculationMatrix
class
DefaultDenseBigIntegerMatrix2D
class
DefaultSparseBigIntegerMatrix
-
Uses of SparseMatrix in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix2D
class
AbstractSparseBigIntegerMatrix
class
AbstractSparseBigIntegerMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.booleanmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.booleanmatrix Modifier and Type Interface Description interface
BooleanMatrix
interface
BooleanMatrix2D
interface
DenseBooleanMatrix2D
interface
SparseBooleanMatrix
interface
SparseBooleanMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.booleanmatrix.impl
Classes in org.ujmp.core.booleanmatrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseBooleanMatrix2D
class
BitSetDenseBooleanMatrix2D
class
BooleanCalculationMatrix
class
DefaultSparseBooleanMatrix
-
Uses of SparseMatrix in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractBooleanMatrix
class
AbstractDenseBooleanMatrix
class
AbstractDenseBooleanMatrix2D
class
AbstractSparseBooleanMatrix
class
AbstractSparseBooleanMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.bytearraymatrix
Subinterfaces of SparseMatrix in org.ujmp.core.bytearraymatrix Modifier and Type Interface Description interface
ByteArrayMatrix
interface
ByteArrayMatrix2D
interface
DenseByteArrayMatrix
interface
DenseByteArrayMatrix2D
interface
SparseByteArrayMatrix
interface
SparseByteArrayMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.bytearraymatrix.stub
Classes in org.ujmp.core.bytearraymatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractByteArrayMatrix
class
AbstractDenseByteArrayMatrix
class
AbstractDenseByteArrayMatrix2D
class
AbstractSparseByteArrayMatrix
class
AbstractSparseByteArrayMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.bytematrix
Subinterfaces of SparseMatrix in org.ujmp.core.bytematrix Modifier and Type Interface Description interface
ByteMatrix
interface
ByteMatrix2D
interface
DenseByteMatrix
interface
DenseByteMatrix2D
interface
SparseByteMatrix
interface
SparseByteMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.bytematrix.impl
Classes in org.ujmp.core.bytematrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseByteMatrix2D
class
ByteCalculationMatrix
class
DefaultDenseByteMatrix2D
class
DefaultSparseByteMatrix
-
Uses of SparseMatrix in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractByteMatrix
class
AbstractDenseByteMatrix
class
AbstractDenseByteMatrix2D
class
AbstractSparseByteMatrix
class
AbstractSparseByteMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.calculation
Methods in org.ujmp.core.calculation with parameters of type SparseMatrix Modifier and Type Method Description void
DivideMatrixSparseMatrix. calc(SparseMatrix source1, SparseMatrix source2, SparseMatrix target)
void
DivideScalarSparseMatrix. calc(SparseMatrix source, double divisor, SparseMatrix target)
void
DivideScalarSparseMatrix. calc(SparseMatrix source, java.math.BigDecimal divisor, SparseMatrix target)
void
MinusMatrixSparseMatrix. calc(SparseMatrix source1, SparseMatrix source2, SparseMatrix target)
void
MinusScalarSparseMatrix. calc(SparseMatrix source, double value, SparseMatrix target)
void
MinusScalarSparseMatrix. calc(SparseMatrix source, java.math.BigDecimal value, SparseMatrix target)
void
MtimesSparseMatrix1. calc(SparseMatrix source1, Matrix source2, Matrix target)
void
MtimesSparseMatrix2. calc(Matrix source1, SparseMatrix source2, Matrix target)
void
MtimesSparseMatrixBoth. calc(SparseMatrix source1, SparseMatrix source2, Matrix target)
void
PlusMatrixSparseMatrix. calc(SparseMatrix source1, SparseMatrix source2, SparseMatrix target)
void
PlusScalarSparseMatrix. calc(SparseMatrix source, double value, SparseMatrix target)
void
PlusScalarSparseMatrix. calc(SparseMatrix source, java.math.BigDecimal value, SparseMatrix target)
void
TimesMatrixSparseMatrix. calc(SparseMatrix source1, SparseMatrix source2, SparseMatrix target)
void
TimesScalarSparseMatrix. calc(SparseMatrix source, double factor, SparseMatrix target)
void
TimesScalarSparseMatrix. calc(SparseMatrix source, java.math.BigDecimal factor, SparseMatrix target)
void
TransposeSparseMatrix. calc(SparseMatrix source, SparseMatrix target)
-
Uses of SparseMatrix in org.ujmp.core.charmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.charmatrix Modifier and Type Interface Description interface
CharMatrix
interface
CharMatrix2D
interface
DenseCharMatrix
interface
DenseCharMatrix2D
interface
SparseCharMatrix
interface
SparseCharMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.charmatrix.impl
Classes in org.ujmp.core.charmatrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseCharMatrix2D
class
CharCalculationMatrix
class
DefaultDenseCharMatrix2D
class
DefaultSparseCharMatrix
-
Uses of SparseMatrix in org.ujmp.core.charmatrix.stub
Classes in org.ujmp.core.charmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractCharMatrix
class
AbstractDenseCharMatrix
class
AbstractDenseCharMatrix2D
class
AbstractSparseCharMatrix
class
AbstractSparseCharMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.collections.list
Classes in org.ujmp.core.collections.list that implement SparseMatrix Modifier and Type Class Description class
AbstractMapMatrixList<K,V>
-
Uses of SparseMatrix in org.ujmp.core.doublematrix
Subinterfaces of SparseMatrix in org.ujmp.core.doublematrix Modifier and Type Interface Description interface
DoubleMatrix
interface
SparseDoubleMatrix
interface
SparseDoubleMatrix2D
interface
SparseDoubleMatrixMultiD
-
Uses of SparseMatrix in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement SparseMatrix 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 SparseMatrix in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractDenseDoubleMatrix2D
class
AbstractDenseDoubleMatrixMultiD
class
AbstractDoubleMatrix
class
AbstractDoubleMatrix2D
class
AbstractDoubleMatrixMultiD
class
AbstractSparseDoubleMatrix
class
AbstractSparseDoubleMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.filematrix
Classes in org.ujmp.core.filematrix that implement SparseMatrix Modifier and Type Class Description class
DirectoryMatrix
class
FileMatrix
class
ZipEntryMatrix
class
ZipFileMatrix
-
Uses of SparseMatrix in org.ujmp.core.floatmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.floatmatrix Modifier and Type Interface Description interface
DenseFloatMatrix
interface
DenseFloatMatrix2D
interface
FloatMatrix
interface
FloatMatrix2D
interface
SparseFloatMatrix
interface
SparseFloatMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.floatmatrix.impl
Classes in org.ujmp.core.floatmatrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseFloatMatrix2D
class
DefaultDenseFloatMatrix2D
class
DefaultSparseFloatMatrix
class
FloatCalculationMatrix
-
Uses of SparseMatrix in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractDenseFloatMatrix
class
AbstractDenseFloatMatrix2D
class
AbstractFloatMatrix
class
AbstractSparseFloatMatrix
class
AbstractSparseFloatMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.genericmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.genericmatrix Modifier and Type Interface Description interface
GenericMatrix<T>
interface
SparseGenericMatrix<T>
interface
SparseGenericMatrix2D<T>
interface
SparseGenericMatrixMultiD<T>
-
Uses of SparseMatrix in org.ujmp.core.genericmatrix.impl
Classes in org.ujmp.core.genericmatrix.impl that implement SparseMatrix Modifier and Type Class Description class
DefaultDenseGenericMatrix2D<A>
class
DefaultSparseGenericMatrix<A>
-
Uses of SparseMatrix in org.ujmp.core.genericmatrix.stub
Classes in org.ujmp.core.genericmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractDenseGenericMatrix<A>
class
AbstractDenseGenericMatrix2D<A>
class
AbstractGenericMatrix<T>
class
AbstractSparseGenericMatrix<A>
class
AbstractSparseGenericMatrix2D<A>
-
Uses of SparseMatrix in org.ujmp.core.graphmatrix
Classes in org.ujmp.core.graphmatrix that implement SparseMatrix Modifier and Type Class Description class
AbstractGraphMatrix<N,E>
class
DefaultGraphMatrix<N,E>
-
Uses of SparseMatrix in org.ujmp.core.intmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.intmatrix Modifier and Type Interface Description interface
DenseIntMatrix
interface
DenseIntMatrix2D
interface
IntMatrix
interface
IntMatrix2D
interface
SparseIntMatrix
interface
SparseIntMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseIntMatrix2D
class
DefaultDenseIntMatrix2D
class
DefaultSparseIntMatrix
class
ImageMatrix
class
IntCalculationMatrix
-
Uses of SparseMatrix in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractDenseIntMatrix
class
AbstractDenseIntMatrix2D
class
AbstractIntMatrix
class
AbstractSparseIntMatrix
class
AbstractSparseIntMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.listmatrix
Classes in org.ujmp.core.listmatrix that implement SparseMatrix Modifier and Type Class Description class
AbstractListMatrix<E>
class
DefaultListMatrix<T>
-
Uses of SparseMatrix in org.ujmp.core.longmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.longmatrix Modifier and Type Interface Description interface
DenseLongMatrix
interface
DenseLongMatrix2D
interface
LongMatrix
interface
LongMatrix2D
interface
SparseLongMatrix
interface
SparseLongMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.longmatrix.impl
Classes in org.ujmp.core.longmatrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseLongMatrix2D
class
DefaultDenseLongMatrix2D
class
DefaultSparseLongMatrix
class
LongCalculationMatrix
-
Uses of SparseMatrix in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractDenseLongMatrix
class
AbstractDenseLongMatrix2D
class
AbstractLongMatrix
class
AbstractSparseLongMatrix
class
AbstractSparseLongMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.mapmatrix
Classes in org.ujmp.core.mapmatrix that implement SparseMatrix Modifier and Type Class Description class
AbstractMapMatrix<K,V>
class
DefaultMapMatrix<K,V>
-
Uses of SparseMatrix in org.ujmp.core.matrix.factory
Classes in org.ujmp.core.matrix.factory with type parameters of type SparseMatrix Modifier and Type Interface Description interface
SparseMatrixFactory<T extends SparseMatrix>
Methods in org.ujmp.core.matrix.factory that return SparseMatrix Modifier and Type Method Description SparseMatrix
DefaultDenseMatrixFactory. sparse(ValueType valueType, long... size)
SparseMatrix
DefaultSparseMatrixFactory. sparse(Matrix nonZeros)
SparseMatrix
DefaultSparseMatrixFactory. zeros(long... size)
SparseMatrix
DefaultSparseMatrixFactory. zeros(long rows, long columns)
-
Uses of SparseMatrix in org.ujmp.core.numbermatrix
Subinterfaces of SparseMatrix in org.ujmp.core.numbermatrix Modifier and Type Interface Description interface
NumberMatrix<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 SparseMatrix in org.ujmp.core.numbermatrix.stub
Classes in org.ujmp.core.numbermatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractNumberMatrix<T extends java.lang.Number>
-
Uses of SparseMatrix in org.ujmp.core.objectmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.objectmatrix Modifier and Type Interface Description interface
ObjectMatrix
interface
SparseObjectMatrix
interface
SparseObjectMatrix2D
interface
SparseObjectMatrixMultiD
-
Uses of SparseMatrix in org.ujmp.core.objectmatrix.calculation
Classes in org.ujmp.core.objectmatrix.calculation that implement SparseMatrix Modifier and Type Class Description class
WelcomeMatrix
-
Uses of SparseMatrix in org.ujmp.core.objectmatrix.impl
Classes in org.ujmp.core.objectmatrix.impl that implement SparseMatrix 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 SparseMatrix in org.ujmp.core.objectmatrix.stub
Classes in org.ujmp.core.objectmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractDenseObjectMatrix
class
AbstractDenseObjectMatrix2D
class
AbstractMapToSparseMatrixWrapper
class
AbstractMapToTiledMatrix2DWrapper
class
AbstractObjectMatrix
class
AbstractSparseObjectMatrix
class
AbstractSparseObjectMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.setmatrix
Classes in org.ujmp.core.setmatrix that implement SparseMatrix Modifier and Type Class Description class
AbstractSetMatrix<E>
class
DefaultSetMatrix<A>
-
Uses of SparseMatrix in org.ujmp.core.shortmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.shortmatrix Modifier and Type Interface Description interface
DenseShortMatrix
interface
DenseShortMatrix2D
interface
ShortMatrix
interface
ShortMatrix2D
interface
SparseShortMatrix
interface
SparseShortMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseShortMatrix2D
class
DefaultDenseShortMatrix2D
class
DefaultSparseShortMatrix
class
ShortCalculationMatrix
-
Uses of SparseMatrix in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractDenseShortMatrix
class
AbstractDenseShortMatrix2D
class
AbstractShortMatrix
class
AbstractSparseShortMatrix
class
AbstractSparseShortMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.stringmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.stringmatrix Modifier and Type Interface Description interface
DenseStringMatrix
interface
DenseStringMatrix2D
interface
SparseStringMatrix
interface
SparseStringMatrix2D
interface
StringMatrix
interface
StringMatrix2D
-
Uses of SparseMatrix in org.ujmp.core.stringmatrix.impl
Classes in org.ujmp.core.stringmatrix.impl that implement SparseMatrix Modifier and Type Class Description class
ArrayDenseStringMatrix2D
class
DefaultDenseStringMatrix2D
class
DefaultSparseStringMatrix
class
DenseCSVStringMatrix2D
class
SparseCSVMatrix
class
StringCalculationMatrix
-
Uses of SparseMatrix in org.ujmp.core.stringmatrix.stub
Classes in org.ujmp.core.stringmatrix.stub that implement SparseMatrix Modifier and Type Class Description class
AbstractDenseStringMatrix
class
AbstractDenseStringMatrix2D
class
AbstractSparseStringMatrix
class
AbstractSparseStringMatrix2D
class
AbstractStringMatrix
-
Uses of SparseMatrix in org.ujmp.core.text
Classes in org.ujmp.core.text that implement SparseMatrix Modifier and Type Class Description class
DefaultTextBlock
class
DefaultTextSentence
class
DefaultTextToken
-
Uses of SparseMatrix in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement SparseMatrix Modifier and Type Class Description class
TimeSeriesMatrix
-
Uses of SparseMatrix in org.ujmp.core.treematrix
Subinterfaces of SparseMatrix in org.ujmp.core.treematrix Modifier and Type Interface Description interface
TreeMatrix<T>
Classes in org.ujmp.core.treematrix that implement SparseMatrix Modifier and Type Class Description class
AbstractTreeMatrix<T>
class
DefaultTreeMatrix<T>
class
ObjectTreeMatrix
-
Uses of SparseMatrix in org.ujmp.core.util
Classes in org.ujmp.core.util that implement SparseMatrix Modifier and Type Class Description class
DefaultSparseDoubleVector1D
class
UJMPSettings
-
Uses of SparseMatrix in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement SparseMatrix Modifier and Type Class Description class
ClientMatrix
-
Uses of SparseMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement SparseMatrix 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 SparseMatrix in org.ujmp.gui.util
Classes in org.ujmp.gui.util that implement SparseMatrix Modifier and Type Class Description class
MatrixUIDefaults
-
Uses of SparseMatrix in org.ujmp.jama
Classes in org.ujmp.jama that implement SparseMatrix Modifier and Type Class Description class
JamaDenseDoubleMatrix2D
-
Uses of SparseMatrix in org.ujmp.jblas
Classes in org.ujmp.jblas that implement SparseMatrix Modifier and Type Class Description class
JBlasDenseDoubleMatrix2D
-
Uses of SparseMatrix in org.ujmp.jdbc.map
Classes in org.ujmp.jdbc.map that implement SparseMatrix Modifier and Type Class Description class
JDBCMapMatrix<K,V>
-
Uses of SparseMatrix in org.ujmp.jdbc.matrix
Classes in org.ujmp.jdbc.matrix that implement SparseMatrix Modifier and Type Class Description class
AbstractDenseJDBCMatrix2D
class
DenseDerbyMatrix2D
class
DenseHSQLDBMatrix2D
class
DenseMySQLMatrix2D
class
DensePostgreSQLMatrix2D
class
JDBCCatalogListMatrix
class
JDBCCatalogMatrix
class
JDBCSparseObjectMatrix
-
Uses of SparseMatrix in org.ujmp.jdbc.set
Classes in org.ujmp.jdbc.set that implement SparseMatrix Modifier and Type Class Description class
JDBCSetMatrix<V>
-
Uses of SparseMatrix in org.ujmp.la4j
Classes in org.ujmp.la4j that implement SparseMatrix Modifier and Type Class Description class
La4JDenseDoubleMatrix2D
-
Uses of SparseMatrix in org.ujmp.mail
Classes in org.ujmp.mail that implement SparseMatrix Modifier and Type Class Description class
MessageMatrix
class
MessagesMatrix
-
Uses of SparseMatrix in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement SparseMatrix Modifier and Type Class Description class
VecMathDenseDoubleMatrix2D
-