Matrix |
Graph.adjacency() |
Ritorna la matrice di adiacenza del grafo
|
Matrix |
Graph.connections() |
Ritorna la matrice dei collegamenti del grafo
|
static Matrix |
Matrix.one(int n) |
Returns the identity Matrix
|
Matrix |
Matrix.pow(int n) |
Returns the Matrix that n-th power of this Matrix
|
Matrix |
Matrix.prod(Matrix mat) |
Returns the Matrix that is the cartesian product of this Matrix with another Matrix
|
Matrix |
Matrix.sum(Matrix mat) |
Returns the Matrix that is the sum of this Matrix with another Matrix
|
static Matrix |
Matrix.zero(int n) |
Returns the zero Matrix
|