![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Interface to UMFPACK direct solvers. More...
Go to the source code of this file.
Functions | |
INT | fasp_solver_umfpack (dCSRmat *ptrA, dvector *b, dvector *u, const SHORT prtlvl) |
Solve Au=b by UMFpack. More... | |
Interface to UMFPACK direct solvers.
Reference for SuiteSparse: http://faculty.cse.tamu.edu/davis/suitesparse.html
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file XtrUmfpack.c.
Solve Au=b by UMFpack.
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. Modified by Chensong Zhang on 08/14/2022 for checking return status.
Definition at line 44 of file XtrUmfpack.c.