public interface sphbes
Subroutines
public subroutine sphbes_s(n, x, sj, sy, sjp, syp)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=I4B), |
intent(in) |
|
| :: |
n | |
real(kind=SP), |
intent(in) |
|
| :: |
x | |
real(kind=SP), |
intent(out) |
|
| :: |
sj | |
real(kind=SP), |
intent(out) |
|
| :: |
sy | |
real(kind=SP), |
intent(out) |
|
| :: |
sjp | |
real(kind=SP), |
intent(out) |
|
| :: |
syp | |
public subroutine sphbes_v(n, x, sj, sy, sjp, syp)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=I4B), |
intent(in) |
|
| :: |
n | |
real(kind=SP), |
intent(in), |
|
DIMENSION(:) | :: |
x | |
real(kind=SP), |
intent(out), |
|
DIMENSION(:) | :: |
sj | |
real(kind=SP), |
intent(out), |
|
DIMENSION(:) | :: |
sy | |
real(kind=SP), |
intent(out), |
|
DIMENSION(:) | :: |
sjp | |
real(kind=SP), |
intent(out), |
|
DIMENSION(:) | :: |
syp | |