Uses of Interface
org.ujmp.core.SparseMatrix
Packages that use SparseMatrix
Package
Description
-
Uses of SparseMatrix in org.ujmp.colt
Classes in org.ujmp.colt that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
-
Uses of SparseMatrix in org.ujmp.core
Subinterfaces of SparseMatrix in org.ujmp.core -
Uses of SparseMatrix in org.ujmp.core.benchmark
Classes in org.ujmp.core.benchmark that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.bigdecimalmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.bigdecimalmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.bigdecimalmatrix.impl
Classes in org.ujmp.core.bigdecimalmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.bigintegermatrix
Subinterfaces of SparseMatrix in org.ujmp.core.bigintegermatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.bigintegermatrix.impl
Classes in org.ujmp.core.bigintegermatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.booleanmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.booleanmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.booleanmatrix.impl
Classes in org.ujmp.core.booleanmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.bytearraymatrix
Subinterfaces of SparseMatrix in org.ujmp.core.bytearraymatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.bytearraymatrix.stub
Classes in org.ujmp.core.bytearraymatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.bytematrix
Subinterfaces of SparseMatrix in org.ujmp.core.bytematrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.bytematrix.impl
Classes in org.ujmp.core.bytematrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.calculation
Fields in org.ujmp.core.calculation with type parameters of type SparseMatrixModifier and TypeFieldDescriptionstatic final DivideMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> DivideMatrix.SPARSEMATRIX
static final DivideMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> DivideMatrix.SPARSEMATRIX
static final DivideMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> DivideMatrix.SPARSEMATRIX
static final DivideScalarCalculation<SparseMatrix,
SparseMatrix> DivideScalar.SPARSEMATRIX
static final DivideScalarCalculation<SparseMatrix,
SparseMatrix> DivideScalar.SPARSEMATRIX
static final MinusMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> MinusMatrix.SPARSEMATRIX
static final MinusMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> MinusMatrix.SPARSEMATRIX
static final MinusMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> MinusMatrix.SPARSEMATRIX
static final MinusScalarCalculation<SparseMatrix,
SparseMatrix> MinusScalar.SPARSEMATRIX
static final MinusScalarCalculation<SparseMatrix,
SparseMatrix> MinusScalar.SPARSEMATRIX
static final PlusMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> PlusMatrix.SPARSEMATRIX
static final PlusMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> PlusMatrix.SPARSEMATRIX
static final PlusMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> PlusMatrix.SPARSEMATRIX
static final PlusScalarCalculation<SparseMatrix,
SparseMatrix> PlusScalar.SPARSEMATRIX
static final PlusScalarCalculation<SparseMatrix,
SparseMatrix> PlusScalar.SPARSEMATRIX
static final TimesMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> TimesMatrix.SPARSEMATRIX
static final TimesMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> TimesMatrix.SPARSEMATRIX
static final TimesMatrixCalculation<SparseMatrix,
SparseMatrix, SparseMatrix> TimesMatrix.SPARSEMATRIX
static final TimesScalarCalculation<SparseMatrix,
SparseMatrix> TimesScalar.SPARSEMATRIX
static final TimesScalarCalculation<SparseMatrix,
SparseMatrix> TimesScalar.SPARSEMATRIX
static final TransposeCalculation<SparseMatrix,
SparseMatrix> Transpose.SPARSEMATRIX
static final TransposeCalculation<SparseMatrix,
SparseMatrix> Transpose.SPARSEMATRIX
static final MtimesCalculation<SparseMatrix,
Matrix, Matrix> Mtimes.SPARSEMATRIX1
static final MtimesCalculation<Matrix,
SparseMatrix, Matrix> Mtimes.SPARSEMATRIX2
static final MtimesCalculation<SparseMatrix,
SparseMatrix, Matrix> Mtimes.SPARSEMATRIXBOTH
static final MtimesCalculation<SparseMatrix,
SparseMatrix, Matrix> Mtimes.SPARSEMATRIXBOTH
Methods in org.ujmp.core.calculation with parameters of type SparseMatrixModifier and TypeMethodDescriptionfinal void
DivideMatrixSparseMatrix.calc
(SparseMatrix source1, SparseMatrix source2, SparseMatrix target) final void
DivideScalarSparseMatrix.calc
(SparseMatrix source, double divisor, SparseMatrix target) final void
DivideScalarSparseMatrix.calc
(SparseMatrix source, BigDecimal divisor, SparseMatrix target) final void
MinusMatrixSparseMatrix.calc
(SparseMatrix source1, SparseMatrix source2, SparseMatrix target) final void
MinusScalarSparseMatrix.calc
(SparseMatrix source, double value, SparseMatrix target) final void
MinusScalarSparseMatrix.calc
(SparseMatrix source, BigDecimal value, SparseMatrix target) final void
MtimesSparseMatrix1.calc
(SparseMatrix source1, Matrix source2, Matrix target) final void
MtimesSparseMatrix2.calc
(Matrix source1, SparseMatrix source2, Matrix target) final void
MtimesSparseMatrixBoth.calc
(SparseMatrix source1, SparseMatrix source2, Matrix target) final void
PlusMatrixSparseMatrix.calc
(SparseMatrix source1, SparseMatrix source2, SparseMatrix target) final void
PlusScalarSparseMatrix.calc
(SparseMatrix source, double value, SparseMatrix target) final void
PlusScalarSparseMatrix.calc
(SparseMatrix source, BigDecimal value, SparseMatrix target) void
TimesMatrixSparseMatrix.calc
(SparseMatrix source1, SparseMatrix source2, SparseMatrix target) final void
TimesScalarSparseMatrix.calc
(SparseMatrix source, double factor, SparseMatrix target) final void
TimesScalarSparseMatrix.calc
(SparseMatrix source, BigDecimal factor, SparseMatrix target) final void
TransposeSparseMatrix.calc
(SparseMatrix source, SparseMatrix target) -
Uses of SparseMatrix in org.ujmp.core.charmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.charmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.charmatrix.impl
Classes in org.ujmp.core.charmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.charmatrix.stub
Classes in org.ujmp.core.charmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.collections.list
Classes in org.ujmp.core.collections.list that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.doublematrix
Subinterfaces of SparseMatrix in org.ujmp.core.doublematrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
A dense 2D matrix with square block layout.class
class
class
class
class
class
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.filematrix
Classes in org.ujmp.core.filematrix that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.floatmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.floatmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.floatmatrix.impl
Classes in org.ujmp.core.floatmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.genericmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.genericmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.genericmatrix.impl
Classes in org.ujmp.core.genericmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
-
Uses of SparseMatrix in org.ujmp.core.genericmatrix.stub
Classes in org.ujmp.core.genericmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.graphmatrix
Classes in org.ujmp.core.graphmatrix that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.intmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.intmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.listmatrix
Classes in org.ujmp.core.listmatrix that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.longmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.longmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.longmatrix.impl
Classes in org.ujmp.core.longmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.mapmatrix
Classes in org.ujmp.core.mapmatrix that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.matrix.factory
Classes in org.ujmp.core.matrix.factory with type parameters of type SparseMatrixMethods in org.ujmp.core.matrix.factory that return SparseMatrixModifier and TypeMethodDescriptionfinal SparseMatrix
DefaultSparseMatrixFactory.zeros
(long... size) DefaultSparseMatrixFactory.zeros
(long rows, long columns) -
Uses of SparseMatrix in org.ujmp.core.numbermatrix
Subinterfaces of SparseMatrix in org.ujmp.core.numbermatrixModifier and TypeInterfaceDescriptioninterface
NumberMatrix<T extends Number>
interface
SparseNumberMatrix<T extends Number>
interface
SparseNumberMatrix2D<T extends Number>
interface
SparseNumberMatrixMultiD<T extends Number>
-
Uses of SparseMatrix in org.ujmp.core.numbermatrix.stub
Classes in org.ujmp.core.numbermatrix.stub that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.objectmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.objectmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.objectmatrix.calculation
Classes in org.ujmp.core.objectmatrix.calculation that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.objectmatrix.impl
Classes in org.ujmp.core.objectmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.objectmatrix.stub
Classes in org.ujmp.core.objectmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.setmatrix
Classes in org.ujmp.core.setmatrix that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.shortmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.shortmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.stringmatrix
Subinterfaces of SparseMatrix in org.ujmp.core.stringmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of SparseMatrix in org.ujmp.core.stringmatrix.impl
Classes in org.ujmp.core.stringmatrix.impl that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.stringmatrix.stub
Classes in org.ujmp.core.stringmatrix.stub that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.core.text
Classes in org.ujmp.core.text that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
-
Uses of SparseMatrix in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.treematrix
Subinterfaces of SparseMatrix in org.ujmp.core.treematrixClasses in org.ujmp.core.treematrix that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
-
Uses of SparseMatrix in org.ujmp.core.util
Classes in org.ujmp.core.util that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.gui.util
Classes in org.ujmp.gui.util that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.jama
Classes in org.ujmp.jama that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.jblas
Classes in org.ujmp.jblas that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.jdbc.map
Classes in org.ujmp.jdbc.map that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.jdbc.matrix
Classes in org.ujmp.jdbc.matrix that implement SparseMatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of SparseMatrix in org.ujmp.jdbc.set
Classes in org.ujmp.jdbc.set that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.la4j
Classes in org.ujmp.la4j that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.mail
Classes in org.ujmp.mail that implement SparseMatrix -
Uses of SparseMatrix in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement SparseMatrix