public interface var
std
computes vector and matrix standard deviations.
(Specification)
Functions
private module function var_1_dp(x, w)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in), |
|
dimension(:) | :: |
x | |
integer, |
intent(in), |
optional |
| :: |
w | |
Return Value real(kind=dp)
private module function var_1_sp(x, w)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in), |
|
dimension(:) | :: |
x | |
integer, |
intent(in), |
optional |
| :: |
w | |
Return Value real(kind=sp)
private module function var_2_dp(A, w, dim)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
w | |
integer, |
intent(in), |
optional |
| :: |
dim | |
Return Value real(kind=dp),
dimension(:), allocatable
private module function var_2_sp(A, w, dim)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
A | |
integer, |
intent(in), |
optional |
| :: |
w | |
integer, |
intent(in), |
optional |
| :: |
dim | |
Return Value real(kind=sp),
dimension(:), allocatable