Uses of Interface
net.messagevortex.router.operation.MathMode
Packages that use MathMode
Package
Description
Contains classes required to execute mix operations in memory.
-
Uses of MathMode in net.messagevortex.router.operation
Classes in net.messagevortex.router.operation that implement MathModeModifier and TypeClassDescriptionclassOffers galoise Math required for redundancy matrices.classCreated by martin.gwerder on 20.04.2017.Methods in net.messagevortex.router.operation with parameters of type MathModeModifier and TypeMethodDescriptionstatic MatrixMatrix.randomMatrix(int x, int y, MathMode mode) Returns a matrixContent with the specified dimension initialised with random values.static MatrixMatrix.unitMatrix(int size, MathMode mode) Creates a two dimensional unit matrixContent (size,size) with the specified MathMode.Constructors in net.messagevortex.router.operation with parameters of type MathModeModifierConstructorDescriptionCreates a matrixContent (x,y) with the specified MathMode.Creates a two dimensional matrixContent (x,y) with the specified MathMode.Creates a two dimensional matrixContent (x,y) with the specified MathMode.Creates a two dimensional matrixContent (x,y) with the specified MathMode.RedundancyMatrix(int dataRows, int total, MathMode mode) Creates a redundancy matrixContent based on vnadermonde matrices.RedundancyMatrix(int dataRows, int total, MathMode mode, boolean noCache, boolean noNormalize) Creates a redundancy matrixContent based on vandermonde matrices.VandermondeMatrix(int x, int y, MathMode mode) Creates a standardized Van Der Monde matrix for distributiong data among multiple nodes.