Eötvös Quantum Utilities
v4.9.146
Providing the Horsepowers in the Quantum Realm
|
Module to calculate the partial inverse of a real/complex sparse matrix via the PARDISO libraries. More...
Go to the source code of this file.
Modules | |
module | getpartialinv |
Module to calculate the partial inverse of a real/complex sparse matrix via the PARDISO libraries. | |
Macros | |
#define | MAXMEM 16000000 !In kilobytes |
#define | MAXNRHS 100 |
Functions/Subroutines | |
subroutine | getpartialinv::dgetpartialinv (sizeA, nonzerosA, a, ia, ja, sizeInv, invA, error) |
Get the partial inverse of double valued real matrices. More... | |
subroutine | getpartialinv::zgetpartialinv (sizeA, nonzerosA, a, ia, ja, sizeInv, real_invA, imag_invA, error) |
Get the partial inverse of a complex valued real matrices. More... | |
Module to calculate the partial inverse of a real/complex sparse matrix via the PARDISO libraries.
This file is part of the EQuUs MKL package.
Definition in file getPartialInv.F90.
#define MAXMEM 16000000 !In kilobytes |
#define MAXNRHS 100 |