OOF2: The Manual

Name

ILU (ILUPreconditioner) — Incomplete LU-factorization

Synopsis

ILUPreconditioner()

Details

Description

ILUPreconditioner is a Preconditioner that uses Incomplete LU-factorization to speed up the convergence of an iterative matrix method. It usually works quite well. It is applicable to symmetric and asymmetric matrices.

ILUPreconditioner uses the CompRow_ILUPreconditioner from SparseLink++.