Class VandermondeMatrix
java.lang.Object
net.messagevortex.router.operation.Matrix
net.messagevortex.router.operation.VandermondeMatrix
- Direct Known Subclasses:
RedundancyMatrix
Van der mode matrices.
This class initializes a matrixContent with van der Monde values (F_{x,y}=y^x).
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionVandermondeMatrix(int x, int y, MathMode mode) Creates a standardized Van Der Monde matrix for distributiong data among multiple nodes. -
Method Summary
Methods inherited from class net.messagevortex.router.operation.Matrix
divRow, enableMatrixCache, equals, flipRow, getAsByteArray, getField, getInverse, getRow, getRowAsByteArray, getX, getY, hashCode, mul, randomMatrix, removeRow, setField, setModulo, toString, transformColumn, transformRow, unitMatrix
-
Constructor Details
-
VandermondeMatrix
-
VandermondeMatrix
Creates a standardized Van Der Monde matrix for distributiong data among multiple nodes.
- Parameters:
x- the number of columnsy- the number of rowsmode- the math mode (should be a Gauloise Field to be effective
-