My Project
 All Classes Files Functions Variables Macros
regr1_step_av_m Module Reference

Data Types

interface  regr1_step_av

Public Member Functions

real function, dimension(size(xt)-1,
size(vs, 2)) 
regr12_step_av (vs, xs, xt)
real function, dimension(size(xt)-1,
size(vs, 2), size(vs, 3)) 
regr13_step_av (vs, xs, xt)
real function, dimension(size(xt)-1,
size(vs, 2), size(vs, 3), size(vs, 4)) 
regr14_step_av (vs, xs, xt)

Private Member Functions

real function, dimension(size(xt)-1) regr11_step_av (vs, xs, xt)

Detailed Description

Definition at line 2 of file regr1_step_av_m.F90.

Member Function/Subroutine Documentation

real function, dimension(size(xt) - 1) regr1_step_av_m::regr11_step_av ( real, dimension(:), intent(in)  vs,
real, dimension(:), intent(in)  xs,
real, dimension(:), intent(in)  xt 
)
private

Definition at line 28 of file regr1_step_av_m.F90.

Here is the call graph for this function:

real function, dimension(size(xt) - 1, size(vs, 2)) regr1_step_av_m::regr12_step_av ( real, dimension(:, :), intent(in)  vs,
real, dimension(:), intent(in)  xs,
real, dimension(:), intent(in)  xt 
)

Definition at line 87 of file regr1_step_av_m.F90.

Here is the call graph for this function:

real function, dimension(size(xt) - 1, size(vs, 2), size(vs, 3)) regr1_step_av_m::regr13_step_av ( real, dimension(:, :, :), intent(in)  vs,
real, dimension(:), intent(in)  xs,
real, dimension(:), intent(in)  xt 
)

Definition at line 147 of file regr1_step_av_m.F90.

Here is the call graph for this function:

real function, dimension(size(xt) - 1, size(vs, 2), size(vs, 3), size(vs, 4)) regr1_step_av_m::regr14_step_av ( real, dimension(:, :, :, :), intent(in)  vs,
real, dimension(:), intent(in)  xs,
real, dimension(:), intent(in)  xt 
)

Definition at line 208 of file regr1_step_av_m.F90.

Here is the call graph for this function:


The documentation for this module was generated from the following file: