|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
---|---|
annas.graph.util | |
annas.math |
Uses of Matrix in annas.graph.util |
---|
Methods in annas.graph.util that return Matrix | |
---|---|
Matrix |
Util.getAdjacentFrequencyMatrix()
|
Matrix |
Util.getAdjacentMatrix()
|
Matrix |
Util.getLapacianMatrix()
|
Matrix |
Util.getNumPathNLong(int n)
|
Uses of Matrix in annas.math |
---|
Methods in annas.math that return Matrix | |
---|---|
Matrix |
Matrix.addMatrix(Matrix m)
|
Matrix |
Matrix.Adjoint()
|
static Matrix |
Matrix.createIdentity(int i)
|
Matrix |
Matrix.divide(Matrix j)
|
Matrix |
EigenvalueDecomposition.getD()
Return the block diagonal eigenvalue matrix |
Matrix |
EigenvalueDecomposition.getV()
Return the eigenvector matrix |
Matrix |
Matrix.Inverse()
|
Matrix |
Matrix.MultiplyMatrix(Matrix mb)
|
Matrix |
Matrix.subtractMatrix(Matrix m)
|
Matrix |
Matrix.Transpose()
|
Methods in annas.math with parameters of type Matrix | |
---|---|
Matrix |
Matrix.addMatrix(Matrix m)
|
Matrix |
Matrix.divide(Matrix j)
|
boolean |
Matrix.eq(Matrix B)
Performs a deep equals |
boolean |
Matrix.eq(Matrix B,
double tolerance)
Performs a deep equals |
Matrix |
Matrix.MultiplyMatrix(Matrix mb)
|
Matrix |
Matrix.subtractMatrix(Matrix m)
|
Constructors in annas.math with parameters of type Matrix | |
---|---|
EigenvalueDecomposition(Matrix Arg)
Check for symmetry, then construct the eigenvalue decomposition |
|
Matrix.Product(float[][] a,
int row,
float[][] b,
int col,
Matrix res,
java.util.concurrent.Semaphore s,
int width,
int height)
|
|
Matrix(Matrix m)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |