Package | Description |
---|---|
dev.nm.algebra.linear.matrix.doubles.factorization.gaussianelimination | |
dev.nm.algebra.linear.matrix.doubles.factorization.triangle |
Modifier and Type | Class and Description |
---|---|
class |
GaussianElimination4SquareMatrix
This is a wrapper for
GaussianElimination but applies only to square matrices. |
Modifier and Type | Class and Description |
---|---|
class |
Doolittle
Doolittle algorithm is a LU decomposition algorithm which decomposes a square matrix
A into:
P is an n x n permutation matrix;
L is an n x n (unit) lower triangular matrix;
U is an n x n upper triangular matrix,
such that PA = LU.
|
class |
LU
LU decomposition decomposes an n x n matrix A so that P * A = L * U.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.