|
| subroutine | multidip_special::calculate_S_matrix (Km, Sm, nopen) |
| | Calculate S-matrix from K-matrix. More...
|
| |
| subroutine | multidip_special::scatAk (rmatr, eig, etot, w, Ek, l, Km, Ak) |
| | Photoionization coefficient. More...
|
| |
| real(wp) function | multidip_special::cphase (l, k) |
| | Coulomb phase. More...
|
| |
| subroutine | multidip_special::coul (l, Ek, r, F, Fp, G, Gp) |
| | Coulomb functions. More...
|
| |
| subroutine | multidip_special::coul_gsl (l, Ek, r, F, Fp, G, Gp) |
| | Coulomb functions (GSL) More...
|
| |
| subroutine | multidip_special::coul_ukrmol (l, Ek, r, F, Fp, G, Gp) |
| | Coulomb functions (UKRmol) More...
|
| |
| subroutine | multidip_special::invert_matrix (T) |
| | Invert a complex matrix. More...
|
| |
| subroutine | multidip_special::solve_complex_system (n, A, X, Y) |
| | Solve system of equations with complex matrix. More...
|
| |
| logical function | multidip_special::next_permutation (p) |
| | Construct or advance permutation. More...
|
| |
| subroutine | multidip_special::swap (a, b) |
| | Exchange value of two integers. More...
|
| |
| subroutine | multidip_special::reverse (a) |
| | Reverse order of elements in array. More...
|
| |
| subroutine | multidip_special::kahan_add (X, dX, err) |
| | Compensated summation. More...
|
| |