|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Matrix | |
|---|---|
| com.croftsoft.core.math | Mathematics and constants. |
| Uses of Matrix in com.croftsoft.core.math |
|---|
| Methods in com.croftsoft.core.math that return Matrix | |
|---|---|
Matrix |
Matrix.add(double addend)
|
Matrix |
Matrix.add(Matrix addend)
|
Matrix |
Matrix.clip(double min,
double max)
|
static Matrix |
Matrix.identity(int rows_cols)
Returns a square matrix with the diagonal values set to 1.0 and all others set to 0.0. |
Matrix |
Matrix.multiply(double factor)
|
Matrix |
Matrix.multiply(Matrix right)
|
static Matrix |
Matrix.multiply(Matrix left,
Matrix right)
|
static Matrix |
Matrix.multiplyPairwise(Matrix a,
Matrix b)
|
Matrix |
Matrix.randomizeUniform(double min,
double max)
|
Matrix |
Matrix.sigmoid()
|
Matrix |
Matrix.sigmoidDerivative()
|
Matrix |
Matrix.submatrix(int row_start,
int row_end,
int col_start,
int col_end)
|
Matrix |
Matrix.subtract(Matrix subtractor)
|
Matrix |
Matrix.transpose()
|
| Methods in com.croftsoft.core.math with parameters of type Matrix | |
|---|---|
Matrix |
Matrix.add(Matrix addend)
|
Matrix |
Matrix.multiply(Matrix right)
|
static Matrix |
Matrix.multiply(Matrix left,
Matrix right)
|
static Matrix |
Matrix.multiplyPairwise(Matrix a,
Matrix b)
|
Matrix |
Matrix.subtract(Matrix subtractor)
|
| Constructors in com.croftsoft.core.math with parameters of type Matrix | |
|---|---|
Matrix(Matrix old)
|
|
|
CroftSoft Javadoc | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||