public class VandermondeMatrix extends Matrix
Van der mode matrices.
This class initializes a matrixContent with van der Monde values (F_{x,y}=y^x).
Constructor and Description |
---|
VandermondeMatrix(int x,
int y,
MathMode mode)
Creates a standardized Van Der Monde matrix for distributiong data among multiple nodes.
|
VandermondeMatrix(VandermondeMatrix m) |
divRow, enableMatrixCache, equals, flipRow, getAsByteArray, getField, getInverse, getRow, getRowAsByteArray, getX, getY, hashCode, mul, randomMatrix, removeRow, setField, setModulo, toString, transformColumn, transformRow, unitMatrix
public VandermondeMatrix(VandermondeMatrix m)
public VandermondeMatrix(int x, int y, MathMode mode)
Creates a standardized Van Der Monde matrix for distributiong data among multiple nodes.
x
- the number of columnsy
- the number of rowsmode
- the math mode (should be a Gauloise Field to be effectiveCopyright © 2023. All rights reserved.