Package dev.nm.algebra.linear.matrix.doubles.factorization.gaussianelimination
-
Class Summary Class Description GaussianElimination The Gaussian elimination performs elementary row operations to reduce a matrix to the row echelon form.GaussianElimination4SquareMatrix This is a wrapper forGaussianElimination
but applies only to square matrices.GaussJordanElimination Gauss-Jordan elimination performs elementary row operations to reduce a matrix to the reduced row echelon form.