Uses of Class
org.bouncycastle.pqc.math.linearalgebra.Matrix
-
Packages that use Matrix Package Description org.bouncycastle.pqc.math.linearalgebra -
-
Uses of Matrix in org.bouncycastle.pqc.math.linearalgebra
Subclasses of Matrix in org.bouncycastle.pqc.math.linearalgebra Modifier and Type Class Description class
GF2Matrix
This class describes some operations with matrices over finite field GF(2) and is used in ecc and MQ-PKC (also has some specific methods and implementation)class
GF2mMatrix
This class describes some operations with matrices over finite field GF(2m) with small m (1< m <32).Methods in org.bouncycastle.pqc.math.linearalgebra that return Matrix Modifier and Type Method Description Matrix
GF2Matrix. computeInverse()
Compute the inverse of this matrix.Matrix
GF2mMatrix. computeInverse()
Compute the inverse of this matrix.abstract Matrix
Matrix. computeInverse()
Compute the inverse of this matrix.Matrix
GF2Matrix. computeTranspose()
Compute the transpose of this matrix.Matrix
GF2Matrix. leftMultiply(Permutation p)
Compute the product of a permutation matrix (which is generated from an n-permutation) and this matrix.Matrix
GF2Matrix. rightMultiply(Matrix mat)
Compute the product of this matrix and a matrix A over GF(2).Matrix
GF2Matrix. rightMultiply(Permutation p)
Compute the product of this matrix and a permutation matrix which is generated from an n-permutation.Matrix
GF2mMatrix. rightMultiply(Matrix a)
Matrix
GF2mMatrix. rightMultiply(Permutation perm)
abstract Matrix
Matrix. rightMultiply(Matrix a)
Compute the product of this matrix and another matrix.abstract Matrix
Matrix. rightMultiply(Permutation p)
Compute the product of this matrix and a permutation.Methods in org.bouncycastle.pqc.math.linearalgebra with parameters of type Matrix Modifier and Type Method Description Matrix
GF2Matrix. rightMultiply(Matrix mat)
Compute the product of this matrix and a matrix A over GF(2).Matrix
GF2mMatrix. rightMultiply(Matrix a)
abstract Matrix
Matrix. rightMultiply(Matrix a)
Compute the product of this matrix and another matrix.
-