| Package | Description |
|---|---|
| rationals.algebra |
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
Matrix.one(int dim,
SemiRing sr)
Factory method for creating unit Matrix instances with coefficients
in a certain SemiRing.
|
Matrix |
Matrix.power(int n,
Matrix res)
Returns the n th power of this matrix.
|
static Matrix |
Matrix.zero(int line,
int col,
SemiRing sr)
Factory method for creating Matrix instances with coefficients
in a certain SemiRing.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.power(int n,
Matrix res)
Returns the n th power of this matrix.
|
Copyright © 2020. All rights reserved.