![]() |
GBS
|
Data Types | |
| type | scalapack_context |
| interface | init |
| interface | bsolve |
| interface | putelems |
| interface | destroy |
Functions/Subroutines | |
| subroutine | init_scalapack (n, ctxt, comm) |
| subroutine | destroy_scalapack (ctxt) |
| subroutine | putelems_scalapack (ctxt, A) |
| subroutine | bsolve_scalapack (ctxt, b, x) |
Variables | |
| integer, parameter | dlen_ = 9 |
| integer, external | numroc |
| subroutine scalapack_mod::bsolve_scalapack | ( | type(scalapack_context) | ctxt, |
| double precision, dimension (:) | b, | ||
| double precision, dimension (:), intent(out), optional | x | ||
| ) |
Here is the caller graph for this function:| subroutine scalapack_mod::destroy_scalapack | ( | type(scalapack_context) | ctxt | ) |
| subroutine scalapack_mod::init_scalapack | ( | integer, intent(in) | n, |
| type(scalapack_context) | ctxt, | ||
| intent(in) | comm | ||
| ) |
Here is the caller graph for this function:| subroutine scalapack_mod::putelems_scalapack | ( | type(scalapack_context) | ctxt, |
| double precision, dimension (:, :), intent(in) | A | ||
| ) |
Here is the caller graph for this function:| integer, parameter scalapack_mod::dlen_ = 9 |
| external scalapack_mod::numroc |