Go to the source code of this file.
Functions/Subroutines | |
| subroutine | zmumps_mv_elt (n, nelt, eltptr, eltvar, a_elt, x, y, k50, mtype) |
| subroutine | zmumps_loc_mv8 (n, nz_loc8, irn_loc, jcn_loc, a_loc, x, y_loc, ldlt, mtype) |
| subroutine | zmumps_mv8 (n, nz8, irn, icn, aspk, x, y, ldlt, mtype, maxtrans, perm, iflag, ierror) |
| subroutine | zmumps_loc_omega1 (n, nz_loc8, irn_loc, jcn_loc, a_loc, x, y_loc, ldlt, mtype) |
| subroutine zmumps_loc_mv8 | ( | integer | n, |
| integer(8) | nz_loc8, | ||
| integer, dimension( nz_loc8 ) | irn_loc, | ||
| integer, dimension( nz_loc8 ) | jcn_loc, | ||
| complex(kind=8), dimension( nz_loc8 ) | a_loc, | ||
| complex(kind=8), dimension( n ) | x, | ||
| complex(kind=8), dimension( n ) | y_loc, | ||
| integer | ldlt, | ||
| integer | mtype ) |
Definition at line 123 of file zsol_matvec.F.
| subroutine zmumps_loc_omega1 | ( | integer | n, |
| integer(8) | nz_loc8, | ||
| integer, dimension( nz_loc8 ) | irn_loc, | ||
| integer, dimension( nz_loc8 ) | jcn_loc, | ||
| complex(kind=8), dimension( nz_loc8 ) | a_loc, | ||
| complex(kind=8), dimension( n ) | x, | ||
| double precision, dimension( n ) | y_loc, | ||
| integer | ldlt, | ||
| integer | mtype ) |
Definition at line 302 of file zsol_matvec.F.
| subroutine zmumps_mv8 | ( | integer | n, |
| integer(8) | nz8, | ||
| integer, dimension( nz8 ) | irn, | ||
| integer, dimension( nz8 ) | icn, | ||
| complex(kind=8), dimension( nz8 ) | aspk, | ||
| complex(kind=8), dimension( n ) | x, | ||
| complex(kind=8), 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 zsol_matvec.F.
| subroutine zmumps_mv_elt | ( | integer | n, |
| integer | nelt, | ||
| integer, dimension( nelt + 1 ) | eltptr, | ||
| integer, dimension( * ) | eltvar, | ||
| complex(kind=8), dimension( * ) | a_elt, | ||
| complex(kind=8), dimension( n ) | x, | ||
| complex(kind=8), dimension( n ) | y, | ||
| integer | k50, | ||
| integer | mtype ) |
Definition at line 14 of file zsol_matvec.F.