|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.misc.math | |
p3j.pppm.parameters |
Uses of Matrix in p3j.database |
---|
Methods in p3j.database that return Matrix | |
---|---|
Matrix |
IP3MDatabase.getMatrix(Matrix2D value)
Get matrix with a certain value from database. |
Matrix |
IP3MDatabase.newMatrix(Matrix2D value)
Creates a new matrix if a matrix with the same values is not already existing in the system. |
Methods in p3j.database that return types with arguments of type Matrix | |
---|---|
List<Matrix> |
IP3MDatabase.getAllMatrices()
Retrieves all input matrices from the database. |
Methods in p3j.database with parameters of type Matrix | |
---|---|
boolean |
IP3MDatabase.deleteMatrix(Matrix matrix)
Deletes given matrix from the database. |
Uses of Matrix in p3j.database.hibernate |
---|
Methods in p3j.database.hibernate that return Matrix | |
---|---|
Matrix |
P3MDatabase.getMatrix(Matrix2D value)
|
Matrix |
P3MDatabase.newMatrix(Matrix2D value)
|
Methods in p3j.database.hibernate that return types with arguments of type Matrix | |
---|---|
List<Matrix> |
P3MDatabase.getAllMatrices()
|
Methods in p3j.database.hibernate with parameters of type Matrix | |
---|---|
boolean |
P3MDatabase.deleteMatrix(Matrix matrix)
|
Uses of Matrix in p3j.misc.math |
---|
Methods in p3j.misc.math that return Matrix | |
---|---|
Matrix |
Matrix.copy()
Creates (deep) copy of this matrix, apart from the ID. |
Uses of Matrix in p3j.pppm.parameters |
---|
Methods in p3j.pppm.parameters that return Matrix | |
---|---|
Matrix |
ParameterAssignment.getMatrix()
|
Methods in p3j.pppm.parameters with parameters of type Matrix | |
---|---|
void |
ParameterAssignment.setMatrix(Matrix matrix)
|
Constructors in p3j.pppm.parameters with parameters of type Matrix | |
---|---|
ParameterAssignment(ParameterInstance instance,
String assignName,
String desc,
double prob,
double dev,
Matrix val)
Full constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |