ilut(5rheolef) | rheolef | ilut(5rheolef) |
ilut - incomplete LU factorization preconditionner (rheolef-7.2)
solver pa = ilut(a);
ilut is a function that returns the dual threshold incomplete LU factorization preconditionner of its argument as a solver(4). The method is described in
Yousef Saad,
ILUT: a dual threshold incomplete LU factorization,
Numer. Lin. Algebra Appl., 1(4), pp 387-402, 1994.
During the factorization, two dropping rules are used and ilut supports two options:
drop_tol (float)
fill_factor (integer)
int fill_factor = 10; double drop_tol = 1e-12; solver pa = ilut (a, fill_factor, drop_tol);
This documentation has been generated from file linalg/lib/ilut.h
Pierre Saramito <Pierre.Saramito@imag.fr>
Copyright (C) 2000-2018 Pierre Saramito <Pierre.Saramito@imag.fr> GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Mon Sep 19 2022 | Version 7.2 |