Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Incomplete_LU_factorization> ?p ?o. }
Showing items 1 to 15 of
15
with 100 items per page.
- Incomplete_LU_factorization abstract "In numerical linear algebra, an incomplete LU factorization of a matrix is a sparse approximation of the LU factorization often used as a preconditioner.Consider a sparse linear system . These are often solved by computing the factorization , with L unit-lower triangular and U upper triangular. One then solves , , which can be done quickly because the matrices are triangular.For a typical sparse matrix, the LU factors can be much less sparse than the original matrix. The memory requirements for using a direct solver can then become a bottleneck in solving linear systems. One can combat this problem by using fill-reducing reorderings of the matrix's unknowns, such as the Cuthill-McKee ordering.An incomplete factorization instead seeks triangular matrices L, U such that rather than . Solving for can be done quickly but does not yield the exact solution to . So, we instead use the matrix as a preconditioner in another iterative solution algorithm such as the conjugate gradient method or GMRES.The sparsity pattern of L and U is often chosen to be the same as the sparsity pattern of the original matrix A. If the underlying matrix structure can be referenced by pointers instead of copied, the only extra memory required is for the entries of L and U. This preconditioner is called ILU(0).One can obtain a more accurate preconditioner by allowing some level of extra fill in the factorization. A common choice is to use the sparsity pattern of A2 instead of A; this matrix is appreciably more dense than A, but still sparse over all. This preconditioner is called ILU(1). One can then generalize this procedure; the ILU(k) preconditioner of a matrix A is the incomplete LU factorization with the sparsity pattern of the matrix Ak+1.More accurate ILU preconditioners require more memory, to such an extent that eventually the running time of the algorithm increases even though the total number of iterations decreases. Consequently, there is a cost/accuracy trade-off that users must evaluate, typically on a case-by-case basis depending on the family of linear systems to be solved.".
- Incomplete_LU_factorization wikiPageExternalLink Incomplete_LU_factorization_-_ILU.
- Incomplete_LU_factorization wikiPageID "8517337".
- Incomplete_LU_factorization wikiPageRevisionID "603365470".
- Incomplete_LU_factorization hasPhotoCollection Incomplete_LU_factorization.
- Incomplete_LU_factorization subject Category:Numerical_linear_algebra.
- Incomplete_LU_factorization comment "In numerical linear algebra, an incomplete LU factorization of a matrix is a sparse approximation of the LU factorization often used as a preconditioner.Consider a sparse linear system . These are often solved by computing the factorization , with L unit-lower triangular and U upper triangular. One then solves , , which can be done quickly because the matrices are triangular.For a typical sparse matrix, the LU factors can be much less sparse than the original matrix.".
- Incomplete_LU_factorization label "ILU-Zerlegung".
- Incomplete_LU_factorization label "Incomplete LU factorization".
- Incomplete_LU_factorization sameAs ILU-Zerlegung.
- Incomplete_LU_factorization sameAs m.02768nq.
- Incomplete_LU_factorization sameAs Q1654069.
- Incomplete_LU_factorization sameAs Q1654069.
- Incomplete_LU_factorization wasDerivedFrom Incomplete_LU_factorization?oldid=603365470.
- Incomplete_LU_factorization isPrimaryTopicOf Incomplete_LU_factorization.