|
subroutine | polint (XA, YA, N, X, Y, DY) |
|
subroutine | polint (XA, YA, DENS) |
|
subroutine | polint (XA, YA, N, X, Y, DY) |
|
◆ polint() [1/3]
subroutine polint_i::polint::polint |
( |
real(double), dimension(n), intent(in) |
XA, |
|
|
real(double), dimension(n), intent(in) |
YA, |
|
|
integer, intent(in) |
N, |
|
|
real(double), intent(in) |
X, |
|
|
real(double), intent(out) |
Y, |
|
|
real(double), intent(out) |
DY |
|
) |
| |
◆ polint() [2/3]
subroutine polint_i::polint::polint |
( |
real(double), dimension(3), intent(in) |
XA, |
|
|
real(double), dimension(3), intent(in) |
YA, |
|
|
real(double), intent(out) |
DENS |
|
) |
| |
◆ polint() [3/3]
subroutine polint_i::polint::polint |
( |
real(double), dimension(n), intent(in) |
XA, |
|
|
real(double), dimension(n), intent(in) |
YA, |
|
|
integer, intent(in) |
N, |
|
|
real(double), intent(in) |
X, |
|
|
real(double), intent(out) |
Y, |
|
|
real(double), intent(out) |
DY |
|
) |
| |
The documentation for this interface was generated from the following file: