Go to the source code of this file.
Functions/Subroutines | |
| subroutine | rotrfmt (rot, nr, nri, rfmt1, rfmt2) |
| subroutine | rotrflm (rot, lmax, n, ld, rflm1, rflm2) |
| subroutine | rlmrot (p, ang, lmax, ld, d) |
| subroutine rotrfmt::rlmrot | ( | integer, intent(in) | p, |
| real(8), dimension(3), intent(in) | ang, | ||
| integer, intent(in) | lmax, | ||
| integer, intent(in) | ld, | ||
| real(8), dimension(ld,*), intent(out) | d | ||
| ) |
Definition at line 92 of file rotrfmt.f90.
| subroutine rotrfmt::rotrflm | ( | real(8), dimension(3,3), intent(in) | rot, |
| integer, intent(in) | lmax, | ||
| integer, intent(in) | n, | ||
| integer, intent(in) | ld, | ||
| real(8), dimension(ld,*), intent(in) | rflm1, | ||
| real(8), dimension(ld,*), intent(out) | rflm2 | ||
| ) |
Definition at line 28 of file rotrfmt.f90.
| subroutine rotrfmt | ( | real(8), dimension(3,3), intent(in) | rot, |
| integer, intent(in) | nr, | ||
| integer, intent(in) | nri, | ||
| real(8), dimension(*), intent(in) | rfmt1, | ||
| real(8), dimension(*), intent(out) | rfmt2 | ||
| ) |
Definition at line 7 of file rotrfmt.f90.