Package | Description |
---|---|
p3j.database | |
p3j.database.hibernate | |
p3j.misc.math | |
p3j.pppm.parameters |
Modifier and Type | Method and Description |
---|---|
Matrix |
IP3MDatabase.newMatrix(Matrix2D value)
Creates a new matrix if a matrix with the same values is not already
existing in the system.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IP3MDatabase.deleteMatrix(Matrix matrix)
Deletes given matrix from the database.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
P3MDatabase.newMatrix(Matrix2D value) |
Modifier and Type | Method and Description |
---|---|
boolean |
P3MDatabase.deleteMatrix(Matrix matrix) |
Modifier and Type | Method and Description |
---|---|
Matrix |
Matrix.copy()
Creates (deep) copy of this matrix, apart from the ID.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
ParameterAssignment.getMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterAssignment.setMatrix(Matrix matrix) |
Constructor and Description |
---|
ParameterAssignment(ParameterInstance instance,
String assignName,
String desc,
double prob,
double dev,
Matrix val)
Full constructor.
|
Copyright © 2013. All Rights Reserved.