public interface regr1_step_av
Module Procedures
private function regr11_step_av(vs, xs, xt) result(vt)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real,
|
intent(in) |
|
|
:: |
vs(:) |
|
|
real,
|
intent(in) |
|
|
:: |
xs(:) |
|
|
real,
|
intent(in) |
|
|
:: |
xt(:) |
|
Return Value
real, (size(xt)-1)
private function regr12_step_av(vs, xs, xt) result(vt)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real,
|
intent(in) |
|
|
:: |
vs(:,:) |
|
|
real,
|
intent(in) |
|
|
:: |
xs(:) |
|
|
real,
|
intent(in) |
|
|
:: |
xt(:) |
|
Return Value
real, (size(xt)-1,size(vs,2))
private function regr13_step_av(vs, xs, xt) result(vt)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real,
|
intent(in) |
|
|
:: |
vs(:,:,:) |
|
|
real,
|
intent(in) |
|
|
:: |
xs(:) |
|
|
real,
|
intent(in) |
|
|
:: |
xt(:) |
|
Return Value
real, (size(xt)-1,size(vs,2),size(vs,3))
private function regr14_step_av(vs, xs, xt) result(vt)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real,
|
intent(in) |
|
|
:: |
vs(:,:,:,:) |
|
|
real,
|
intent(in) |
|
|
:: |
xs(:) |
|
|
real,
|
intent(in) |
|
|
:: |
xt(:) |
|
Return Value
real, (size(xt)-1,size(vs,2),size(vs,3),size(vs,4))