486 PURE elemental module function getVarCorrectionFreq_RK5(weisum)
result(correction)
487#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
488 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionFreq_RK5
491 real(TKG) ,
intent(in) :: weisum
492 real(TKG) :: correction
497 PURE elemental module function getVarCorrectionFreq_RK4(weisum)
result(correction)
498#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
499 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionFreq_RK4
502 real(TKG) ,
intent(in) :: weisum
503 real(TKG) :: correction
508 PURE elemental module function getVarCorrectionFreq_RK3(weisum)
result(correction)
509#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
510 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionFreq_RK3
513 real(TKG) ,
intent(in) :: weisum
514 real(TKG) :: correction
519 PURE elemental module function getVarCorrectionFreq_RK2(weisum)
result(correction)
520#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
521 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionFreq_RK2
524 real(TKG) ,
intent(in) :: weisum
525 real(TKG) :: correction
530 PURE elemental module function getVarCorrectionFreq_RK1(weisum)
result(correction)
531#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
532 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionFreq_RK1
535 real(TKG) ,
intent(in) :: weisum
536 real(TKG) :: correction
543 PURE elemental module function getVarCorrectionReli_RK5(weisum, weisqs)
result(correction)
544#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
545 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionReli_RK5
548 real(TKG) ,
intent(in) :: weisum, weisqs
549 real(TKG) :: correction
554 PURE elemental module function getVarCorrectionReli_RK4(weisum, weisqs)
result(correction)
555#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
556 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionReli_RK4
559 real(TKG) ,
intent(in) :: weisum, weisqs
560 real(TKG) :: correction
565 PURE elemental module function getVarCorrectionReli_RK3(weisum, weisqs)
result(correction)
566#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
567 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionReli_RK3
570 real(TKG) ,
intent(in) :: weisum, weisqs
571 real(TKG) :: correction
576 PURE elemental module function getVarCorrectionReli_RK2(weisum, weisqs)
result(correction)
577#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
578 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionReli_RK2
581 real(TKG) ,
intent(in) :: weisum, weisqs
582 real(TKG) :: correction
587 PURE elemental module function getVarCorrectionReli_RK1(weisum, weisqs)
result(correction)
588#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
589 !DEC$ ATTRIBUTES DLLEXPORT :: getVarCorrectionReli_RK1
592 real(TKG) ,
intent(in) :: weisum, weisqs
593 real(TKG) :: correction
724 PURE module function getVarALL_WNO_D1_CK5(sample, correction)
result(var)
725#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
726 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_CK5
729 class(weight_type) ,
intent(in) ,
optional :: correction
730 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
736 PURE module function getVarALL_WNO_D1_CK4(sample, correction)
result(var)
737#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
738 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_CK4
741 class(weight_type) ,
intent(in) ,
optional :: correction
742 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
748 PURE module function getVarALL_WNO_D1_CK3(sample, correction)
result(var)
749#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
750 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_CK3
753 class(weight_type) ,
intent(in) ,
optional :: correction
754 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
760 PURE module function getVarALL_WNO_D1_CK2(sample, correction)
result(var)
761#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
762 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_CK2
765 class(weight_type) ,
intent(in) ,
optional :: correction
766 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
772 PURE module function getVarALL_WNO_D1_CK1(sample, correction)
result(var)
773#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
774 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_CK1
777 class(weight_type) ,
intent(in) ,
optional :: correction
778 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
786 PURE module function getVarALL_WNO_D1_RK5(sample, correction)
result(var)
787#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
788 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_RK5
791 class(weight_type) ,
intent(in) ,
optional :: correction
792 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
798 PURE module function getVarALL_WNO_D1_RK4(sample, correction)
result(var)
799#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
800 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_RK4
803 class(weight_type) ,
intent(in) ,
optional :: correction
804 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
810 PURE module function getVarALL_WNO_D1_RK3(sample, correction)
result(var)
811#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
812 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_RK3
815 class(weight_type) ,
intent(in) ,
optional :: correction
816 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
822 PURE module function getVarALL_WNO_D1_RK2(sample, correction)
result(var)
823#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
824 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_RK2
827 class(weight_type) ,
intent(in) ,
optional :: correction
828 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
834 PURE module function getVarALL_WNO_D1_RK1(sample, correction)
result(var)
835#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
836 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D1_RK1
839 class(weight_type) ,
intent(in) ,
optional :: correction
840 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
854 PURE module function getVarALL_WTI_D1_CK5(sample, weight, correction)
result(var)
855#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
856 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_CK5
859 class(weight_type) ,
intent(in) ,
optional :: correction
860 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
861 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
867 PURE module function getVarALL_WTI_D1_CK4(sample, weight, correction)
result(var)
868#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
869 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_CK4
872 class(weight_type) ,
intent(in) ,
optional :: correction
873 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
874 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
880 PURE module function getVarALL_WTI_D1_CK3(sample, weight, correction)
result(var)
881#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
882 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_CK3
885 class(weight_type) ,
intent(in) ,
optional :: correction
886 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
887 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
893 PURE module function getVarALL_WTI_D1_CK2(sample, weight, correction)
result(var)
894#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
895 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_CK2
898 class(weight_type) ,
intent(in) ,
optional :: correction
899 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
900 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
906 PURE module function getVarALL_WTI_D1_CK1(sample, weight, correction)
result(var)
907#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
908 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_CK1
911 class(weight_type) ,
intent(in) ,
optional :: correction
912 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
913 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
921 PURE module function getVarALL_WTI_D1_RK5(sample, weight, correction)
result(var)
922#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
923 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_RK5
926 class(weight_type) ,
intent(in) ,
optional :: correction
927 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
928 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
934 PURE module function getVarALL_WTI_D1_RK4(sample, weight, correction)
result(var)
935#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
936 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_RK4
939 class(weight_type) ,
intent(in) ,
optional :: correction
940 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
941 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
947 PURE module function getVarALL_WTI_D1_RK3(sample, weight, correction)
result(var)
948#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
949 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_RK3
952 class(weight_type) ,
intent(in) ,
optional :: correction
953 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
954 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
960 PURE module function getVarALL_WTI_D1_RK2(sample, weight, correction)
result(var)
961#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
962 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_RK2
965 class(weight_type) ,
intent(in) ,
optional :: correction
966 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
967 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
973 PURE module function getVarALL_WTI_D1_RK1(sample, weight, correction)
result(var)
974#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
975 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D1_RK1
978 class(weight_type) ,
intent(in) ,
optional :: correction
979 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
980 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
994 PURE module function getVarALL_WTR_D1_CK5(sample, weight, correction)
result(var)
995#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
996 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_CK5
999 class(weight_type) ,
intent(in) ,
optional :: correction
1000 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1001 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1007 PURE module function getVarALL_WTR_D1_CK4(sample, weight, correction)
result(var)
1008#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1009 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_CK4
1012 class(weight_type) ,
intent(in) ,
optional :: correction
1013 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1014 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1020 PURE module function getVarALL_WTR_D1_CK3(sample, weight, correction)
result(var)
1021#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1022 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_CK3
1025 class(weight_type) ,
intent(in) ,
optional :: correction
1026 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1027 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1033 PURE module function getVarALL_WTR_D1_CK2(sample, weight, correction)
result(var)
1034#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1035 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_CK2
1038 class(weight_type) ,
intent(in) ,
optional :: correction
1039 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1040 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1046 PURE module function getVarALL_WTR_D1_CK1(sample, weight, correction)
result(var)
1047#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1048 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_CK1
1051 class(weight_type) ,
intent(in) ,
optional :: correction
1052 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1053 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1061 PURE module function getVarALL_WTR_D1_RK5(sample, weight, correction)
result(var)
1062#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1063 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_RK5
1066 class(weight_type) ,
intent(in) ,
optional :: correction
1067 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1068 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1074 PURE module function getVarALL_WTR_D1_RK4(sample, weight, correction)
result(var)
1075#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1076 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_RK4
1079 class(weight_type) ,
intent(in) ,
optional :: correction
1080 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1081 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1087 PURE module function getVarALL_WTR_D1_RK3(sample, weight, correction)
result(var)
1088#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1089 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_RK3
1092 class(weight_type) ,
intent(in) ,
optional :: correction
1093 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1094 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1100 PURE module function getVarALL_WTR_D1_RK2(sample, weight, correction)
result(var)
1101#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1102 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_RK2
1105 class(weight_type) ,
intent(in) ,
optional :: correction
1106 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1107 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1113 PURE module function getVarALL_WTR_D1_RK1(sample, weight, correction)
result(var)
1114#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1115 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D1_RK1
1118 class(weight_type) ,
intent(in) ,
optional :: correction
1119 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1120 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1144 PURE module function getVarALL_WNO_D2_CK5(sample, correction)
result(var)
1145#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1146 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_CK5
1149 class(weight_type) ,
intent(in) ,
optional :: correction
1150 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1156 PURE module function getVarALL_WNO_D2_CK4(sample, correction)
result(var)
1157#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1158 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_CK4
1161 class(weight_type) ,
intent(in) ,
optional :: correction
1162 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1168 PURE module function getVarALL_WNO_D2_CK3(sample, correction)
result(var)
1169#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1170 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_CK3
1173 class(weight_type) ,
intent(in) ,
optional :: correction
1174 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1180 PURE module function getVarALL_WNO_D2_CK2(sample, correction)
result(var)
1181#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1182 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_CK2
1185 class(weight_type) ,
intent(in) ,
optional :: correction
1186 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1192 PURE module function getVarALL_WNO_D2_CK1(sample, correction)
result(var)
1193#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1194 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_CK1
1197 class(weight_type) ,
intent(in) ,
optional :: correction
1198 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1206 PURE module function getVarALL_WNO_D2_RK5(sample, correction)
result(var)
1207#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1208 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_RK5
1211 class(weight_type) ,
intent(in) ,
optional :: correction
1212 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1218 PURE module function getVarALL_WNO_D2_RK4(sample, correction)
result(var)
1219#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1220 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_RK4
1223 class(weight_type) ,
intent(in) ,
optional :: correction
1224 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1230 PURE module function getVarALL_WNO_D2_RK3(sample, correction)
result(var)
1231#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1232 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_RK3
1235 class(weight_type) ,
intent(in) ,
optional :: correction
1236 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1242 PURE module function getVarALL_WNO_D2_RK2(sample, correction)
result(var)
1243#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1244 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_RK2
1247 class(weight_type) ,
intent(in) ,
optional :: correction
1248 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1254 PURE module function getVarALL_WNO_D2_RK1(sample, correction)
result(var)
1255#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1256 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WNO_D2_RK1
1259 class(weight_type) ,
intent(in) ,
optional :: correction
1260 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1274 PURE module function getVarALL_WTI_D2_CK5(sample, weight, correction)
result(var)
1275#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1276 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_CK5
1279 class(weight_type) ,
intent(in) ,
optional :: correction
1280 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1281 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1287 PURE module function getVarALL_WTI_D2_CK4(sample, weight, correction)
result(var)
1288#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1289 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_CK4
1292 class(weight_type) ,
intent(in) ,
optional :: correction
1293 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1294 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1300 PURE module function getVarALL_WTI_D2_CK3(sample, weight, correction)
result(var)
1301#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1302 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_CK3
1305 class(weight_type) ,
intent(in) ,
optional :: correction
1306 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1307 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1313 PURE module function getVarALL_WTI_D2_CK2(sample, weight, correction)
result(var)
1314#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1315 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_CK2
1318 class(weight_type) ,
intent(in) ,
optional :: correction
1319 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1320 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1326 PURE module function getVarALL_WTI_D2_CK1(sample, weight, correction)
result(var)
1327#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1328 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_CK1
1331 class(weight_type) ,
intent(in) ,
optional :: correction
1332 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1333 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1341 PURE module function getVarALL_WTI_D2_RK5(sample, weight, correction)
result(var)
1342#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1343 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_RK5
1346 class(weight_type) ,
intent(in) ,
optional :: correction
1347 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1348 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1354 PURE module function getVarALL_WTI_D2_RK4(sample, weight, correction)
result(var)
1355#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1356 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_RK4
1359 class(weight_type) ,
intent(in) ,
optional :: correction
1360 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1361 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1367 PURE module function getVarALL_WTI_D2_RK3(sample, weight, correction)
result(var)
1368#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1369 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_RK3
1372 class(weight_type) ,
intent(in) ,
optional :: correction
1373 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1374 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1380 PURE module function getVarALL_WTI_D2_RK2(sample, weight, correction)
result(var)
1381#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1382 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_RK2
1385 class(weight_type) ,
intent(in) ,
optional :: correction
1386 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1387 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1393 PURE module function getVarALL_WTI_D2_RK1(sample, weight, correction)
result(var)
1394#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1395 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTI_D2_RK1
1398 class(weight_type) ,
intent(in) ,
optional :: correction
1399 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1400 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1414 PURE module function getVarALL_WTR_D2_CK5(sample, weight, correction)
result(var)
1415#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1416 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_CK5
1419 class(weight_type) ,
intent(in) ,
optional :: correction
1420 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1421 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1427 PURE module function getVarALL_WTR_D2_CK4(sample, weight, correction)
result(var)
1428#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1429 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_CK4
1432 class(weight_type) ,
intent(in) ,
optional :: correction
1433 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1434 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1440 PURE module function getVarALL_WTR_D2_CK3(sample, weight, correction)
result(var)
1441#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1442 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_CK3
1445 class(weight_type) ,
intent(in) ,
optional :: correction
1446 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1447 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1453 PURE module function getVarALL_WTR_D2_CK2(sample, weight, correction)
result(var)
1454#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1455 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_CK2
1458 class(weight_type) ,
intent(in) ,
optional :: correction
1459 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1460 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1466 PURE module function getVarALL_WTR_D2_CK1(sample, weight, correction)
result(var)
1467#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1468 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_CK1
1471 class(weight_type) ,
intent(in) ,
optional :: correction
1472 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1473 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1481 PURE module function getVarALL_WTR_D2_RK5(sample, weight, correction)
result(var)
1482#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1483 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_RK5
1486 class(weight_type) ,
intent(in) ,
optional :: correction
1487 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1488 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1494 PURE module function getVarALL_WTR_D2_RK4(sample, weight, correction)
result(var)
1495#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1496 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_RK4
1499 class(weight_type) ,
intent(in) ,
optional :: correction
1500 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1501 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1507 PURE module function getVarALL_WTR_D2_RK3(sample, weight, correction)
result(var)
1508#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1509 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_RK3
1512 class(weight_type) ,
intent(in) ,
optional :: correction
1513 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1514 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1520 PURE module function getVarALL_WTR_D2_RK2(sample, weight, correction)
result(var)
1521#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1522 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_RK2
1525 class(weight_type) ,
intent(in) ,
optional :: correction
1526 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1527 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1533 PURE module function getVarALL_WTR_D2_RK1(sample, weight, correction)
result(var)
1534#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1535 !DEC$ ATTRIBUTES DLLEXPORT :: getVarALL_WTR_D2_RK1
1538 class(weight_type) ,
intent(in) ,
optional :: correction
1539 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1540 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
1564 PURE module function getVarDIM_WNO_D1_CK5(sample, dim, correction)
result(var)
1565#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1566 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_CK5
1569 integer(IK) ,
intent(in) :: dim
1570 class(weight_type) ,
intent(in) ,
optional :: correction
1571 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1577 PURE module function getVarDIM_WNO_D1_CK4(sample, dim, correction)
result(var)
1578#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1579 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_CK4
1582 integer(IK) ,
intent(in) :: dim
1583 class(weight_type) ,
intent(in) ,
optional :: correction
1584 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1590 PURE module function getVarDIM_WNO_D1_CK3(sample, dim, correction)
result(var)
1591#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1592 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_CK3
1595 integer(IK) ,
intent(in) :: dim
1596 class(weight_type) ,
intent(in) ,
optional :: correction
1597 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1603 PURE module function getVarDIM_WNO_D1_CK2(sample, dim, correction)
result(var)
1604#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1605 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_CK2
1608 integer(IK) ,
intent(in) :: dim
1609 class(weight_type) ,
intent(in) ,
optional :: correction
1610 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1616 PURE module function getVarDIM_WNO_D1_CK1(sample, dim, correction)
result(var)
1617#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1618 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_CK1
1621 integer(IK) ,
intent(in) :: dim
1622 class(weight_type) ,
intent(in) ,
optional :: correction
1623 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1631 PURE module function getVarDIM_WNO_D1_RK5(sample, dim, correction)
result(var)
1632#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1633 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_RK5
1636 integer(IK) ,
intent(in) :: dim
1637 class(weight_type) ,
intent(in) ,
optional :: correction
1638 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1644 PURE module function getVarDIM_WNO_D1_RK4(sample, dim, correction)
result(var)
1645#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1646 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_RK4
1649 integer(IK) ,
intent(in) :: dim
1650 class(weight_type) ,
intent(in) ,
optional :: correction
1651 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1657 PURE module function getVarDIM_WNO_D1_RK3(sample, dim, correction)
result(var)
1658#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1659 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_RK3
1662 integer(IK) ,
intent(in) :: dim
1663 class(weight_type) ,
intent(in) ,
optional :: correction
1664 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1670 PURE module function getVarDIM_WNO_D1_RK2(sample, dim, correction)
result(var)
1671#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1672 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_RK2
1675 integer(IK) ,
intent(in) :: dim
1676 class(weight_type) ,
intent(in) ,
optional :: correction
1677 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1683 PURE module function getVarDIM_WNO_D1_RK1(sample, dim, correction)
result(var)
1684#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1685 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D1_RK1
1688 integer(IK) ,
intent(in) :: dim
1689 class(weight_type) ,
intent(in) ,
optional :: correction
1690 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1704 PURE module function getVarDIM_WTI_D1_CK5(sample, dim, weight, correction)
result(var)
1705#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1706 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_CK5
1709 integer(IK) ,
intent(in) :: dim
1710 class(weight_type) ,
intent(in) ,
optional :: correction
1711 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1712 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1718 PURE module function getVarDIM_WTI_D1_CK4(sample, dim, weight, correction)
result(var)
1719#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1720 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_CK4
1723 integer(IK) ,
intent(in) :: dim
1724 class(weight_type) ,
intent(in) ,
optional :: correction
1725 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1726 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1732 PURE module function getVarDIM_WTI_D1_CK3(sample, dim, weight, correction)
result(var)
1733#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1734 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_CK3
1737 integer(IK) ,
intent(in) :: dim
1738 class(weight_type) ,
intent(in) ,
optional :: correction
1739 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1740 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1746 PURE module function getVarDIM_WTI_D1_CK2(sample, dim, weight, correction)
result(var)
1747#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1748 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_CK2
1751 integer(IK) ,
intent(in) :: dim
1752 class(weight_type) ,
intent(in) ,
optional :: correction
1753 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1754 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1760 PURE module function getVarDIM_WTI_D1_CK1(sample, dim, weight, correction)
result(var)
1761#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1762 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_CK1
1765 integer(IK) ,
intent(in) :: dim
1766 class(weight_type) ,
intent(in) ,
optional :: correction
1767 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1768 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1776 PURE module function getVarDIM_WTI_D1_RK5(sample, dim, weight, correction)
result(var)
1777#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1778 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_RK5
1781 integer(IK) ,
intent(in) :: dim
1782 class(weight_type) ,
intent(in) ,
optional :: correction
1783 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1784 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1790 PURE module function getVarDIM_WTI_D1_RK4(sample, dim, weight, correction)
result(var)
1791#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1792 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_RK4
1795 integer(IK) ,
intent(in) :: dim
1796 class(weight_type) ,
intent(in) ,
optional :: correction
1797 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1798 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1804 PURE module function getVarDIM_WTI_D1_RK3(sample, dim, weight, correction)
result(var)
1805#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1806 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_RK3
1809 integer(IK) ,
intent(in) :: dim
1810 class(weight_type) ,
intent(in) ,
optional :: correction
1811 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1812 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1818 PURE module function getVarDIM_WTI_D1_RK2(sample, dim, weight, correction)
result(var)
1819#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1820 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_RK2
1823 integer(IK) ,
intent(in) :: dim
1824 class(weight_type) ,
intent(in) ,
optional :: correction
1825 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1826 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1832 PURE module function getVarDIM_WTI_D1_RK1(sample, dim, weight, correction)
result(var)
1833#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1834 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D1_RK1
1837 integer(IK) ,
intent(in) :: dim
1838 class(weight_type) ,
intent(in) ,
optional :: correction
1839 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
1840 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1854 PURE module function getVarDIM_WTR_D1_CK5(sample, dim, weight, correction)
result(var)
1855#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1856 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_CK5
1859 integer(IK) ,
intent(in) :: dim
1860 class(weight_type) ,
intent(in) ,
optional :: correction
1861 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1862 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1868 PURE module function getVarDIM_WTR_D1_CK4(sample, dim, weight, correction)
result(var)
1869#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1870 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_CK4
1873 integer(IK) ,
intent(in) :: dim
1874 class(weight_type) ,
intent(in) ,
optional :: correction
1875 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1876 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1882 PURE module function getVarDIM_WTR_D1_CK3(sample, dim, weight, correction)
result(var)
1883#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1884 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_CK3
1887 integer(IK) ,
intent(in) :: dim
1888 class(weight_type) ,
intent(in) ,
optional :: correction
1889 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1890 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1896 PURE module function getVarDIM_WTR_D1_CK2(sample, dim, weight, correction)
result(var)
1897#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1898 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_CK2
1901 integer(IK) ,
intent(in) :: dim
1902 class(weight_type) ,
intent(in) ,
optional :: correction
1903 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1904 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1910 PURE module function getVarDIM_WTR_D1_CK1(sample, dim, weight, correction)
result(var)
1911#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1912 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_CK1
1915 integer(IK) ,
intent(in) :: dim
1916 class(weight_type) ,
intent(in) ,
optional :: correction
1917 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1918 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
1926 PURE module function getVarDIM_WTR_D1_RK5(sample, dim, weight, correction)
result(var)
1927#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1928 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_RK5
1931 integer(IK) ,
intent(in) :: dim
1932 class(weight_type) ,
intent(in) ,
optional :: correction
1933 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1934 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1940 PURE module function getVarDIM_WTR_D1_RK4(sample, dim, weight, correction)
result(var)
1941#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1942 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_RK4
1945 integer(IK) ,
intent(in) :: dim
1946 class(weight_type) ,
intent(in) ,
optional :: correction
1947 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1948 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1954 PURE module function getVarDIM_WTR_D1_RK3(sample, dim, weight, correction)
result(var)
1955#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1956 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_RK3
1959 integer(IK) ,
intent(in) :: dim
1960 class(weight_type) ,
intent(in) ,
optional :: correction
1961 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1962 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1968 PURE module function getVarDIM_WTR_D1_RK2(sample, dim, weight, correction)
result(var)
1969#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1970 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_RK2
1973 integer(IK) ,
intent(in) :: dim
1974 class(weight_type) ,
intent(in) ,
optional :: correction
1975 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1976 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
1982 PURE module function getVarDIM_WTR_D1_RK1(sample, dim, weight, correction)
result(var)
1983#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1984 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D1_RK1
1987 integer(IK) ,
intent(in) :: dim
1988 class(weight_type) ,
intent(in) ,
optional :: correction
1989 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
1990 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
2014 PURE module function getVarDIM_WNO_D2_CK5(sample, dim, correction)
result(var)
2015#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2016 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_CK5
2019 integer(IK) ,
intent(in) :: dim
2020 class(weight_type) ,
intent(in) ,
optional :: correction
2021 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2022 real(TKG) :: var(
size(sample,
3 - dim, IK))
2027 PURE module function getVarDIM_WNO_D2_CK4(sample, dim, correction)
result(var)
2028#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2029 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_CK4
2032 integer(IK) ,
intent(in) :: dim
2033 class(weight_type) ,
intent(in) ,
optional :: correction
2034 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2035 real(TKG) :: var(
size(sample,
3 - dim, IK))
2040 PURE module function getVarDIM_WNO_D2_CK3(sample, dim, correction)
result(var)
2041#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2042 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_CK3
2045 integer(IK) ,
intent(in) :: dim
2046 class(weight_type) ,
intent(in) ,
optional :: correction
2047 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2048 real(TKG) :: var(
size(sample,
3 - dim, IK))
2053 PURE module function getVarDIM_WNO_D2_CK2(sample, dim, correction)
result(var)
2054#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2055 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_CK2
2058 integer(IK) ,
intent(in) :: dim
2059 class(weight_type) ,
intent(in) ,
optional :: correction
2060 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2061 real(TKG) :: var(
size(sample,
3 - dim, IK))
2066 PURE module function getVarDIM_WNO_D2_CK1(sample, dim, correction)
result(var)
2067#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2068 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_CK1
2071 integer(IK) ,
intent(in) :: dim
2072 class(weight_type) ,
intent(in) ,
optional :: correction
2073 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2074 real(TKG) :: var(
size(sample,
3 - dim, IK))
2081 PURE module function getVarDIM_WNO_D2_RK5(sample, dim, correction)
result(var)
2082#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2083 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_RK5
2086 integer(IK) ,
intent(in) :: dim
2087 class(weight_type) ,
intent(in) ,
optional :: correction
2088 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2089 real(TKG) :: var(
size(sample,
3 - dim, IK))
2094 PURE module function getVarDIM_WNO_D2_RK4(sample, dim, correction)
result(var)
2095#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2096 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_RK4
2099 integer(IK) ,
intent(in) :: dim
2100 class(weight_type) ,
intent(in) ,
optional :: correction
2101 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2102 real(TKG) :: var(
size(sample,
3 - dim, IK))
2107 PURE module function getVarDIM_WNO_D2_RK3(sample, dim, correction)
result(var)
2108#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2109 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_RK3
2112 integer(IK) ,
intent(in) :: dim
2113 class(weight_type) ,
intent(in) ,
optional :: correction
2114 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2115 real(TKG) :: var(
size(sample,
3 - dim, IK))
2120 PURE module function getVarDIM_WNO_D2_RK2(sample, dim, correction)
result(var)
2121#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2122 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_RK2
2125 integer(IK) ,
intent(in) :: dim
2126 class(weight_type) ,
intent(in) ,
optional :: correction
2127 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2128 real(TKG) :: var(
size(sample,
3 - dim, IK))
2133 PURE module function getVarDIM_WNO_D2_RK1(sample, dim, correction)
result(var)
2134#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2135 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WNO_D2_RK1
2138 integer(IK) ,
intent(in) :: dim
2139 class(weight_type) ,
intent(in) ,
optional :: correction
2140 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2141 real(TKG) :: var(
size(sample,
3 - dim, IK))
2154 PURE module function getVarDIM_WTI_D2_CK5(sample, dim, weight, correction)
result(var)
2155#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2156 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_CK5
2159 integer(IK) ,
intent(in) :: dim
2160 class(weight_type) ,
intent(in) ,
optional :: correction
2161 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2162 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2163 real(TKG) :: var(
size(sample,
3 - dim, IK))
2168 PURE module function getVarDIM_WTI_D2_CK4(sample, dim, weight, correction)
result(var)
2169#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2170 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_CK4
2173 integer(IK) ,
intent(in) :: dim
2174 class(weight_type) ,
intent(in) ,
optional :: correction
2175 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2176 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2177 real(TKG) :: var(
size(sample,
3 - dim, IK))
2182 PURE module function getVarDIM_WTI_D2_CK3(sample, dim, weight, correction)
result(var)
2183#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2184 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_CK3
2187 integer(IK) ,
intent(in) :: dim
2188 class(weight_type) ,
intent(in) ,
optional :: correction
2189 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2190 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2191 real(TKG) :: var(
size(sample,
3 - dim, IK))
2196 PURE module function getVarDIM_WTI_D2_CK2(sample, dim, weight, correction)
result(var)
2197#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2198 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_CK2
2201 integer(IK) ,
intent(in) :: dim
2202 class(weight_type) ,
intent(in) ,
optional :: correction
2203 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2204 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2205 real(TKG) :: var(
size(sample,
3 - dim, IK))
2210 PURE module function getVarDIM_WTI_D2_CK1(sample, dim, weight, correction)
result(var)
2211#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2212 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_CK1
2215 integer(IK) ,
intent(in) :: dim
2216 class(weight_type) ,
intent(in) ,
optional :: correction
2217 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2218 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2219 real(TKG) :: var(
size(sample,
3 - dim, IK))
2226 PURE module function getVarDIM_WTI_D2_RK5(sample, dim, weight, correction)
result(var)
2227#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2228 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_RK5
2231 integer(IK) ,
intent(in) :: dim
2232 class(weight_type) ,
intent(in) ,
optional :: correction
2233 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2234 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2235 real(TKG) :: var(
size(sample,
3 - dim, IK))
2240 PURE module function getVarDIM_WTI_D2_RK4(sample, dim, weight, correction)
result(var)
2241#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2242 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_RK4
2245 integer(IK) ,
intent(in) :: dim
2246 class(weight_type) ,
intent(in) ,
optional :: correction
2247 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2248 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2249 real(TKG) :: var(
size(sample,
3 - dim, IK))
2254 PURE module function getVarDIM_WTI_D2_RK3(sample, dim, weight, correction)
result(var)
2255#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2256 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_RK3
2259 integer(IK) ,
intent(in) :: dim
2260 class(weight_type) ,
intent(in) ,
optional :: correction
2261 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2262 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2263 real(TKG) :: var(
size(sample,
3 - dim, IK))
2268 PURE module function getVarDIM_WTI_D2_RK2(sample, dim, weight, correction)
result(var)
2269#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2270 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_RK2
2273 integer(IK) ,
intent(in) :: dim
2274 class(weight_type) ,
intent(in) ,
optional :: correction
2275 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2276 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2277 real(TKG) :: var(
size(sample,
3 - dim, IK))
2282 PURE module function getVarDIM_WTI_D2_RK1(sample, dim, weight, correction)
result(var)
2283#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2284 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTI_D2_RK1
2287 integer(IK) ,
intent(in) :: dim
2288 class(weight_type) ,
intent(in) ,
optional :: correction
2289 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2290 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2291 real(TKG) :: var(
size(sample,
3 - dim, IK))
2304 PURE module function getVarDIM_WTR_D2_CK5(sample, dim, weight, correction)
result(var)
2305#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2306 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_CK5
2309 integer(IK) ,
intent(in) :: dim
2310 class(weight_type) ,
intent(in) ,
optional :: correction
2311 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2312 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2313 real(TKG) :: var(
size(sample,
3 - dim, IK))
2318 PURE module function getVarDIM_WTR_D2_CK4(sample, dim, weight, correction)
result(var)
2319#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2320 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_CK4
2323 integer(IK) ,
intent(in) :: dim
2324 class(weight_type) ,
intent(in) ,
optional :: correction
2325 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2326 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2327 real(TKG) :: var(
size(sample,
3 - dim, IK))
2332 PURE module function getVarDIM_WTR_D2_CK3(sample, dim, weight, correction)
result(var)
2333#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2334 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_CK3
2337 integer(IK) ,
intent(in) :: dim
2338 class(weight_type) ,
intent(in) ,
optional :: correction
2339 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2340 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2341 real(TKG) :: var(
size(sample,
3 - dim, IK))
2346 PURE module function getVarDIM_WTR_D2_CK2(sample, dim, weight, correction)
result(var)
2347#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2348 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_CK2
2351 integer(IK) ,
intent(in) :: dim
2352 class(weight_type) ,
intent(in) ,
optional :: correction
2353 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2354 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2355 real(TKG) :: var(
size(sample,
3 - dim, IK))
2360 PURE module function getVarDIM_WTR_D2_CK1(sample, dim, weight, correction)
result(var)
2361#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2362 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_CK1
2365 integer(IK) ,
intent(in) :: dim
2366 class(weight_type) ,
intent(in) ,
optional :: correction
2367 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2368 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2369 real(TKG) :: var(
size(sample,
3 - dim, IK))
2376 PURE module function getVarDIM_WTR_D2_RK5(sample, dim, weight, correction)
result(var)
2377#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2378 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_RK5
2381 integer(IK) ,
intent(in) :: dim
2382 class(weight_type) ,
intent(in) ,
optional :: correction
2383 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2384 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2385 real(TKG) :: var(
size(sample,
3 - dim, IK))
2390 PURE module function getVarDIM_WTR_D2_RK4(sample, dim, weight, correction)
result(var)
2391#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2392 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_RK4
2395 integer(IK) ,
intent(in) :: dim
2396 class(weight_type) ,
intent(in) ,
optional :: correction
2397 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2398 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2399 real(TKG) :: var(
size(sample,
3 - dim, IK))
2404 PURE module function getVarDIM_WTR_D2_RK3(sample, dim, weight, correction)
result(var)
2405#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2406 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_RK3
2409 integer(IK) ,
intent(in) :: dim
2410 class(weight_type) ,
intent(in) ,
optional :: correction
2411 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2412 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2413 real(TKG) :: var(
size(sample,
3 - dim, IK))
2418 PURE module function getVarDIM_WTR_D2_RK2(sample, dim, weight, correction)
result(var)
2419#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2420 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_RK2
2423 integer(IK) ,
intent(in) :: dim
2424 class(weight_type) ,
intent(in) ,
optional :: correction
2425 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2426 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2427 real(TKG) :: var(
size(sample,
3 - dim, IK))
2432 PURE module function getVarDIM_WTR_D2_RK1(sample, dim, weight, correction)
result(var)
2433#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2434 !DEC$ ATTRIBUTES DLLEXPORT :: getVarDIM_WTR_D2_RK1
2437 integer(IK) ,
intent(in) :: dim
2438 class(weight_type) ,
intent(in) ,
optional :: correction
2439 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
2440 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2441 real(TKG) :: var(
size(sample,
3 - dim, IK))
2627 PURE module subroutine setVarAvgDIM_WNO_D1_CK5(var, mean, sample, dim)
2628#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2629 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_CK5
2632 integer(IK) ,
intent(in) :: dim
2633 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2634 complex(TKG) ,
intent(in) :: mean
2635 real(TKG) ,
intent(out) :: var
2640 PURE module subroutine setVarAvgDIM_WNO_D1_CK4(var, mean, sample, dim)
2641#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2642 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_CK4
2645 integer(IK) ,
intent(in) :: dim
2646 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2647 complex(TKG) ,
intent(in) :: mean
2648 real(TKG) ,
intent(out) :: var
2653 PURE module subroutine setVarAvgDIM_WNO_D1_CK3(var, mean, sample, dim)
2654#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2655 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_CK3
2658 integer(IK) ,
intent(in) :: dim
2659 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2660 complex(TKG) ,
intent(in) :: mean
2661 real(TKG) ,
intent(out) :: var
2666 PURE module subroutine setVarAvgDIM_WNO_D1_CK2(var, mean, sample, dim)
2667#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2668 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_CK2
2671 integer(IK) ,
intent(in) :: dim
2672 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2673 complex(TKG) ,
intent(in) :: mean
2674 real(TKG) ,
intent(out) :: var
2679 PURE module subroutine setVarAvgDIM_WNO_D1_CK1(var, mean, sample, dim)
2680#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2681 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_CK1
2684 integer(IK) ,
intent(in) :: dim
2685 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2686 complex(TKG) ,
intent(in) :: mean
2687 real(TKG) ,
intent(out) :: var
2694 PURE module subroutine setVarAvgDIM_WNO_D1_RK5(var, mean, sample, dim)
2695#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2696 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_RK5
2699 integer(IK) ,
intent(in) :: dim
2700 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
2701 real(TKG) ,
intent(in) :: mean
2702 real(TKG) ,
intent(out) :: var
2707 PURE module subroutine setVarAvgDIM_WNO_D1_RK4(var, mean, sample, dim)
2708#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2709 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_RK4
2712 integer(IK) ,
intent(in) :: dim
2713 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
2714 real(TKG) ,
intent(in) :: mean
2715 real(TKG) ,
intent(out) :: var
2720 PURE module subroutine setVarAvgDIM_WNO_D1_RK3(var, mean, sample, dim)
2721#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2722 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_RK3
2725 integer(IK) ,
intent(in) :: dim
2726 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
2727 real(TKG) ,
intent(in) :: mean
2728 real(TKG) ,
intent(out) :: var
2733 PURE module subroutine setVarAvgDIM_WNO_D1_RK2(var, mean, sample, dim)
2734#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2735 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_RK2
2738 integer(IK) ,
intent(in) :: dim
2739 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
2740 real(TKG) ,
intent(in) :: mean
2741 real(TKG) ,
intent(out) :: var
2746 PURE module subroutine setVarAvgDIM_WNO_D1_RK1(var, mean, sample, dim)
2747#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2748 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D1_RK1
2751 integer(IK) ,
intent(in) :: dim
2752 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
2753 real(TKG) ,
intent(in) :: mean
2754 real(TKG) ,
intent(out) :: var
2767 PURE module subroutine setVarAvgDIM_WNO_D2_CK5(var, mean, sample, dim)
2768#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2769 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_CK5
2772 integer(IK) ,
intent(in) :: dim
2773 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2774 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
2775 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2780 PURE module subroutine setVarAvgDIM_WNO_D2_CK4(var, mean, sample, dim)
2781#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2782 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_CK4
2785 integer(IK) ,
intent(in) :: dim
2786 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2787 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
2788 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2793 PURE module subroutine setVarAvgDIM_WNO_D2_CK3(var, mean, sample, dim)
2794#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2795 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_CK3
2798 integer(IK) ,
intent(in) :: dim
2799 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2800 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
2801 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2806 PURE module subroutine setVarAvgDIM_WNO_D2_CK2(var, mean, sample, dim)
2807#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2808 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_CK2
2811 integer(IK) ,
intent(in) :: dim
2812 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2813 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
2814 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2819 PURE module subroutine setVarAvgDIM_WNO_D2_CK1(var, mean, sample, dim)
2820#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2821 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_CK1
2824 integer(IK) ,
intent(in) :: dim
2825 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2826 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
2827 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2834 PURE module subroutine setVarAvgDIM_WNO_D2_RK5(var, mean, sample, dim)
2835#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2836 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_RK5
2839 integer(IK) ,
intent(in) :: dim
2840 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2841 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
2842 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2847 PURE module subroutine setVarAvgDIM_WNO_D2_RK4(var, mean, sample, dim)
2848#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2849 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_RK4
2852 integer(IK) ,
intent(in) :: dim
2853 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2854 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
2855 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2860 PURE module subroutine setVarAvgDIM_WNO_D2_RK3(var, mean, sample, dim)
2861#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2862 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_RK3
2865 integer(IK) ,
intent(in) :: dim
2866 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2867 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
2868 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2873 PURE module subroutine setVarAvgDIM_WNO_D2_RK2(var, mean, sample, dim)
2874#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2875 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_RK2
2878 integer(IK) ,
intent(in) :: dim
2879 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2880 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
2881 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2886 PURE module subroutine setVarAvgDIM_WNO_D2_RK1(var, mean, sample, dim)
2887#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2888 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WNO_D2_RK1
2891 integer(IK) ,
intent(in) :: dim
2892 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
2893 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
2894 real(TKG) ,
intent(out) ,
contiguous :: var(:)
2917 PURE module subroutine setVarAvgDIM_WTI_D1_CK5(var, mean, sample, dim, weight, weisum)
2918#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2919 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_CK5
2922 integer(IK) ,
intent(in) :: dim
2923 integer(IK) ,
intent(in) :: weisum
2924 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2925 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2926 complex(TKG) ,
intent(in) :: mean
2927 real(TKG) ,
intent(out) :: var
2932 PURE module subroutine setVarAvgDIM_WTI_D1_CK4(var, mean, sample, dim, weight, weisum)
2933#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2934 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_CK4
2937 integer(IK) ,
intent(in) :: dim
2938 integer(IK) ,
intent(in) :: weisum
2939 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2940 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2941 complex(TKG) ,
intent(in) :: mean
2942 real(TKG) ,
intent(out) :: var
2947 PURE module subroutine setVarAvgDIM_WTI_D1_CK3(var, mean, sample, dim, weight, weisum)
2948#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2949 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_CK3
2952 integer(IK) ,
intent(in) :: dim
2953 integer(IK) ,
intent(in) :: weisum
2954 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2955 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2956 complex(TKG) ,
intent(in) :: mean
2957 real(TKG) ,
intent(out) :: var
2962 PURE module subroutine setVarAvgDIM_WTI_D1_CK2(var, mean, sample, dim, weight, weisum)
2963#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2964 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_CK2
2967 integer(IK) ,
intent(in) :: dim
2968 integer(IK) ,
intent(in) :: weisum
2969 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2970 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2971 complex(TKG) ,
intent(in) :: mean
2972 real(TKG) ,
intent(out) :: var
2977 PURE module subroutine setVarAvgDIM_WTI_D1_CK1(var, mean, sample, dim, weight, weisum)
2978#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2979 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_CK1
2982 integer(IK) ,
intent(in) :: dim
2983 integer(IK) ,
intent(in) :: weisum
2984 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
2985 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
2986 complex(TKG) ,
intent(in) :: mean
2987 real(TKG) ,
intent(out) :: var
2994 PURE module subroutine setVarAvgDIM_WTI_D1_RK5(var, mean, sample, dim, weight, weisum)
2995#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2996 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_RK5
2999 integer(IK) ,
intent(in) :: dim
3000 integer(IK) ,
intent(in) :: weisum
3001 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3002 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3003 real(TKG) ,
intent(in) :: mean
3004 real(TKG) ,
intent(out) :: var
3009 PURE module subroutine setVarAvgDIM_WTI_D1_RK4(var, mean, sample, dim, weight, weisum)
3010#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3011 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_RK4
3014 integer(IK) ,
intent(in) :: dim
3015 integer(IK) ,
intent(in) :: weisum
3016 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3017 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3018 real(TKG) ,
intent(in) :: mean
3019 real(TKG) ,
intent(out) :: var
3024 PURE module subroutine setVarAvgDIM_WTI_D1_RK3(var, mean, sample, dim, weight, weisum)
3025#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3026 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_RK3
3029 integer(IK) ,
intent(in) :: dim
3030 integer(IK) ,
intent(in) :: weisum
3031 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3032 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3033 real(TKG) ,
intent(in) :: mean
3034 real(TKG) ,
intent(out) :: var
3039 PURE module subroutine setVarAvgDIM_WTI_D1_RK2(var, mean, sample, dim, weight, weisum)
3040#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3041 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_RK2
3044 integer(IK) ,
intent(in) :: dim
3045 integer(IK) ,
intent(in) :: weisum
3046 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3047 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3048 real(TKG) ,
intent(in) :: mean
3049 real(TKG) ,
intent(out) :: var
3054 PURE module subroutine setVarAvgDIM_WTI_D1_RK1(var, mean, sample, dim, weight, weisum)
3055#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3056 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D1_RK1
3059 integer(IK) ,
intent(in) :: dim
3060 integer(IK) ,
intent(in) :: weisum
3061 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3062 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3063 real(TKG) ,
intent(in) :: mean
3064 real(TKG) ,
intent(out) :: var
3077 PURE module subroutine setVarAvgDIM_WTI_D2_CK5(var, mean, sample, dim, weight, weisum)
3078#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3079 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_CK5
3082 integer(IK) ,
intent(in) :: dim
3083 integer(IK) ,
intent(in) :: weisum
3084 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3085 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3086 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3087 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3092 PURE module subroutine setVarAvgDIM_WTI_D2_CK4(var, mean, sample, dim, weight, weisum)
3093#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3094 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_CK4
3097 integer(IK) ,
intent(in) :: dim
3098 integer(IK) ,
intent(in) :: weisum
3099 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3100 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3101 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3102 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3107 PURE module subroutine setVarAvgDIM_WTI_D2_CK3(var, mean, sample, dim, weight, weisum)
3108#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3109 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_CK3
3112 integer(IK) ,
intent(in) :: dim
3113 integer(IK) ,
intent(in) :: weisum
3114 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3115 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3116 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3117 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3122 PURE module subroutine setVarAvgDIM_WTI_D2_CK2(var, mean, sample, dim, weight, weisum)
3123#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3124 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_CK2
3127 integer(IK) ,
intent(in) :: dim
3128 integer(IK) ,
intent(in) :: weisum
3129 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3130 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3131 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3132 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3137 PURE module subroutine setVarAvgDIM_WTI_D2_CK1(var, mean, sample, dim, weight, weisum)
3138#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3139 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_CK1
3142 integer(IK) ,
intent(in) :: dim
3143 integer(IK) ,
intent(in) :: weisum
3144 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3145 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3146 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3147 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3154 PURE module subroutine setVarAvgDIM_WTI_D2_RK5(var, mean, sample, dim, weight, weisum)
3155#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3156 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_RK5
3159 integer(IK) ,
intent(in) :: dim
3160 integer(IK) ,
intent(in) :: weisum
3161 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3162 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3163 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3164 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3169 PURE module subroutine setVarAvgDIM_WTI_D2_RK4(var, mean, sample, dim, weight, weisum)
3170#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3171 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_RK4
3174 integer(IK) ,
intent(in) :: dim
3175 integer(IK) ,
intent(in) :: weisum
3176 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3177 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3178 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3179 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3184 PURE module subroutine setVarAvgDIM_WTI_D2_RK3(var, mean, sample, dim, weight, weisum)
3185#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3186 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_RK3
3189 integer(IK) ,
intent(in) :: dim
3190 integer(IK) ,
intent(in) :: weisum
3191 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3192 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3193 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3194 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3199 PURE module subroutine setVarAvgDIM_WTI_D2_RK2(var, mean, sample, dim, weight, weisum)
3200#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3201 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_RK2
3204 integer(IK) ,
intent(in) :: dim
3205 integer(IK) ,
intent(in) :: weisum
3206 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3207 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3208 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3209 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3214 PURE module subroutine setVarAvgDIM_WTI_D2_RK1(var, mean, sample, dim, weight, weisum)
3215#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3216 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTI_D2_RK1
3219 integer(IK) ,
intent(in) :: dim
3220 integer(IK) ,
intent(in) :: weisum
3221 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3222 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3223 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3224 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3247 PURE module subroutine setVarAvgDIM_WTR_D1_CK5(var, mean, sample, dim, weight, weisum)
3248#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3249 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_CK5
3252 integer(IK) ,
intent(in) :: dim
3253 real(TKG) ,
intent(in) :: weisum
3254 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3255 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3256 complex(TKG) ,
intent(in) :: mean
3257 real(TKG) ,
intent(out) :: var
3262 PURE module subroutine setVarAvgDIM_WTR_D1_CK4(var, mean, sample, dim, weight, weisum)
3263#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3264 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_CK4
3267 integer(IK) ,
intent(in) :: dim
3268 real(TKG) ,
intent(in) :: weisum
3269 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3270 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3271 complex(TKG) ,
intent(in) :: mean
3272 real(TKG) ,
intent(out) :: var
3277 PURE module subroutine setVarAvgDIM_WTR_D1_CK3(var, mean, sample, dim, weight, weisum)
3278#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3279 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_CK3
3282 integer(IK) ,
intent(in) :: dim
3283 real(TKG) ,
intent(in) :: weisum
3284 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3285 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3286 complex(TKG) ,
intent(in) :: mean
3287 real(TKG) ,
intent(out) :: var
3292 PURE module subroutine setVarAvgDIM_WTR_D1_CK2(var, mean, sample, dim, weight, weisum)
3293#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3294 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_CK2
3297 integer(IK) ,
intent(in) :: dim
3298 real(TKG) ,
intent(in) :: weisum
3299 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3300 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3301 complex(TKG) ,
intent(in) :: mean
3302 real(TKG) ,
intent(out) :: var
3307 PURE module subroutine setVarAvgDIM_WTR_D1_CK1(var, mean, sample, dim, weight, weisum)
3308#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3309 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_CK1
3312 integer(IK) ,
intent(in) :: dim
3313 real(TKG) ,
intent(in) :: weisum
3314 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3315 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3316 complex(TKG) ,
intent(in) :: mean
3317 real(TKG) ,
intent(out) :: var
3324 PURE module subroutine setVarAvgDIM_WTR_D1_RK5(var, mean, sample, dim, weight, weisum)
3325#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3326 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_RK5
3329 integer(IK) ,
intent(in) :: dim
3330 real(TKG) ,
intent(in) :: weisum
3331 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3332 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3333 real(TKG) ,
intent(in) :: mean
3334 real(TKG) ,
intent(out) :: var
3339 PURE module subroutine setVarAvgDIM_WTR_D1_RK4(var, mean, sample, dim, weight, weisum)
3340#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3341 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_RK4
3344 integer(IK) ,
intent(in) :: dim
3345 real(TKG) ,
intent(in) :: weisum
3346 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3347 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3348 real(TKG) ,
intent(in) :: mean
3349 real(TKG) ,
intent(out) :: var
3354 PURE module subroutine setVarAvgDIM_WTR_D1_RK3(var, mean, sample, dim, weight, weisum)
3355#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3356 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_RK3
3359 integer(IK) ,
intent(in) :: dim
3360 real(TKG) ,
intent(in) :: weisum
3361 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3362 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3363 real(TKG) ,
intent(in) :: mean
3364 real(TKG) ,
intent(out) :: var
3369 PURE module subroutine setVarAvgDIM_WTR_D1_RK2(var, mean, sample, dim, weight, weisum)
3370#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3371 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_RK2
3374 integer(IK) ,
intent(in) :: dim
3375 real(TKG) ,
intent(in) :: weisum
3376 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3377 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3378 real(TKG) ,
intent(in) :: mean
3379 real(TKG) ,
intent(out) :: var
3384 PURE module subroutine setVarAvgDIM_WTR_D1_RK1(var, mean, sample, dim, weight, weisum)
3385#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3386 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D1_RK1
3389 integer(IK) ,
intent(in) :: dim
3390 real(TKG) ,
intent(in) :: weisum
3391 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3392 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3393 real(TKG) ,
intent(in) :: mean
3394 real(TKG) ,
intent(out) :: var
3407 PURE module subroutine setVarAvgDIM_WTR_D2_CK5(var, mean, sample, dim, weight, weisum)
3408#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3409 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_CK5
3412 integer(IK) ,
intent(in) :: dim
3413 real(TKG) ,
intent(in) :: weisum
3414 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3415 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3416 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3417 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3422 PURE module subroutine setVarAvgDIM_WTR_D2_CK4(var, mean, sample, dim, weight, weisum)
3423#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3424 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_CK4
3427 integer(IK) ,
intent(in) :: dim
3428 real(TKG) ,
intent(in) :: weisum
3429 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3430 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3431 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3432 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3437 PURE module subroutine setVarAvgDIM_WTR_D2_CK3(var, mean, sample, dim, weight, weisum)
3438#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3439 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_CK3
3442 integer(IK) ,
intent(in) :: dim
3443 real(TKG) ,
intent(in) :: weisum
3444 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3445 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3446 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3447 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3452 PURE module subroutine setVarAvgDIM_WTR_D2_CK2(var, mean, sample, dim, weight, weisum)
3453#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3454 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_CK2
3457 integer(IK) ,
intent(in) :: dim
3458 real(TKG) ,
intent(in) :: weisum
3459 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3460 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3461 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3462 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3467 PURE module subroutine setVarAvgDIM_WTR_D2_CK1(var, mean, sample, dim, weight, weisum)
3468#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3469 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_CK1
3472 integer(IK) ,
intent(in) :: dim
3473 real(TKG) ,
intent(in) :: weisum
3474 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3475 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3476 complex(TKG) ,
intent(in) ,
contiguous :: mean(:)
3477 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3484 PURE module subroutine setVarAvgDIM_WTR_D2_RK5(var, mean, sample, dim, weight, weisum)
3485#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3486 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_RK5
3489 integer(IK) ,
intent(in) :: dim
3490 real(TKG) ,
intent(in) :: weisum
3491 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3492 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3493 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3494 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3499 PURE module subroutine setVarAvgDIM_WTR_D2_RK4(var, mean, sample, dim, weight, weisum)
3500#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3501 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_RK4
3504 integer(IK) ,
intent(in) :: dim
3505 real(TKG) ,
intent(in) :: weisum
3506 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3507 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3508 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3509 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3514 PURE module subroutine setVarAvgDIM_WTR_D2_RK3(var, mean, sample, dim, weight, weisum)
3515#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3516 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_RK3
3519 integer(IK) ,
intent(in) :: dim
3520 real(TKG) ,
intent(in) :: weisum
3521 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3522 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3523 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3524 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3529 PURE module subroutine setVarAvgDIM_WTR_D2_RK2(var, mean, sample, dim, weight, weisum)
3530#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3531 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_RK2
3534 integer(IK) ,
intent(in) :: dim
3535 real(TKG) ,
intent(in) :: weisum
3536 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3537 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3538 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3539 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3544 PURE module subroutine setVarAvgDIM_WTR_D2_RK1(var, mean, sample, dim, weight, weisum)
3545#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3546 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgDIM_WTR_D2_RK1
3549 integer(IK) ,
intent(in) :: dim
3550 real(TKG) ,
intent(in) :: weisum
3551 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
3552 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3553 real(TKG) ,
intent(in) ,
contiguous :: mean(:)
3554 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3577 PURE module subroutine setVarOrgDIM_WNO_D1_CK5(var, sample, dim)
3578#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3579 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_CK5
3582 integer(IK) ,
intent(in) :: dim
3583 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3584 real(TKG) ,
intent(out) :: var
3589 PURE module subroutine setVarOrgDIM_WNO_D1_CK4(var, sample, dim)
3590#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3591 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_CK4
3594 integer(IK) ,
intent(in) :: dim
3595 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3596 real(TKG) ,
intent(out) :: var
3601 PURE module subroutine setVarOrgDIM_WNO_D1_CK3(var, sample, dim)
3602#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3603 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_CK3
3606 integer(IK) ,
intent(in) :: dim
3607 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3608 real(TKG) ,
intent(out) :: var
3613 PURE module subroutine setVarOrgDIM_WNO_D1_CK2(var, sample, dim)
3614#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3615 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_CK2
3618 integer(IK) ,
intent(in) :: dim
3619 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3620 real(TKG) ,
intent(out) :: var
3625 PURE module subroutine setVarOrgDIM_WNO_D1_CK1(var, sample, dim)
3626#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3627 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_CK1
3630 integer(IK) ,
intent(in) :: dim
3631 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3632 real(TKG) ,
intent(out) :: var
3639 PURE module subroutine setVarOrgDIM_WNO_D1_RK5(var, sample, dim)
3640#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3641 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_RK5
3644 integer(IK) ,
intent(in) :: dim
3645 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3646 real(TKG) ,
intent(out) :: var
3651 PURE module subroutine setVarOrgDIM_WNO_D1_RK4(var, sample, dim)
3652#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3653 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_RK4
3656 integer(IK) ,
intent(in) :: dim
3657 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3658 real(TKG) ,
intent(out) :: var
3663 PURE module subroutine setVarOrgDIM_WNO_D1_RK3(var, sample, dim)
3664#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3665 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_RK3
3668 integer(IK) ,
intent(in) :: dim
3669 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3670 real(TKG) ,
intent(out) :: var
3675 PURE module subroutine setVarOrgDIM_WNO_D1_RK2(var, sample, dim)
3676#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3677 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_RK2
3680 integer(IK) ,
intent(in) :: dim
3681 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3682 real(TKG) ,
intent(out) :: var
3687 PURE module subroutine setVarOrgDIM_WNO_D1_RK1(var, sample, dim)
3688#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3689 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D1_RK1
3692 integer(IK) ,
intent(in) :: dim
3693 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3694 real(TKG) ,
intent(out) :: var
3707 PURE module subroutine setVarOrgDIM_WNO_D2_CK5(var, sample, dim)
3708#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3709 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_CK5
3712 integer(IK) ,
intent(in) :: dim
3713 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3714 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3719 PURE module subroutine setVarOrgDIM_WNO_D2_CK4(var, sample, dim)
3720#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3721 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_CK4
3724 integer(IK) ,
intent(in) :: dim
3725 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3726 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3731 PURE module subroutine setVarOrgDIM_WNO_D2_CK3(var, sample, dim)
3732#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3733 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_CK3
3736 integer(IK) ,
intent(in) :: dim
3737 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3738 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3743 PURE module subroutine setVarOrgDIM_WNO_D2_CK2(var, sample, dim)
3744#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3745 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_CK2
3748 integer(IK) ,
intent(in) :: dim
3749 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3750 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3755 PURE module subroutine setVarOrgDIM_WNO_D2_CK1(var, sample, dim)
3756#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3757 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_CK1
3760 integer(IK) ,
intent(in) :: dim
3761 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3762 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3769 PURE module subroutine setVarOrgDIM_WNO_D2_RK5(var, sample, dim)
3770#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3771 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_RK5
3774 integer(IK) ,
intent(in) :: dim
3775 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3776 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3781 PURE module subroutine setVarOrgDIM_WNO_D2_RK4(var, sample, dim)
3782#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3783 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_RK4
3786 integer(IK) ,
intent(in) :: dim
3787 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3788 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3793 PURE module subroutine setVarOrgDIM_WNO_D2_RK3(var, sample, dim)
3794#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3795 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_RK3
3798 integer(IK) ,
intent(in) :: dim
3799 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3800 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3805 PURE module subroutine setVarOrgDIM_WNO_D2_RK2(var, sample, dim)
3806#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3807 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_RK2
3810 integer(IK) ,
intent(in) :: dim
3811 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3812 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3817 PURE module subroutine setVarOrgDIM_WNO_D2_RK1(var, sample, dim)
3818#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3819 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WNO_D2_RK1
3822 integer(IK) ,
intent(in) :: dim
3823 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
3824 real(TKG) ,
intent(out) ,
contiguous :: var(:)
3847 PURE module subroutine setVarOrgDIM_WTI_D1_CK5(var, sample, dim, weight, weisum)
3848#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3849 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_CK5
3852 integer(IK) ,
intent(in) :: dim
3853 integer(IK) ,
intent(in) :: weisum
3854 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3855 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3856 real(TKG) ,
intent(out) :: var
3861 PURE module subroutine setVarOrgDIM_WTI_D1_CK4(var, sample, dim, weight, weisum)
3862#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3863 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_CK4
3866 integer(IK) ,
intent(in) :: dim
3867 integer(IK) ,
intent(in) :: weisum
3868 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3869 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3870 real(TKG) ,
intent(out) :: var
3875 PURE module subroutine setVarOrgDIM_WTI_D1_CK3(var, sample, dim, weight, weisum)
3876#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3877 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_CK3
3880 integer(IK) ,
intent(in) :: dim
3881 integer(IK) ,
intent(in) :: weisum
3882 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3883 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3884 real(TKG) ,
intent(out) :: var
3889 PURE module subroutine setVarOrgDIM_WTI_D1_CK2(var, sample, dim, weight, weisum)
3890#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3891 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_CK2
3894 integer(IK) ,
intent(in) :: dim
3895 integer(IK) ,
intent(in) :: weisum
3896 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3897 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3898 real(TKG) ,
intent(out) :: var
3903 PURE module subroutine setVarOrgDIM_WTI_D1_CK1(var, sample, dim, weight, weisum)
3904#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3905 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_CK1
3908 integer(IK) ,
intent(in) :: dim
3909 integer(IK) ,
intent(in) :: weisum
3910 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3911 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
3912 real(TKG) ,
intent(out) :: var
3919 PURE module subroutine setVarOrgDIM_WTI_D1_RK5(var, sample, dim, weight, weisum)
3920#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3921 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_RK5
3924 integer(IK) ,
intent(in) :: dim
3925 integer(IK) ,
intent(in) :: weisum
3926 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3927 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3928 real(TKG) ,
intent(out) :: var
3933 PURE module subroutine setVarOrgDIM_WTI_D1_RK4(var, sample, dim, weight, weisum)
3934#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3935 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_RK4
3938 integer(IK) ,
intent(in) :: dim
3939 integer(IK) ,
intent(in) :: weisum
3940 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3941 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3942 real(TKG) ,
intent(out) :: var
3947 PURE module subroutine setVarOrgDIM_WTI_D1_RK3(var, sample, dim, weight, weisum)
3948#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3949 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_RK3
3952 integer(IK) ,
intent(in) :: dim
3953 integer(IK) ,
intent(in) :: weisum
3954 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3955 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3956 real(TKG) ,
intent(out) :: var
3961 PURE module subroutine setVarOrgDIM_WTI_D1_RK2(var, sample, dim, weight, weisum)
3962#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3963 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_RK2
3966 integer(IK) ,
intent(in) :: dim
3967 integer(IK) ,
intent(in) :: weisum
3968 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3969 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3970 real(TKG) ,
intent(out) :: var
3975 PURE module subroutine setVarOrgDIM_WTI_D1_RK1(var, sample, dim, weight, weisum)
3976#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3977 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D1_RK1
3980 integer(IK) ,
intent(in) :: dim
3981 integer(IK) ,
intent(in) :: weisum
3982 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
3983 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
3984 real(TKG) ,
intent(out) :: var
3997 PURE module subroutine setVarOrgDIM_WTI_D2_CK5(var, sample, dim, weight, weisum)
3998#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3999 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_CK5
4002 integer(IK) ,
intent(in) :: dim
4003 integer(IK) ,
intent(in) :: weisum
4004 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4005 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4006 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4011 PURE module subroutine setVarOrgDIM_WTI_D2_CK4(var, sample, dim, weight, weisum)
4012#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4013 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_CK4
4016 integer(IK) ,
intent(in) :: dim
4017 integer(IK) ,
intent(in) :: weisum
4018 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4019 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4020 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4025 PURE module subroutine setVarOrgDIM_WTI_D2_CK3(var, sample, dim, weight, weisum)
4026#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4027 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_CK3
4030 integer(IK) ,
intent(in) :: dim
4031 integer(IK) ,
intent(in) :: weisum
4032 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4033 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4034 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4039 PURE module subroutine setVarOrgDIM_WTI_D2_CK2(var, sample, dim, weight, weisum)
4040#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4041 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_CK2
4044 integer(IK) ,
intent(in) :: dim
4045 integer(IK) ,
intent(in) :: weisum
4046 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4047 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4048 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4053 PURE module subroutine setVarOrgDIM_WTI_D2_CK1(var, sample, dim, weight, weisum)
4054#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4055 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_CK1
4058 integer(IK) ,
intent(in) :: dim
4059 integer(IK) ,
intent(in) :: weisum
4060 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4061 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4062 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4069 PURE module subroutine setVarOrgDIM_WTI_D2_RK5(var, sample, dim, weight, weisum)
4070#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4071 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_RK5
4074 integer(IK) ,
intent(in) :: dim
4075 integer(IK) ,
intent(in) :: weisum
4076 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4077 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4078 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4083 PURE module subroutine setVarOrgDIM_WTI_D2_RK4(var, sample, dim, weight, weisum)
4084#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4085 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_RK4
4088 integer(IK) ,
intent(in) :: dim
4089 integer(IK) ,
intent(in) :: weisum
4090 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4091 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4092 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4097 PURE module subroutine setVarOrgDIM_WTI_D2_RK3(var, sample, dim, weight, weisum)
4098#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4099 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_RK3
4102 integer(IK) ,
intent(in) :: dim
4103 integer(IK) ,
intent(in) :: weisum
4104 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4105 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4106 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4111 PURE module subroutine setVarOrgDIM_WTI_D2_RK2(var, sample, dim, weight, weisum)
4112#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4113 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_RK2
4116 integer(IK) ,
intent(in) :: dim
4117 integer(IK) ,
intent(in) :: weisum
4118 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4119 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4120 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4125 PURE module subroutine setVarOrgDIM_WTI_D2_RK1(var, sample, dim, weight, weisum)
4126#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4127 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTI_D2_RK1
4130 integer(IK) ,
intent(in) :: dim
4131 integer(IK) ,
intent(in) :: weisum
4132 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4133 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4134 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4157 PURE module subroutine setVarOrgDIM_WTR_D1_CK5(var, sample, dim, weight, weisum)
4158#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4159 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_CK5
4162 integer(IK) ,
intent(in) :: dim
4163 real(TKG) ,
intent(in) :: weisum
4164 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4165 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4166 real(TKG) ,
intent(out) :: var
4171 PURE module subroutine setVarOrgDIM_WTR_D1_CK4(var, sample, dim, weight, weisum)
4172#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4173 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_CK4
4176 integer(IK) ,
intent(in) :: dim
4177 real(TKG) ,
intent(in) :: weisum
4178 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4179 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4180 real(TKG) ,
intent(out) :: var
4185 PURE module subroutine setVarOrgDIM_WTR_D1_CK3(var, sample, dim, weight, weisum)
4186#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4187 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_CK3
4190 integer(IK) ,
intent(in) :: dim
4191 real(TKG) ,
intent(in) :: weisum
4192 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4193 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4194 real(TKG) ,
intent(out) :: var
4199 PURE module subroutine setVarOrgDIM_WTR_D1_CK2(var, sample, dim, weight, weisum)
4200#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4201 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_CK2
4204 integer(IK) ,
intent(in) :: dim
4205 real(TKG) ,
intent(in) :: weisum
4206 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4207 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4208 real(TKG) ,
intent(out) :: var
4213 PURE module subroutine setVarOrgDIM_WTR_D1_CK1(var, sample, dim, weight, weisum)
4214#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4215 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_CK1
4218 integer(IK) ,
intent(in) :: dim
4219 real(TKG) ,
intent(in) :: weisum
4220 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4221 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4222 real(TKG) ,
intent(out) :: var
4229 PURE module subroutine setVarOrgDIM_WTR_D1_RK5(var, sample, dim, weight, weisum)
4230#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4231 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_RK5
4234 integer(IK) ,
intent(in) :: dim
4235 real(TKG) ,
intent(in) :: weisum
4236 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4237 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4238 real(TKG) ,
intent(out) :: var
4243 PURE module subroutine setVarOrgDIM_WTR_D1_RK4(var, sample, dim, weight, weisum)
4244#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4245 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_RK4
4248 integer(IK) ,
intent(in) :: dim
4249 real(TKG) ,
intent(in) :: weisum
4250 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4251 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4252 real(TKG) ,
intent(out) :: var
4257 PURE module subroutine setVarOrgDIM_WTR_D1_RK3(var, sample, dim, weight, weisum)
4258#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4259 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_RK3
4262 integer(IK) ,
intent(in) :: dim
4263 real(TKG) ,
intent(in) :: weisum
4264 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4265 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4266 real(TKG) ,
intent(out) :: var
4271 PURE module subroutine setVarOrgDIM_WTR_D1_RK2(var, sample, dim, weight, weisum)
4272#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4273 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_RK2
4276 integer(IK) ,
intent(in) :: dim
4277 real(TKG) ,
intent(in) :: weisum
4278 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4279 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4280 real(TKG) ,
intent(out) :: var
4285 PURE module subroutine setVarOrgDIM_WTR_D1_RK1(var, sample, dim, weight, weisum)
4286#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4287 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D1_RK1
4290 integer(IK) ,
intent(in) :: dim
4291 real(TKG) ,
intent(in) :: weisum
4292 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4293 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4294 real(TKG) ,
intent(out) :: var
4307 PURE module subroutine setVarOrgDIM_WTR_D2_CK5(var, sample, dim, weight, weisum)
4308#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4309 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_CK5
4312 integer(IK) ,
intent(in) :: dim
4313 real(TKG) ,
intent(in) :: weisum
4314 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4315 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4316 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4321 PURE module subroutine setVarOrgDIM_WTR_D2_CK4(var, sample, dim, weight, weisum)
4322#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4323 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_CK4
4326 integer(IK) ,
intent(in) :: dim
4327 real(TKG) ,
intent(in) :: weisum
4328 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4329 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4330 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4335 PURE module subroutine setVarOrgDIM_WTR_D2_CK3(var, sample, dim, weight, weisum)
4336#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4337 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_CK3
4340 integer(IK) ,
intent(in) :: dim
4341 real(TKG) ,
intent(in) :: weisum
4342 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4343 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4344 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4349 PURE module subroutine setVarOrgDIM_WTR_D2_CK2(var, sample, dim, weight, weisum)
4350#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4351 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_CK2
4354 integer(IK) ,
intent(in) :: dim
4355 real(TKG) ,
intent(in) :: weisum
4356 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4357 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4358 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4363 PURE module subroutine setVarOrgDIM_WTR_D2_CK1(var, sample, dim, weight, weisum)
4364#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4365 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_CK1
4368 integer(IK) ,
intent(in) :: dim
4369 real(TKG) ,
intent(in) :: weisum
4370 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4371 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4372 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4379 PURE module subroutine setVarOrgDIM_WTR_D2_RK5(var, sample, dim, weight, weisum)
4380#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4381 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_RK5
4384 integer(IK) ,
intent(in) :: dim
4385 real(TKG) ,
intent(in) :: weisum
4386 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4387 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4388 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4393 PURE module subroutine setVarOrgDIM_WTR_D2_RK4(var, sample, dim, weight, weisum)
4394#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4395 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_RK4
4398 integer(IK) ,
intent(in) :: dim
4399 real(TKG) ,
intent(in) :: weisum
4400 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4401 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4402 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4407 PURE module subroutine setVarOrgDIM_WTR_D2_RK3(var, sample, dim, weight, weisum)
4408#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4409 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_RK3
4412 integer(IK) ,
intent(in) :: dim
4413 real(TKG) ,
intent(in) :: weisum
4414 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4415 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4416 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4421 PURE module subroutine setVarOrgDIM_WTR_D2_RK2(var, sample, dim, weight, weisum)
4422#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4423 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_RK2
4426 integer(IK) ,
intent(in) :: dim
4427 real(TKG) ,
intent(in) :: weisum
4428 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4429 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4430 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4435 PURE module subroutine setVarOrgDIM_WTR_D2_RK1(var, sample, dim, weight, weisum)
4436#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4437 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgDIM_WTR_D2_RK1
4440 integer(IK) ,
intent(in) :: dim
4441 real(TKG) ,
intent(in) :: weisum
4442 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
4443 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4444 real(TKG) ,
intent(out) ,
contiguous :: var(:)
4469 PURE module subroutine setVarAvgALL_WNO_D1_CK5(var, mean, sample)
4470#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4471 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_CK5
4474 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4475 complex(TKG) ,
intent(in) :: mean
4476 real(TKG) ,
intent(out) :: var
4481 PURE module subroutine setVarAvgALL_WNO_D1_CK4(var, mean, sample)
4482#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4483 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_CK4
4486 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4487 complex(TKG) ,
intent(in) :: mean
4488 real(TKG) ,
intent(out) :: var
4493 PURE module subroutine setVarAvgALL_WNO_D1_CK3(var, mean, sample)
4494#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4495 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_CK3
4498 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4499 complex(TKG) ,
intent(in) :: mean
4500 real(TKG) ,
intent(out) :: var
4505 PURE module subroutine setVarAvgALL_WNO_D1_CK2(var, mean, sample)
4506#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4507 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_CK2
4510 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4511 complex(TKG) ,
intent(in) :: mean
4512 real(TKG) ,
intent(out) :: var
4517 PURE module subroutine setVarAvgALL_WNO_D1_CK1(var, mean, sample)
4518#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4519 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_CK1
4522 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4523 complex(TKG) ,
intent(in) :: mean
4524 real(TKG) ,
intent(out) :: var
4531 PURE module subroutine setVarAvgALL_WNO_D1_RK5(var, mean, sample)
4532#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4533 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_RK5
4536 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4537 real(TKG) ,
intent(in) :: mean
4538 real(TKG) ,
intent(out) :: var
4543 PURE module subroutine setVarAvgALL_WNO_D1_RK4(var, mean, sample)
4544#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4545 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_RK4
4548 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4549 real(TKG) ,
intent(in) :: mean
4550 real(TKG) ,
intent(out) :: var
4555 PURE module subroutine setVarAvgALL_WNO_D1_RK3(var, mean, sample)
4556#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4557 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_RK3
4560 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4561 real(TKG) ,
intent(in) :: mean
4562 real(TKG) ,
intent(out) :: var
4567 PURE module subroutine setVarAvgALL_WNO_D1_RK2(var, mean, sample)
4568#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4569 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_RK2
4572 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4573 real(TKG) ,
intent(in) :: mean
4574 real(TKG) ,
intent(out) :: var
4579 PURE module subroutine setVarAvgALL_WNO_D1_RK1(var, mean, sample)
4580#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4581 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D1_RK1
4584 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4585 real(TKG) ,
intent(in) :: mean
4586 real(TKG) ,
intent(out) :: var
4599 PURE module subroutine setVarAvgALL_WNO_D2_CK5(var, mean, sample)
4600#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4601 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_CK5
4604 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4605 complex(TKG) ,
intent(in) :: mean
4606 real(TKG) ,
intent(out) :: var
4611 PURE module subroutine setVarAvgALL_WNO_D2_CK4(var, mean, sample)
4612#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4613 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_CK4
4616 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4617 complex(TKG) ,
intent(in) :: mean
4618 real(TKG) ,
intent(out) :: var
4623 PURE module subroutine setVarAvgALL_WNO_D2_CK3(var, mean, sample)
4624#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4625 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_CK3
4628 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4629 complex(TKG) ,
intent(in) :: mean
4630 real(TKG) ,
intent(out) :: var
4635 PURE module subroutine setVarAvgALL_WNO_D2_CK2(var, mean, sample)
4636#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4637 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_CK2
4640 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4641 complex(TKG) ,
intent(in) :: mean
4642 real(TKG) ,
intent(out) :: var
4647 PURE module subroutine setVarAvgALL_WNO_D2_CK1(var, mean, sample)
4648#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4649 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_CK1
4652 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4653 complex(TKG) ,
intent(in) :: mean
4654 real(TKG) ,
intent(out) :: var
4661 PURE module subroutine setVarAvgALL_WNO_D2_RK5(var, mean, sample)
4662#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4663 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_RK5
4666 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4667 real(TKG) ,
intent(in) :: mean
4668 real(TKG) ,
intent(out) :: var
4673 PURE module subroutine setVarAvgALL_WNO_D2_RK4(var, mean, sample)
4674#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4675 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_RK4
4678 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4679 real(TKG) ,
intent(in) :: mean
4680 real(TKG) ,
intent(out) :: var
4685 PURE module subroutine setVarAvgALL_WNO_D2_RK3(var, mean, sample)
4686#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4687 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_RK3
4690 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4691 real(TKG) ,
intent(in) :: mean
4692 real(TKG) ,
intent(out) :: var
4697 PURE module subroutine setVarAvgALL_WNO_D2_RK2(var, mean, sample)
4698#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4699 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_RK2
4702 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4703 real(TKG) ,
intent(in) :: mean
4704 real(TKG) ,
intent(out) :: var
4709 PURE module subroutine setVarAvgALL_WNO_D2_RK1(var, mean, sample)
4710#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4711 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WNO_D2_RK1
4714 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4715 real(TKG) ,
intent(in) :: mean
4716 real(TKG) ,
intent(out) :: var
4739 PURE module subroutine setVarAvgALL_WTI_D1_CK5(var, mean, sample, weight, weisum)
4740#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4741 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_CK5
4744 integer(IK) ,
intent(in) :: weisum
4745 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4746 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4747 complex(TKG) ,
intent(in) :: mean
4748 real(TKG) ,
intent(out) :: var
4753 PURE module subroutine setVarAvgALL_WTI_D1_CK4(var, mean, sample, weight, weisum)
4754#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4755 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_CK4
4758 integer(IK) ,
intent(in) :: weisum
4759 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4760 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4761 complex(TKG) ,
intent(in) :: mean
4762 real(TKG) ,
intent(out) :: var
4767 PURE module subroutine setVarAvgALL_WTI_D1_CK3(var, mean, sample, weight, weisum)
4768#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4769 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_CK3
4772 integer(IK) ,
intent(in) :: weisum
4773 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4774 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4775 complex(TKG) ,
intent(in) :: mean
4776 real(TKG) ,
intent(out) :: var
4781 PURE module subroutine setVarAvgALL_WTI_D1_CK2(var, mean, sample, weight, weisum)
4782#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4783 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_CK2
4786 integer(IK) ,
intent(in) :: weisum
4787 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4788 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4789 complex(TKG) ,
intent(in) :: mean
4790 real(TKG) ,
intent(out) :: var
4795 PURE module subroutine setVarAvgALL_WTI_D1_CK1(var, mean, sample, weight, weisum)
4796#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4797 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_CK1
4800 integer(IK) ,
intent(in) :: weisum
4801 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4802 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
4803 complex(TKG) ,
intent(in) :: mean
4804 real(TKG) ,
intent(out) :: var
4811 PURE module subroutine setVarAvgALL_WTI_D1_RK5(var, mean, sample, weight, weisum)
4812#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4813 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_RK5
4816 integer(IK) ,
intent(in) :: weisum
4817 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4818 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4819 real(TKG) ,
intent(in) :: mean
4820 real(TKG) ,
intent(out) :: var
4825 PURE module subroutine setVarAvgALL_WTI_D1_RK4(var, mean, sample, weight, weisum)
4826#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4827 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_RK4
4830 integer(IK) ,
intent(in) :: weisum
4831 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4832 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4833 real(TKG) ,
intent(in) :: mean
4834 real(TKG) ,
intent(out) :: var
4839 PURE module subroutine setVarAvgALL_WTI_D1_RK3(var, mean, sample, weight, weisum)
4840#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4841 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_RK3
4844 integer(IK) ,
intent(in) :: weisum
4845 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4846 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4847 real(TKG) ,
intent(in) :: mean
4848 real(TKG) ,
intent(out) :: var
4853 PURE module subroutine setVarAvgALL_WTI_D1_RK2(var, mean, sample, weight, weisum)
4854#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4855 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_RK2
4858 integer(IK) ,
intent(in) :: weisum
4859 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4860 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4861 real(TKG) ,
intent(in) :: mean
4862 real(TKG) ,
intent(out) :: var
4867 PURE module subroutine setVarAvgALL_WTI_D1_RK1(var, mean, sample, weight, weisum)
4868#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4869 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D1_RK1
4872 integer(IK) ,
intent(in) :: weisum
4873 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4874 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
4875 real(TKG) ,
intent(in) :: mean
4876 real(TKG) ,
intent(out) :: var
4889 PURE module subroutine setVarAvgALL_WTI_D2_CK5(var, mean, sample, weight, weisum)
4890#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4891 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_CK5
4894 integer(IK) ,
intent(in) :: weisum
4895 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4896 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4897 complex(TKG) ,
intent(in) :: mean
4898 real(TKG) ,
intent(out) :: var
4903 PURE module subroutine setVarAvgALL_WTI_D2_CK4(var, mean, sample, weight, weisum)
4904#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4905 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_CK4
4908 integer(IK) ,
intent(in) :: weisum
4909 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4910 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4911 complex(TKG) ,
intent(in) :: mean
4912 real(TKG) ,
intent(out) :: var
4917 PURE module subroutine setVarAvgALL_WTI_D2_CK3(var, mean, sample, weight, weisum)
4918#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4919 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_CK3
4922 integer(IK) ,
intent(in) :: weisum
4923 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4924 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4925 complex(TKG) ,
intent(in) :: mean
4926 real(TKG) ,
intent(out) :: var
4931 PURE module subroutine setVarAvgALL_WTI_D2_CK2(var, mean, sample, weight, weisum)
4932#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4933 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_CK2
4936 integer(IK) ,
intent(in) :: weisum
4937 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4938 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4939 complex(TKG) ,
intent(in) :: mean
4940 real(TKG) ,
intent(out) :: var
4945 PURE module subroutine setVarAvgALL_WTI_D2_CK1(var, mean, sample, weight, weisum)
4946#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4947 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_CK1
4950 integer(IK) ,
intent(in) :: weisum
4951 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4952 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4953 complex(TKG) ,
intent(in) :: mean
4954 real(TKG) ,
intent(out) :: var
4961 PURE module subroutine setVarAvgALL_WTI_D2_RK5(var, mean, sample, weight, weisum)
4962#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4963 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_RK5
4966 integer(IK) ,
intent(in) :: weisum
4967 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4968 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4969 real(TKG) ,
intent(in) :: mean
4970 real(TKG) ,
intent(out) :: var
4975 PURE module subroutine setVarAvgALL_WTI_D2_RK4(var, mean, sample, weight, weisum)
4976#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4977 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_RK4
4980 integer(IK) ,
intent(in) :: weisum
4981 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4982 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4983 real(TKG) ,
intent(in) :: mean
4984 real(TKG) ,
intent(out) :: var
4989 PURE module subroutine setVarAvgALL_WTI_D2_RK3(var, mean, sample, weight, weisum)
4990#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4991 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_RK3
4994 integer(IK) ,
intent(in) :: weisum
4995 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
4996 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
4997 real(TKG) ,
intent(in) :: mean
4998 real(TKG) ,
intent(out) :: var
5003 PURE module subroutine setVarAvgALL_WTI_D2_RK2(var, mean, sample, weight, weisum)
5004#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5005 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_RK2
5008 integer(IK) ,
intent(in) :: weisum
5009 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5010 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5011 real(TKG) ,
intent(in) :: mean
5012 real(TKG) ,
intent(out) :: var
5017 PURE module subroutine setVarAvgALL_WTI_D2_RK1(var, mean, sample, weight, weisum)
5018#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5019 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTI_D2_RK1
5022 integer(IK) ,
intent(in) :: weisum
5023 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5024 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5025 real(TKG) ,
intent(in) :: mean
5026 real(TKG) ,
intent(out) :: var
5049 PURE module subroutine setVarAvgALL_WTR_D1_CK5(var, mean, sample, weight, weisum)
5050#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5051 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_CK5
5054 real(TKG) ,
intent(in) :: weisum
5055 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5056 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5057 complex(TKG) ,
intent(in) :: mean
5058 real(TKG) ,
intent(out) :: var
5063 PURE module subroutine setVarAvgALL_WTR_D1_CK4(var, mean, sample, weight, weisum)
5064#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5065 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_CK4
5068 real(TKG) ,
intent(in) :: weisum
5069 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5070 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5071 complex(TKG) ,
intent(in) :: mean
5072 real(TKG) ,
intent(out) :: var
5077 PURE module subroutine setVarAvgALL_WTR_D1_CK3(var, mean, sample, weight, weisum)
5078#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5079 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_CK3
5082 real(TKG) ,
intent(in) :: weisum
5083 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5084 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5085 complex(TKG) ,
intent(in) :: mean
5086 real(TKG) ,
intent(out) :: var
5091 PURE module subroutine setVarAvgALL_WTR_D1_CK2(var, mean, sample, weight, weisum)
5092#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5093 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_CK2
5096 real(TKG) ,
intent(in) :: weisum
5097 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5098 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5099 complex(TKG) ,
intent(in) :: mean
5100 real(TKG) ,
intent(out) :: var
5105 PURE module subroutine setVarAvgALL_WTR_D1_CK1(var, mean, sample, weight, weisum)
5106#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5107 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_CK1
5110 real(TKG) ,
intent(in) :: weisum
5111 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5112 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5113 complex(TKG) ,
intent(in) :: mean
5114 real(TKG) ,
intent(out) :: var
5121 PURE module subroutine setVarAvgALL_WTR_D1_RK5(var, mean, sample, weight, weisum)
5122#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5123 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_RK5
5126 real(TKG) ,
intent(in) :: weisum
5127 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5128 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5129 real(TKG) ,
intent(in) :: mean
5130 real(TKG) ,
intent(out) :: var
5135 PURE module subroutine setVarAvgALL_WTR_D1_RK4(var, mean, sample, weight, weisum)
5136#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5137 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_RK4
5140 real(TKG) ,
intent(in) :: weisum
5141 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5142 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5143 real(TKG) ,
intent(in) :: mean
5144 real(TKG) ,
intent(out) :: var
5149 PURE module subroutine setVarAvgALL_WTR_D1_RK3(var, mean, sample, weight, weisum)
5150#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5151 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_RK3
5154 real(TKG) ,
intent(in) :: weisum
5155 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5156 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5157 real(TKG) ,
intent(in) :: mean
5158 real(TKG) ,
intent(out) :: var
5163 PURE module subroutine setVarAvgALL_WTR_D1_RK2(var, mean, sample, weight, weisum)
5164#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5165 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_RK2
5168 real(TKG) ,
intent(in) :: weisum
5169 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5170 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5171 real(TKG) ,
intent(in) :: mean
5172 real(TKG) ,
intent(out) :: var
5177 PURE module subroutine setVarAvgALL_WTR_D1_RK1(var, mean, sample, weight, weisum)
5178#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5179 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D1_RK1
5182 real(TKG) ,
intent(in) :: weisum
5183 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5184 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5185 real(TKG) ,
intent(in) :: mean
5186 real(TKG) ,
intent(out) :: var
5199 PURE module subroutine setVarAvgALL_WTR_D2_CK5(var, mean, sample, weight, weisum)
5200#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5201 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_CK5
5204 real(TKG) ,
intent(in) :: weisum
5205 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5206 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5207 complex(TKG) ,
intent(in) :: mean
5208 real(TKG) ,
intent(out) :: var
5213 PURE module subroutine setVarAvgALL_WTR_D2_CK4(var, mean, sample, weight, weisum)
5214#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5215 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_CK4
5218 real(TKG) ,
intent(in) :: weisum
5219 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5220 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5221 complex(TKG) ,
intent(in) :: mean
5222 real(TKG) ,
intent(out) :: var
5227 PURE module subroutine setVarAvgALL_WTR_D2_CK3(var, mean, sample, weight, weisum)
5228#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5229 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_CK3
5232 real(TKG) ,
intent(in) :: weisum
5233 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5234 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5235 complex(TKG) ,
intent(in) :: mean
5236 real(TKG) ,
intent(out) :: var
5241 PURE module subroutine setVarAvgALL_WTR_D2_CK2(var, mean, sample, weight, weisum)
5242#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5243 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_CK2
5246 real(TKG) ,
intent(in) :: weisum
5247 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5248 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5249 complex(TKG) ,
intent(in) :: mean
5250 real(TKG) ,
intent(out) :: var
5255 PURE module subroutine setVarAvgALL_WTR_D2_CK1(var, mean, sample, weight, weisum)
5256#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5257 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_CK1
5260 real(TKG) ,
intent(in) :: weisum
5261 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5262 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5263 complex(TKG) ,
intent(in) :: mean
5264 real(TKG) ,
intent(out) :: var
5271 PURE module subroutine setVarAvgALL_WTR_D2_RK5(var, mean, sample, weight, weisum)
5272#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5273 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_RK5
5276 real(TKG) ,
intent(in) :: weisum
5277 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5278 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5279 real(TKG) ,
intent(in) :: mean
5280 real(TKG) ,
intent(out) :: var
5285 PURE module subroutine setVarAvgALL_WTR_D2_RK4(var, mean, sample, weight, weisum)
5286#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5287 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_RK4
5290 real(TKG) ,
intent(in) :: weisum
5291 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5292 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5293 real(TKG) ,
intent(in) :: mean
5294 real(TKG) ,
intent(out) :: var
5299 PURE module subroutine setVarAvgALL_WTR_D2_RK3(var, mean, sample, weight, weisum)
5300#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5301 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_RK3
5304 real(TKG) ,
intent(in) :: weisum
5305 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5306 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5307 real(TKG) ,
intent(in) :: mean
5308 real(TKG) ,
intent(out) :: var
5313 PURE module subroutine setVarAvgALL_WTR_D2_RK2(var, mean, sample, weight, weisum)
5314#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5315 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_RK2
5318 real(TKG) ,
intent(in) :: weisum
5319 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5320 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5321 real(TKG) ,
intent(in) :: mean
5322 real(TKG) ,
intent(out) :: var
5327 PURE module subroutine setVarAvgALL_WTR_D2_RK1(var, mean, sample, weight, weisum)
5328#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5329 !DEC$ ATTRIBUTES DLLEXPORT :: setVarAvgALL_WTR_D2_RK1
5332 real(TKG) ,
intent(in) :: weisum
5333 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5334 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5335 real(TKG) ,
intent(in) :: mean
5336 real(TKG) ,
intent(out) :: var
5359 PURE module subroutine setVarOrgALL_WNO_D1_CK5(var, sample)
5360#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)