Uses of Interface
org.ujmp.core.objectmatrix.DenseObjectMatrix2D
Packages that use DenseObjectMatrix2D
Package
Description
-
Uses of DenseObjectMatrix2D in org.ujmp.core.benchmark
Classes in org.ujmp.core.benchmark that implement DenseObjectMatrix2D -
Uses of DenseObjectMatrix2D in org.ujmp.core.filematrix
Classes in org.ujmp.core.filematrix that implement DenseObjectMatrix2D -
Uses of DenseObjectMatrix2D in org.ujmp.core.io
Methods in org.ujmp.core.io that return DenseObjectMatrix2DModifier and TypeMethodDescriptionstatic DenseObjectMatrix2D
LinkMatrixJDBC.toDatabase
(String url, String sqlStatement, String username, String password) static DenseObjectMatrix2D
LinkMatrixJDBC.toDatabase
(Connection connection, String sqlStatement) static DenseObjectMatrix2D
LinkMatrixJDBC.toDatabase
(DBType type, String host, int port, String database, String sqlStatement, String username, String password) -
Uses of DenseObjectMatrix2D in org.ujmp.core.mapmatrix
Classes in org.ujmp.core.mapmatrix that implement DenseObjectMatrix2D -
Uses of DenseObjectMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return DenseObjectMatrix2DModifier and TypeMethodDescriptionfinal DenseObjectMatrix2D
AbstractMatrixFactory.importFromArray
(Object[]... values) final DenseObjectMatrix2D
AbstractMatrixFactory.linkToArray
(Object... values) final DenseObjectMatrix2D
AbstractMatrixFactory.linkToArray
(Object[]... values) final DenseObjectMatrix2D
AbstractMatrixFactory.linkToValue
(Object value) -
Uses of DenseObjectMatrix2D in org.ujmp.core.objectmatrix
Subinterfaces of DenseObjectMatrix2D in org.ujmp.core.objectmatrixFields in org.ujmp.core.objectmatrix with type parameters of type DenseObjectMatrix2DModifier and TypeFieldDescriptionstatic final DenseObjectMatrix2DFactory<? extends DenseObjectMatrix2D>
DenseObjectMatrix2D.Factory
-
Uses of DenseObjectMatrix2D in org.ujmp.core.objectmatrix.calculation
Classes in org.ujmp.core.objectmatrix.calculation that implement DenseObjectMatrix2D -
Uses of DenseObjectMatrix2D in org.ujmp.core.objectmatrix.factory
Classes in org.ujmp.core.objectmatrix.factory with type parameters of type DenseObjectMatrix2DModifier and TypeInterfaceDescriptioninterface
DenseObjectMatrix2DFactory<T extends DenseObjectMatrix2D>
Methods in org.ujmp.core.objectmatrix.factory that return DenseObjectMatrix2D -
Uses of DenseObjectMatrix2D in org.ujmp.core.objectmatrix.impl
Classes in org.ujmp.core.objectmatrix.impl that implement DenseObjectMatrix2DModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of DenseObjectMatrix2D in org.ujmp.core.objectmatrix.stub
Classes in org.ujmp.core.objectmatrix.stub that implement DenseObjectMatrix2DModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of DenseObjectMatrix2D in org.ujmp.core.text
Classes in org.ujmp.core.text that implement DenseObjectMatrix2D -
Uses of DenseObjectMatrix2D in org.ujmp.core.util
Classes in org.ujmp.core.util that implement DenseObjectMatrix2D -
Uses of DenseObjectMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement DenseObjectMatrix2DModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of DenseObjectMatrix2D in org.ujmp.gui.util
Classes in org.ujmp.gui.util that implement DenseObjectMatrix2D -
Uses of DenseObjectMatrix2D in org.ujmp.jdbc
Methods in org.ujmp.jdbc that return DenseObjectMatrix2DModifier and TypeMethodDescriptionstatic DenseObjectMatrix2D
ImportMatrixJDBC.fromDatabase
(String url, String sqlStatement, String username, String password) static DenseObjectMatrix2D
ImportMatrixJDBC.fromDatabase
(Connection connection, String sqlStatement) static DenseObjectMatrix2D
ImportMatrixJDBC.fromDatabase
(DBType type, String host, int port, String databasename, String sqlStatement, String username, String password) -
Uses of DenseObjectMatrix2D in org.ujmp.jdbc.map
Classes in org.ujmp.jdbc.map that implement DenseObjectMatrix2D -
Uses of DenseObjectMatrix2D in org.ujmp.jdbc.matrix
Classes in org.ujmp.jdbc.matrix that implement DenseObjectMatrix2DModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in org.ujmp.jdbc.matrix with type parameters of type DenseObjectMatrix2DModifier and TypeFieldDescriptionprivate Map<Long,
DenseObjectMatrix2D> AbstractDenseJDBCMatrix2D.dataCache
-
Uses of DenseObjectMatrix2D in org.ujmp.mail
Classes in org.ujmp.mail that implement DenseObjectMatrix2D