Package | Description |
---|---|
net.messagevortex.router.operation |
Contains classes required to execute mix operations in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
GaloisFieldMathMode
Offers galoise Math required for redundancy matrices.
|
class |
RealMathMode
Created by martin.gwerder on 20.04.2017.
|
Modifier and Type | Method and Description |
---|---|
static Matrix |
Matrix.randomMatrix(int x,
int y,
MathMode mode)
Returns a matrixContent with the specified dimension initialised with random values.
|
static Matrix |
Matrix.unitMatrix(int size,
MathMode mode)
Creates a two dimensional unit matrixContent (size,size) with the specified MathMode.
|
Constructor and Description |
---|
Matrix(int x,
int y,
MathMode mode)
Creates a matrixContent (x,y) with the specified MathMode.
|
Matrix(int x,
int y,
MathMode mode,
byte[] content)
Creates a two dimensional matrixContent (x,y) with the specified MathMode.
|
Matrix(int x,
int y,
MathMode mode,
int content)
Creates a two dimensional matrixContent (x,y) with the specified MathMode.
|
Matrix(int x,
int y,
MathMode mode,
int[] content)
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.
|
Copyright © 2023. All rights reserved.