Package dk.jonaslindstrom.ruffini.common.matrices.algorithms
package dk.jonaslindstrom.ruffini.common.matrices.algorithms
-
ClassesClassDescriptionDeterminant<E>Calculate the determinant of a matrix.Perform Gaussian elimination on a matrix.GramMatrix<E>Compute the Gram matrix for a given matrix.GramSchmidt<V,
S, F extends Field<S>> Gram-Schmidt orthogonalization.Gram-Schmidt orthogonalization over a ring.Compute the Kronecker product of two matrices.Compute the sum of two matrices.Compute the inverse of a matrix.This function computes the product of two matrices.QRDecomposition<E,F extends Field<E>> Compute the QR decomposition of a matrix.This function computes the product of two square matrices using the Strassen algorithm.