Uses of Class
net.messagevortex.router.operation.Matrix
Packages that use Matrix
Package
Description
Contains classes required to execute mix operations in memory.
-
Uses of Matrix in net.messagevortex.router.operation
Subclasses of Matrix in net.messagevortex.router.operationModifier and TypeClassDescriptionclassCreates a redundancy matrixContent or a recovery matrixContent for the redundancy operations.classVan der mode matrices.Methods in net.messagevortex.router.operation that return MatrixModifier and TypeMethodDescriptionMatrix.getInverse()Calculates the inverse by applying the Gauss-Jordan-algorithm.RedundancyMatrix.getRecoveryMatrix(int[] missingRowIndex) Calculates a matrixContent to recover all data rows given the missing rows.Multiplies the current matrixContent with the specified matrixContent.static 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.Methods in net.messagevortex.router.operation with parameters of type MatrixModifier and TypeMethodDescriptionMultiplies the current matrixContent with the specified matrixContent.Constructors in net.messagevortex.router.operation with parameters of type Matrix