|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Matrix in matrix |
---|
Methods in matrix that return Matrix | |
---|---|
Matrix |
Matrix.add(Matrix other)
Adds this matrix to another. |
Matrix |
Matrix.multiply(Matrix other)
Multiples this matrix with another. |
static Matrix |
Matrix.toMatrix(java.lang.String string,
int rows,
int columns)
Creates a matrix from a data string. |
Methods in matrix with parameters of type Matrix | |
---|---|
Matrix |
Matrix.add(Matrix other)
Adds this matrix to another. |
Matrix |
Matrix.multiply(Matrix other)
Multiples this matrix with another. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |