Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangle Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
CholCholesky decomposition decomposes a real, symmetric (hence square), and positive definite matrix A into A = L * Lt, where L is a lower triangular matrix.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangle.choleskySuanShu
CholeskyCholesky decomposition decomposes a real, symmetric (hence square), and positive definite matrix A into A = L * Lt, where L is a lower triangular matrix.Interfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangle.choleskySuanShu
CholeskyBanachiewiczCholesky decomposition decomposes a real, symmetric (hence square), and positive definite matrix A into A = L * Lt, where L is a lower triangular matrix.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangle.choleskySuanShu
CholeskyBanachiewiczParallelizedThis is a parallelized version of CholeskyBanachiewicz.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangle.choleskySuanShu
CholeskySparseCholesky decomposition decomposes a real, symmetric (hence square), and positive definite matrix A into A = L * Lt, where L is a lower triangular matrix.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangle.choleskySuanShu
CholeskyWang2006Cholesky decomposition works only for a positive definite matrix.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangle.choleskySuanShu
DoolittleDoolittle algorithm is a LU decomposition algorithm which decomposes a square matrix 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,Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangleSuanShu
LDLtThe LDL decomposition decomposes a real and symmetric (hence square) matrix A into A = L * D * Lt.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangleSuanShu
LULU decomposition decomposes an n x n matrix A so that P * A = L * U.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangleSuanShu
LUDecompositionLU decomposition decomposes an n x n matrix A so that P * A = L * U.Interfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.triangleSuanShu