|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectMatrix2D in org.ujmp.core |
---|
Methods in org.ujmp.core that return ObjectMatrix2D | |
---|---|
static ObjectMatrix2D |
MatrixFactory.importFromJDBC(DB type,
String host,
int port,
String database,
String sqlStatement,
String username,
String password)
|
static ObjectMatrix2D |
MatrixFactory.importFromJDBC(String url,
String sqlStatement,
String username,
String password)
|
static ObjectMatrix2D |
MatrixFactory.linkToJDBC(DB type,
String host,
int port,
String database,
String sqlStatement,
String username,
String password)
|
static ObjectMatrix2D |
MatrixFactory.linkToJDBC(String url,
String sqlStatement,
String username,
String password)
|
Uses of ObjectMatrix2D in org.ujmp.core.benchmark |
---|
Classes in org.ujmp.core.benchmark that implement ObjectMatrix2D | |
---|---|
class |
BenchmarkConfig
|
Uses of ObjectMatrix2D in org.ujmp.core.interfaces |
---|
Methods in org.ujmp.core.interfaces that return ObjectMatrix2D | |
---|---|
ObjectMatrix2D |
Conversions2D.toObjectMatrix()
|
Uses of ObjectMatrix2D in org.ujmp.core.io |
---|
Methods in org.ujmp.core.io that return ObjectMatrix2D | |
---|---|
static ObjectMatrix2D |
ImportMatrixJDBC.fromDatabase(DB type,
String host,
int port,
String database,
String sqlStatement,
String username,
String password)
|
static ObjectMatrix2D |
ImportMatrixJDBC.fromDatabase(String url,
String sqlStatement,
String username,
String password)
|
static ObjectMatrix2D |
LinkMatrixJDBC.toDatabase(DB type,
String host,
int port,
String database,
String sqlStatement,
String username,
String password)
|
static ObjectMatrix2D |
LinkMatrixJDBC.toDatabase(String url,
String sqlStatement,
String username,
String password)
|
Uses of ObjectMatrix2D in org.ujmp.core.mapmatrix |
---|
Classes in org.ujmp.core.mapmatrix that implement ObjectMatrix2D | |
---|---|
class |
AbstractMapMatrix<K,V>
|
class |
DefaultMapMatrix<K,V>
|
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix |
---|
Subinterfaces of ObjectMatrix2D in org.ujmp.core.objectmatrix | |
---|---|
interface |
DenseObjectMatrix2D
|
interface |
SparseObjectMatrix2D
|
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix.calculation |
---|
Classes in org.ujmp.core.objectmatrix.calculation that implement ObjectMatrix2D | |
---|---|
class |
WelcomeMatrix
|
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix.factory |
---|
Methods in org.ujmp.core.objectmatrix.factory that return ObjectMatrix2D | |
---|---|
ObjectMatrix2D |
ObjectMatrix2DFactory.zeros(long... size)
|
ObjectMatrix2D |
ObjectMatrix2DFactory.zeros(long rows,
long columns)
|
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix.impl |
---|
Classes in org.ujmp.core.objectmatrix.impl that implement ObjectMatrix2D | |
---|---|
class |
DefaultDenseObjectMatrix2D
|
class |
DefaultSparseColumnObjectMatrix2D
|
class |
DefaultSparseRowObjectMatrix2D
|
class |
DefaultTiledObjectMatrix2D
|
class |
EmptyMatrix
|
class |
FileMatrix
|
class |
SimpleDenseObjectMatrix2D
|
Uses of ObjectMatrix2D in org.ujmp.core.objectmatrix.stub |
---|
Classes in org.ujmp.core.objectmatrix.stub that implement ObjectMatrix2D | |
---|---|
class |
AbstractDenseObjectMatrix2D
|
class |
AbstractMapToTiledMatrix2DWrapper
|
class |
AbstractSparseObjectMatrix2D
|
Methods in org.ujmp.core.objectmatrix.stub that return types with arguments of type ObjectMatrix2D | |
---|---|
Map<Coordinates,ObjectMatrix2D> |
AbstractMapToTiledMatrix2DWrapper.getMap()
|
Map<Coordinates,ObjectMatrix2D> |
AbstractMapToTiledMatrix2DWrapper.getWrappedObject()
|
Method parameters in org.ujmp.core.objectmatrix.stub with type arguments of type ObjectMatrix2D | |
---|---|
void |
AbstractMapToTiledMatrix2DWrapper.setWrappedObject(Map<Coordinates,ObjectMatrix2D> object)
|
Constructor parameters in org.ujmp.core.objectmatrix.stub with type arguments of type ObjectMatrix2D | |
---|---|
AbstractMapToTiledMatrix2DWrapper(Map<Coordinates,ObjectMatrix2D> map,
long... size)
|
|
AbstractMapToTiledMatrix2DWrapper(Map<Coordinates,ObjectMatrix2D> map,
Matrix source)
|
Uses of ObjectMatrix2D in org.ujmp.core.util.matrices |
---|
Classes in org.ujmp.core.util.matrices that implement ObjectMatrix2D | |
---|---|
class |
FileFormatMatrix
|
class |
MatrixRunningThreads
|
class |
MatrixSystemEnvironment
|
class |
MatrixSystemProperties
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |