|
Multivalent API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
---|---|
phelps.math | Math: matrix manipulation. |
Uses of Matrix in phelps.math |
---|
Methods in phelps.math that return Matrix | |
---|---|
Matrix |
Matrix.transpose()
Return a new matrix that is the transpose of this one. |
Matrix |
Matrix.invert()
Returns new matrix that is the inverse. |
Matrix |
Matrix.add(Matrix x)
Return new matrix that is sum of this and passed matrix. |
Matrix |
Matrix.multiply(double s)
Return new matrix that is result of multiplying each element by the scalar s. |
Matrix |
Matrix.multiply(Matrix x)
Return new matrix that is product of this and passed matrix. |
Methods in phelps.math with parameters of type Matrix | |
---|---|
Matrix |
Matrix.add(Matrix x)
Return new matrix that is sum of this and passed matrix. |
Matrix |
Matrix.multiply(Matrix x)
Return new matrix that is product of this and passed matrix. |
Constructors in phelps.math with parameters of type Matrix | |
---|---|
Matrix(Matrix m)
Create a new Matrix by copying (not sharing) the content of the one passed in. |
|
Multivalent API | |||||||||
PREV NEXT | FRAMES NO FRAMES |