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 | ||
) |
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 | ||
) |
subroutine scalapack_mod::putelems_scalapack | ( | type(scalapack_context) | ctxt, |
double precision, dimension (:, :), intent(in) | A | ||
) |
integer, parameter scalapack_mod::dlen_ = 9 |
external scalapack_mod::numroc |