![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Interface to SuperLU direct solvers. More...
Go to the source code of this file.
Functions | |
int | fasp_solver_superlu (dCSRmat *ptrA, dvector *b, dvector *u, const SHORT prtlvl) |
Solve Au=b by SuperLU. More... | |
Interface to SuperLU direct solvers.
Reference for SuperLU: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file XtrSuperlu.c.
Solve Au=b by SuperLU.
ptrA | Pointer to a dCSRmat matrix |
b | Pointer to the dvector of right-hand side term |
u | Pointer to the dvector of solution |
prtlvl | Output level |
Modified by Chensong Zhang on 02/27/2013 for new FASP function names.
Definition at line 47 of file XtrSuperlu.c.