Go to the source code of this file.
Functions/Subroutines | |
| subroutine | smumps_mv_elt (n, nelt, eltptr, eltvar, a_elt, x, y, k50, mtype) |
| subroutine | smumps_loc_mv8 (n, nz_loc8, irn_loc, jcn_loc, a_loc, x, y_loc, ldlt, mtype) |
| subroutine | smumps_mv8 (n, nz8, irn, icn, aspk, x, y, ldlt, mtype, maxtrans, perm, iflag, ierror) |
| subroutine | smumps_loc_omega1 (n, nz_loc8, irn_loc, jcn_loc, a_loc, x, y_loc, ldlt, mtype) |
| subroutine smumps_loc_mv8 | ( | integer | n, |
| integer(8) | nz_loc8, | ||
| integer, dimension( nz_loc8 ) | irn_loc, | ||
| integer, dimension( nz_loc8 ) | jcn_loc, | ||
| real, dimension( nz_loc8 ) | a_loc, | ||
| real, dimension( n ) | x, | ||
| real, dimension( n ) | y_loc, | ||
| integer | ldlt, | ||
| integer | mtype ) |
Definition at line 123 of file ssol_matvec.F.
| subroutine smumps_loc_omega1 | ( | integer | n, |
| integer(8) | nz_loc8, | ||
| integer, dimension( nz_loc8 ) | irn_loc, | ||
| integer, dimension( nz_loc8 ) | jcn_loc, | ||
| real, dimension( nz_loc8 ) | a_loc, | ||
| real, dimension( n ) | x, | ||
| real, dimension( n ) | y_loc, | ||
| integer | ldlt, | ||
| integer | mtype ) |
Definition at line 302 of file ssol_matvec.F.
| subroutine smumps_mv8 | ( | integer | n, |
| integer(8) | nz8, | ||
| integer, dimension( nz8 ) | irn, | ||
| integer, dimension( nz8 ) | icn, | ||
| real, dimension( nz8 ) | aspk, | ||
| real, dimension( n ) | x, | ||
| real, dimension( n ) | y, | ||
| integer | ldlt, | ||
| integer | mtype, | ||
| integer | maxtrans, | ||
| integer, dimension( n ) | perm, | ||
| integer, intent(inout) | iflag, | ||
| integer, intent(inout) | ierror ) |
Definition at line 198 of file ssol_matvec.F.
| subroutine smumps_mv_elt | ( | integer | n, |
| integer | nelt, | ||
| integer, dimension( nelt + 1 ) | eltptr, | ||
| integer, dimension( * ) | eltvar, | ||
| real, dimension( * ) | a_elt, | ||
| real, dimension( n ) | x, | ||
| real, dimension( n ) | y, | ||
| integer | k50, | ||
| integer | mtype ) |
Definition at line 14 of file ssol_matvec.F.