Go to the source code of this file.
Functions/Subroutines | |
subroutine | dmatwx (n, w, x, dxx, dwx, xn) |
subroutine dmatwx | ( | integer, intent(in) | n, |
complex(8), dimension(n,n), intent(in) | w, | ||
complex(8), dimension(n,n), intent(in) | x, | ||
complex(8), dimension(n,n), intent(out) | dxx, | ||
complex(8), dimension(n,n), intent(out) | dwx, | ||
real(8), dimension(n), intent(out) | xn | ||
) |