Class VandermondeMatrix

java.lang.Object
net.messagevortex.router.operation.Matrix
net.messagevortex.router.operation.VandermondeMatrix
Direct Known Subclasses:
RedundancyMatrix

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 Details

    • VandermondeMatrix

      public VandermondeMatrix(VandermondeMatrix m)
    • VandermondeMatrix

      public VandermondeMatrix(int x, int y, MathMode mode)

      Creates a standardized Van Der Monde matrix for distributiong data among multiple nodes.

      Parameters:
      x - the number of columns
      y - the number of rows
      mode - the math mode (should be a Gauloise Field to be effective