![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Interface to Intel MKL PARDISO direct solvers. More...
Go to the source code of this file.
Functions | |
| INT | fasp_solver_pardiso (dCSRmat *ptrA, dvector *b, dvector *u, const SHORT prtlvl) |
| Solve Ax=b by PARDISO directly. More... | |
Interface to Intel MKL PARDISO direct solvers.
Reference for Intel MKL PARDISO: https://software.intel.com/en-us/node/470282
Copyright (C) 2015–Present by the FASP team. All rights reserved.
Definition in file XtrPardiso.c.
Solve Ax=b by PARDISO directly.
| 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 |
Definition at line 45 of file XtrPardiso.c.