![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Setup incomplete LU decomposition for dSTRmat matrices. More...
Go to the source code of this file.
Functions | |
void | fasp_ilu_dstr_setup0 (dSTRmat *A, dSTRmat *LU) |
Get ILU(0) decomposition of a structured matrix A. More... | |
void | fasp_ilu_dstr_setup1 (dSTRmat *A, dSTRmat *LU) |
Get ILU(1) decoposition of a structured matrix A. More... | |
Setup incomplete LU decomposition for dSTRmat matrices.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file BlaILUSetupSTR.c.
Get ILU(0) decomposition of a structured matrix A.
A | Pointer to dSTRmat |
LU | Pointer to ILU structured matrix of REAL type |
Definition at line 38 of file BlaILUSetupSTR.c.
Get ILU(1) decoposition of a structured matrix A.
A | Pointer to oringinal structured matrix of REAL type |
LU | Pointer to ILU structured matrix of REAL type |
Definition at line 333 of file BlaILUSetupSTR.c.