Go to the source code of this file.
|
subroutine | rotrfmt (rot, nr, nri, rfmt1, rfmt2) |
|
subroutine | rotrflm (rot, lmax, n, ld, rflm1, rflm2) |
|
subroutine | rlmrot (p, ang, lmax, ld, d) |
|
◆ rlmrot()
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 |
|
) |
| |
|
private |
◆ rotrflm()
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 |
|
) |
| |
◆ rotrfmt()
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 |
|
) |
| |