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)
5361 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_CK5
5364 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5365 real(TKG) ,
intent(out) :: var
5370 PURE module subroutine setVarOrgALL_WNO_D1_CK4(var, sample)
5371#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5372 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_CK4
5375 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5376 real(TKG) ,
intent(out) :: var
5381 PURE module subroutine setVarOrgALL_WNO_D1_CK3(var, sample)
5382#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5383 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_CK3
5386 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5387 real(TKG) ,
intent(out) :: var
5392 PURE module subroutine setVarOrgALL_WNO_D1_CK2(var, sample)
5393#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5394 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_CK2
5397 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5398 real(TKG) ,
intent(out) :: var
5403 PURE module subroutine setVarOrgALL_WNO_D1_CK1(var, sample)
5404#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5405 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_CK1
5408 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5409 real(TKG) ,
intent(out) :: var
5416 PURE module subroutine setVarOrgALL_WNO_D1_RK5(var, sample)
5417#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5418 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_RK5
5421 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5422 real(TKG) ,
intent(out) :: var
5427 PURE module subroutine setVarOrgALL_WNO_D1_RK4(var, sample)
5428#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5429 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_RK4
5432 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5433 real(TKG) ,
intent(out) :: var
5438 PURE module subroutine setVarOrgALL_WNO_D1_RK3(var, sample)
5439#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5440 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_RK3
5443 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5444 real(TKG) ,
intent(out) :: var
5449 PURE module subroutine setVarOrgALL_WNO_D1_RK2(var, sample)
5450#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5451 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_RK2
5454 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5455 real(TKG) ,
intent(out) :: var
5460 PURE module subroutine setVarOrgALL_WNO_D1_RK1(var, sample)
5461#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5462 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D1_RK1
5465 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5466 real(TKG) ,
intent(out) :: var
5479 PURE module subroutine setVarOrgALL_WNO_D2_CK5(var, sample)
5480#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5481 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_CK5
5484 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5485 real(TKG) ,
intent(out) :: var
5490 PURE module subroutine setVarOrgALL_WNO_D2_CK4(var, sample)
5491#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5492 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_CK4
5495 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5496 real(TKG) ,
intent(out) :: var
5501 PURE module subroutine setVarOrgALL_WNO_D2_CK3(var, sample)
5502#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5503 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_CK3
5506 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5507 real(TKG) ,
intent(out) :: var
5512 PURE module subroutine setVarOrgALL_WNO_D2_CK2(var, sample)
5513#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5514 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_CK2
5517 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5518 real(TKG) ,
intent(out) :: var
5523 PURE module subroutine setVarOrgALL_WNO_D2_CK1(var, sample)
5524#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5525 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_CK1
5528 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5529 real(TKG) ,
intent(out) :: var
5536 PURE module subroutine setVarOrgALL_WNO_D2_RK5(var, sample)
5537#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5538 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_RK5
5541 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5542 real(TKG) ,
intent(out) :: var
5547 PURE module subroutine setVarOrgALL_WNO_D2_RK4(var, sample)
5548#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5549 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_RK4
5552 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5553 real(TKG) ,
intent(out) :: var
5558 PURE module subroutine setVarOrgALL_WNO_D2_RK3(var, sample)
5559#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5560 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_RK3
5563 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5564 real(TKG) ,
intent(out) :: var
5569 PURE module subroutine setVarOrgALL_WNO_D2_RK2(var, sample)
5570#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5571 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_RK2
5574 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5575 real(TKG) ,
intent(out) :: var
5580 PURE module subroutine setVarOrgALL_WNO_D2_RK1(var, sample)
5581#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5582 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WNO_D2_RK1
5585 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5586 real(TKG) ,
intent(out) :: var
5609 PURE module subroutine setVarOrgALL_WTI_D1_CK5(var, sample, weight, weisum)
5610#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5611 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_CK5
5614 integer(IK) ,
intent(in) :: weisum
5615 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5616 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5617 real(TKG) ,
intent(out) :: var
5622 PURE module subroutine setVarOrgALL_WTI_D1_CK4(var, sample, weight, weisum)
5623#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5624 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_CK4
5627 integer(IK) ,
intent(in) :: weisum
5628 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5629 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5630 real(TKG) ,
intent(out) :: var
5635 PURE module subroutine setVarOrgALL_WTI_D1_CK3(var, sample, weight, weisum)
5636#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5637 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_CK3
5640 integer(IK) ,
intent(in) :: weisum
5641 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5642 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5643 real(TKG) ,
intent(out) :: var
5648 PURE module subroutine setVarOrgALL_WTI_D1_CK2(var, sample, weight, weisum)
5649#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5650 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_CK2
5653 integer(IK) ,
intent(in) :: weisum
5654 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5655 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5656 real(TKG) ,
intent(out) :: var
5661 PURE module subroutine setVarOrgALL_WTI_D1_CK1(var, sample, weight, weisum)
5662#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5663 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_CK1
5666 integer(IK) ,
intent(in) :: weisum
5667 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5668 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5669 real(TKG) ,
intent(out) :: var
5676 PURE module subroutine setVarOrgALL_WTI_D1_RK5(var, sample, weight, weisum)
5677#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5678 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_RK5
5681 integer(IK) ,
intent(in) :: weisum
5682 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5683 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5684 real(TKG) ,
intent(out) :: var
5689 PURE module subroutine setVarOrgALL_WTI_D1_RK4(var, sample, weight, weisum)
5690#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5691 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_RK4
5694 integer(IK) ,
intent(in) :: weisum
5695 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5696 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5697 real(TKG) ,
intent(out) :: var
5702 PURE module subroutine setVarOrgALL_WTI_D1_RK3(var, sample, weight, weisum)
5703#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5704 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_RK3
5707 integer(IK) ,
intent(in) :: weisum
5708 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5709 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5710 real(TKG) ,
intent(out) :: var
5715 PURE module subroutine setVarOrgALL_WTI_D1_RK2(var, sample, weight, weisum)
5716#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5717 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_RK2
5720 integer(IK) ,
intent(in) :: weisum
5721 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5722 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5723 real(TKG) ,
intent(out) :: var
5728 PURE module subroutine setVarOrgALL_WTI_D1_RK1(var, sample, weight, weisum)
5729#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5730 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D1_RK1
5733 integer(IK) ,
intent(in) :: weisum
5734 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5735 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5736 real(TKG) ,
intent(out) :: var
5749 PURE module subroutine setVarOrgALL_WTI_D2_CK5(var, sample, weight, weisum)
5750#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5751 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_CK5
5754 integer(IK) ,
intent(in) :: weisum
5755 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5756 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5757 real(TKG) ,
intent(out) :: var
5762 PURE module subroutine setVarOrgALL_WTI_D2_CK4(var, sample, weight, weisum)
5763#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5764 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_CK4
5767 integer(IK) ,
intent(in) :: weisum
5768 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5769 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5770 real(TKG) ,
intent(out) :: var
5775 PURE module subroutine setVarOrgALL_WTI_D2_CK3(var, sample, weight, weisum)
5776#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5777 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_CK3
5780 integer(IK) ,
intent(in) :: weisum
5781 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5782 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5783 real(TKG) ,
intent(out) :: var
5788 PURE module subroutine setVarOrgALL_WTI_D2_CK2(var, sample, weight, weisum)
5789#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5790 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_CK2
5793 integer(IK) ,
intent(in) :: weisum
5794 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5795 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5796 real(TKG) ,
intent(out) :: var
5801 PURE module subroutine setVarOrgALL_WTI_D2_CK1(var, sample, weight, weisum)
5802#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5803 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_CK1
5806 integer(IK) ,
intent(in) :: weisum
5807 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5808 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5809 real(TKG) ,
intent(out) :: var
5816 PURE module subroutine setVarOrgALL_WTI_D2_RK5(var, sample, weight, weisum)
5817#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5818 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_RK5
5821 integer(IK) ,
intent(in) :: weisum
5822 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5823 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5824 real(TKG) ,
intent(out) :: var
5829 PURE module subroutine setVarOrgALL_WTI_D2_RK4(var, sample, weight, weisum)
5830#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5831 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_RK4
5834 integer(IK) ,
intent(in) :: weisum
5835 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5836 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5837 real(TKG) ,
intent(out) :: var
5842 PURE module subroutine setVarOrgALL_WTI_D2_RK3(var, sample, weight, weisum)
5843#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5844 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_RK3
5847 integer(IK) ,
intent(in) :: weisum
5848 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5849 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5850 real(TKG) ,
intent(out) :: var
5855 PURE module subroutine setVarOrgALL_WTI_D2_RK2(var, sample, weight, weisum)
5856#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5857 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_RK2
5860 integer(IK) ,
intent(in) :: weisum
5861 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5862 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5863 real(TKG) ,
intent(out) :: var
5868 PURE module subroutine setVarOrgALL_WTI_D2_RK1(var, sample, weight, weisum)
5869#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5870 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTI_D2_RK1
5873 integer(IK) ,
intent(in) :: weisum
5874 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
5875 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
5876 real(TKG) ,
intent(out) :: var
5899 PURE module subroutine setVarOrgALL_WTR_D1_CK5(var, sample, weight, weisum)
5900#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5901 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_CK5
5904 real(TKG) ,
intent(in) :: weisum
5905 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5906 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5907 real(TKG) ,
intent(out) :: var
5912 PURE module subroutine setVarOrgALL_WTR_D1_CK4(var, sample, weight, weisum)
5913#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5914 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_CK4
5917 real(TKG) ,
intent(in) :: weisum
5918 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5919 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5920 real(TKG) ,
intent(out) :: var
5925 PURE module subroutine setVarOrgALL_WTR_D1_CK3(var, sample, weight, weisum)
5926#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5927 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_CK3
5930 real(TKG) ,
intent(in) :: weisum
5931 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5932 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5933 real(TKG) ,
intent(out) :: var
5938 PURE module subroutine setVarOrgALL_WTR_D1_CK2(var, sample, weight, weisum)
5939#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5940 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_CK2
5943 real(TKG) ,
intent(in) :: weisum
5944 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5945 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5946 real(TKG) ,
intent(out) :: var
5951 PURE module subroutine setVarOrgALL_WTR_D1_CK1(var, sample, weight, weisum)
5952#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5953 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_CK1
5956 real(TKG) ,
intent(in) :: weisum
5957 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5958 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
5959 real(TKG) ,
intent(out) :: var
5966 PURE module subroutine setVarOrgALL_WTR_D1_RK5(var, sample, weight, weisum)
5967#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5968 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_RK5
5971 real(TKG) ,
intent(in) :: weisum
5972 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5973 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5974 real(TKG) ,
intent(out) :: var
5979 PURE module subroutine setVarOrgALL_WTR_D1_RK4(var, sample, weight, weisum)
5980#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5981 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_RK4
5984 real(TKG) ,
intent(in) :: weisum
5985 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5986 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
5987 real(TKG) ,
intent(out) :: var
5992 PURE module subroutine setVarOrgALL_WTR_D1_RK3(var, sample, weight, weisum)
5993#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
5994 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_RK3
5997 real(TKG) ,
intent(in) :: weisum
5998 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
5999 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6000 real(TKG) ,
intent(out) :: var
6005 PURE module subroutine setVarOrgALL_WTR_D1_RK2(var, sample, weight, weisum)
6006#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6007 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_RK2
6010 real(TKG) ,
intent(in) :: weisum
6011 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6012 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6013 real(TKG) ,
intent(out) :: var
6018 PURE module subroutine setVarOrgALL_WTR_D1_RK1(var, sample, weight, weisum)
6019#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6020 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D1_RK1
6023 real(TKG) ,
intent(in) :: weisum
6024 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6025 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6026 real(TKG) ,
intent(out) :: var
6039 PURE module subroutine setVarOrgALL_WTR_D2_CK5(var, sample, weight, weisum)
6040#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6041 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_CK5
6044 real(TKG) ,
intent(in) :: weisum
6045 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6046 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6047 real(TKG) ,
intent(out) :: var
6052 PURE module subroutine setVarOrgALL_WTR_D2_CK4(var, sample, weight, weisum)
6053#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6054 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_CK4
6057 real(TKG) ,
intent(in) :: weisum
6058 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6059 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6060 real(TKG) ,
intent(out) :: var
6065 PURE module subroutine setVarOrgALL_WTR_D2_CK3(var, sample, weight, weisum)
6066#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6067 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_CK3
6070 real(TKG) ,
intent(in) :: weisum
6071 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6072 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6073 real(TKG) ,
intent(out) :: var
6078 PURE module subroutine setVarOrgALL_WTR_D2_CK2(var, sample, weight, weisum)
6079#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6080 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_CK2
6083 real(TKG) ,
intent(in) :: weisum
6084 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6085 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6086 real(TKG) ,
intent(out) :: var
6091 PURE module subroutine setVarOrgALL_WTR_D2_CK1(var, sample, weight, weisum)
6092#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6093 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_CK1
6096 real(TKG) ,
intent(in) :: weisum
6097 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6098 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6099 real(TKG) ,
intent(out) :: var
6106 PURE module subroutine setVarOrgALL_WTR_D2_RK5(var, sample, weight, weisum)
6107#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6108 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_RK5
6111 real(TKG) ,
intent(in) :: weisum
6112 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6113 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6114 real(TKG) ,
intent(out) :: var
6119 PURE module subroutine setVarOrgALL_WTR_D2_RK4(var, sample, weight, weisum)
6120#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6121 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_RK4
6124 real(TKG) ,
intent(in) :: weisum
6125 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6126 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6127 real(TKG) ,
intent(out) :: var
6132 PURE module subroutine setVarOrgALL_WTR_D2_RK3(var, sample, weight, weisum)
6133#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6134 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_RK3
6137 real(TKG) ,
intent(in) :: weisum
6138 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6139 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6140 real(TKG) ,
intent(out) :: var
6145 PURE module subroutine setVarOrgALL_WTR_D2_RK2(var, sample, weight, weisum)
6146#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6147 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_RK2
6150 real(TKG) ,
intent(in) :: weisum
6151 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6152 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6153 real(TKG) ,
intent(out) :: var
6158 PURE module subroutine setVarOrgALL_WTR_D2_RK1(var, sample, weight, weisum)
6159#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6160 !DEC$ ATTRIBUTES DLLEXPORT :: setVarOrgALL_WTR_D2_RK1
6163 real(TKG) ,
intent(in) :: weisum
6164 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6165 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6166 real(TKG) ,
intent(out) :: var
6313 PURE module subroutine setVarMeanALL_WNODD_D1_CK5(var, mean, sample, meang)
6314#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6315 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_CK5
6318 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6319 complex(TKG) ,
intent(in) :: meang
6320 complex(TKG) ,
intent(out) :: mean
6321 real(TKG) ,
intent(out) :: var
6326 PURE module subroutine setVarMeanALL_WNODD_D1_CK4(var, mean, sample, meang)
6327#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6328 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_CK4
6331 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6332 complex(TKG) ,
intent(in) :: meang
6333 complex(TKG) ,
intent(out) :: mean
6334 real(TKG) ,
intent(out) :: var
6339 PURE module subroutine setVarMeanALL_WNODD_D1_CK3(var, mean, sample, meang)
6340#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6341 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_CK3
6344 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6345 complex(TKG) ,
intent(in) :: meang
6346 complex(TKG) ,
intent(out) :: mean
6347 real(TKG) ,
intent(out) :: var
6352 PURE module subroutine setVarMeanALL_WNODD_D1_CK2(var, mean, sample, meang)
6353#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6354 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_CK2
6357 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6358 complex(TKG) ,
intent(in) :: meang
6359 complex(TKG) ,
intent(out) :: mean
6360 real(TKG) ,
intent(out) :: var
6365 PURE module subroutine setVarMeanALL_WNODD_D1_CK1(var, mean, sample, meang)
6366#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6367 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_CK1
6370 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6371 complex(TKG) ,
intent(in) :: meang
6372 complex(TKG) ,
intent(out) :: mean
6373 real(TKG) ,
intent(out) :: var
6380 PURE module subroutine setVarMeanALL_WNODD_D1_RK5(var, mean, sample, meang)
6381#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6382 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_RK5
6385 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6386 real(TKG) ,
intent(in) :: meang
6387 real(TKG) ,
intent(out) :: mean
6388 real(TKG) ,
intent(out) :: var
6393 PURE module subroutine setVarMeanALL_WNODD_D1_RK4(var, mean, sample, meang)
6394#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6395 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_RK4
6398 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6399 real(TKG) ,
intent(in) :: meang
6400 real(TKG) ,
intent(out) :: mean
6401 real(TKG) ,
intent(out) :: var
6406 PURE module subroutine setVarMeanALL_WNODD_D1_RK3(var, mean, sample, meang)
6407#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6408 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_RK3
6411 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6412 real(TKG) ,
intent(in) :: meang
6413 real(TKG) ,
intent(out) :: mean
6414 real(TKG) ,
intent(out) :: var
6419 PURE module subroutine setVarMeanALL_WNODD_D1_RK2(var, mean, sample, meang)
6420#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6421 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_RK2
6424 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6425 real(TKG) ,
intent(in) :: meang
6426 real(TKG) ,
intent(out) :: mean
6427 real(TKG) ,
intent(out) :: var
6432 PURE module subroutine setVarMeanALL_WNODD_D1_RK1(var, mean, sample, meang)
6433#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6434 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D1_RK1
6437 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6438 real(TKG) ,
intent(in) :: meang
6439 real(TKG) ,
intent(out) :: mean
6440 real(TKG) ,
intent(out) :: var
6453 PURE module subroutine setVarMeanALL_WTISD_D1_CK5(var, mean, sample, weight, weisum, meang)
6454#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6455 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_CK5
6458 integer(IK) ,
intent(out) :: weisum
6459 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6460 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6461 complex(TKG) ,
intent(in) :: meang
6462 complex(TKG) ,
intent(out) :: mean
6463 real(TKG) ,
intent(out) :: var
6468 PURE module subroutine setVarMeanALL_WTISD_D1_CK4(var, mean, sample, weight, weisum, meang)
6469#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6470 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_CK4
6473 integer(IK) ,
intent(out) :: weisum
6474 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6475 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6476 complex(TKG) ,
intent(in) :: meang
6477 complex(TKG) ,
intent(out) :: mean
6478 real(TKG) ,
intent(out) :: var
6483 PURE module subroutine setVarMeanALL_WTISD_D1_CK3(var, mean, sample, weight, weisum, meang)
6484#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6485 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_CK3
6488 integer(IK) ,
intent(out) :: weisum
6489 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6490 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6491 complex(TKG) ,
intent(in) :: meang
6492 complex(TKG) ,
intent(out) :: mean
6493 real(TKG) ,
intent(out) :: var
6498 PURE module subroutine setVarMeanALL_WTISD_D1_CK2(var, mean, sample, weight, weisum, meang)
6499#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6500 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_CK2
6503 integer(IK) ,
intent(out) :: weisum
6504 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6505 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6506 complex(TKG) ,
intent(in) :: meang
6507 complex(TKG) ,
intent(out) :: mean
6508 real(TKG) ,
intent(out) :: var
6513 PURE module subroutine setVarMeanALL_WTISD_D1_CK1(var, mean, sample, weight, weisum, meang)
6514#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6515 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_CK1
6518 integer(IK) ,
intent(out) :: weisum
6519 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6520 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6521 complex(TKG) ,
intent(in) :: meang
6522 complex(TKG) ,
intent(out) :: mean
6523 real(TKG) ,
intent(out) :: var
6530 PURE module subroutine setVarMeanALL_WTISD_D1_RK5(var, mean, sample, weight, weisum, meang)
6531#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6532 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_RK5
6535 integer(IK) ,
intent(out) :: weisum
6536 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6537 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6538 real(TKG) ,
intent(in) :: meang
6539 real(TKG) ,
intent(out) :: mean
6540 real(TKG) ,
intent(out) :: var
6545 PURE module subroutine setVarMeanALL_WTISD_D1_RK4(var, mean, sample, weight, weisum, meang)
6546#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6547 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_RK4
6550 integer(IK) ,
intent(out) :: weisum
6551 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6552 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6553 real(TKG) ,
intent(in) :: meang
6554 real(TKG) ,
intent(out) :: mean
6555 real(TKG) ,
intent(out) :: var
6560 PURE module subroutine setVarMeanALL_WTISD_D1_RK3(var, mean, sample, weight, weisum, meang)
6561#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6562 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_RK3
6565 integer(IK) ,
intent(out) :: weisum
6566 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6567 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6568 real(TKG) ,
intent(in) :: meang
6569 real(TKG) ,
intent(out) :: mean
6570 real(TKG) ,
intent(out) :: var
6575 PURE module subroutine setVarMeanALL_WTISD_D1_RK2(var, mean, sample, weight, weisum, meang)
6576#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6577 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_RK2
6580 integer(IK) ,
intent(out) :: weisum
6581 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6582 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6583 real(TKG) ,
intent(in) :: meang
6584 real(TKG) ,
intent(out) :: mean
6585 real(TKG) ,
intent(out) :: var
6590 PURE module subroutine setVarMeanALL_WTISD_D1_RK1(var, mean, sample, weight, weisum, meang)
6591#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6592 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D1_RK1
6595 integer(IK) ,
intent(out) :: weisum
6596 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6597 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6598 real(TKG) ,
intent(in) :: meang
6599 real(TKG) ,
intent(out) :: mean
6600 real(TKG) ,
intent(out) :: var
6613 PURE module subroutine setVarMeanALL_WTRSD_D1_CK5(var, mean, sample, weight, weisum, meang)
6614#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6615 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_CK5
6618 real(TKG) ,
intent(out) :: weisum
6619 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6620 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6621 complex(TKG) ,
intent(in) :: meang
6622 complex(TKG) ,
intent(out) :: mean
6623 real(TKG) ,
intent(out) :: var
6628 PURE module subroutine setVarMeanALL_WTRSD_D1_CK4(var, mean, sample, weight, weisum, meang)
6629#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6630 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_CK4
6633 real(TKG) ,
intent(out) :: weisum
6634 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6635 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6636 complex(TKG) ,
intent(in) :: meang
6637 complex(TKG) ,
intent(out) :: mean
6638 real(TKG) ,
intent(out) :: var
6643 PURE module subroutine setVarMeanALL_WTRSD_D1_CK3(var, mean, sample, weight, weisum, meang)
6644#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6645 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_CK3
6648 real(TKG) ,
intent(out) :: weisum
6649 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6650 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6651 complex(TKG) ,
intent(in) :: meang
6652 complex(TKG) ,
intent(out) :: mean
6653 real(TKG) ,
intent(out) :: var
6658 PURE module subroutine setVarMeanALL_WTRSD_D1_CK2(var, mean, sample, weight, weisum, meang)
6659#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6660 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_CK2
6663 real(TKG) ,
intent(out) :: weisum
6664 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6665 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6666 complex(TKG) ,
intent(in) :: meang
6667 complex(TKG) ,
intent(out) :: mean
6668 real(TKG) ,
intent(out) :: var
6673 PURE module subroutine setVarMeanALL_WTRSD_D1_CK1(var, mean, sample, weight, weisum, meang)
6674#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6675 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_CK1
6678 real(TKG) ,
intent(out) :: weisum
6679 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6680 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
6681 complex(TKG) ,
intent(in) :: meang
6682 complex(TKG) ,
intent(out) :: mean
6683 real(TKG) ,
intent(out) :: var
6690 PURE module subroutine setVarMeanALL_WTRSD_D1_RK5(var, mean, sample, weight, weisum, meang)
6691#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6692 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_RK5
6695 real(TKG) ,
intent(out) :: weisum
6696 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6697 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6698 real(TKG) ,
intent(in) :: meang
6699 real(TKG) ,
intent(out) :: mean
6700 real(TKG) ,
intent(out) :: var
6705 PURE module subroutine setVarMeanALL_WTRSD_D1_RK4(var, mean, sample, weight, weisum, meang)
6706#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6707 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_RK4
6710 real(TKG) ,
intent(out) :: weisum
6711 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6712 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6713 real(TKG) ,
intent(in) :: meang
6714 real(TKG) ,
intent(out) :: mean
6715 real(TKG) ,
intent(out) :: var
6720 PURE module subroutine setVarMeanALL_WTRSD_D1_RK3(var, mean, sample, weight, weisum, meang)
6721#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6722 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_RK3
6725 real(TKG) ,
intent(out) :: weisum
6726 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6727 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6728 real(TKG) ,
intent(in) :: meang
6729 real(TKG) ,
intent(out) :: mean
6730 real(TKG) ,
intent(out) :: var
6735 PURE module subroutine setVarMeanALL_WTRSD_D1_RK2(var, mean, sample, weight, weisum, meang)
6736#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6737 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_RK2
6740 real(TKG) ,
intent(out) :: weisum
6741 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6742 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6743 real(TKG) ,
intent(in) :: meang
6744 real(TKG) ,
intent(out) :: mean
6745 real(TKG) ,
intent(out) :: var
6750 PURE module subroutine setVarMeanALL_WTRSD_D1_RK1(var, mean, sample, weight, weisum, meang)
6751#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6752 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D1_RK1
6755 real(TKG) ,
intent(out) :: weisum
6756 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
6757 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
6758 real(TKG) ,
intent(in) :: meang
6759 real(TKG) ,
intent(out) :: mean
6760 real(TKG) ,
intent(out) :: var
6783 PURE module subroutine setVarMeanALL_WNODD_D2_CK5(var, mean, sample, meang)
6784#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6785 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_CK5
6788 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6789 complex(TKG) ,
intent(in) :: meang
6790 complex(TKG) ,
intent(out) :: mean
6791 real(TKG) ,
intent(out) :: var
6796 PURE module subroutine setVarMeanALL_WNODD_D2_CK4(var, mean, sample, meang)
6797#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6798 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_CK4
6801 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6802 complex(TKG) ,
intent(in) :: meang
6803 complex(TKG) ,
intent(out) :: mean
6804 real(TKG) ,
intent(out) :: var
6809 PURE module subroutine setVarMeanALL_WNODD_D2_CK3(var, mean, sample, meang)
6810#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6811 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_CK3
6814 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6815 complex(TKG) ,
intent(in) :: meang
6816 complex(TKG) ,
intent(out) :: mean
6817 real(TKG) ,
intent(out) :: var
6822 PURE module subroutine setVarMeanALL_WNODD_D2_CK2(var, mean, sample, meang)
6823#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6824 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_CK2
6827 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6828 complex(TKG) ,
intent(in) :: meang
6829 complex(TKG) ,
intent(out) :: mean
6830 real(TKG) ,
intent(out) :: var
6835 PURE module subroutine setVarMeanALL_WNODD_D2_CK1(var, mean, sample, meang)
6836#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6837 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_CK1
6840 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6841 complex(TKG) ,
intent(in) :: meang
6842 complex(TKG) ,
intent(out) :: mean
6843 real(TKG) ,
intent(out) :: var
6850 PURE module subroutine setVarMeanALL_WNODD_D2_RK5(var, mean, sample, meang)
6851#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6852 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_RK5
6855 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6856 real(TKG) ,
intent(in) :: meang
6857 real(TKG) ,
intent(out) :: mean
6858 real(TKG) ,
intent(out) :: var
6863 PURE module subroutine setVarMeanALL_WNODD_D2_RK4(var, mean, sample, meang)
6864#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6865 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_RK4
6868 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6869 real(TKG) ,
intent(in) :: meang
6870 real(TKG) ,
intent(out) :: mean
6871 real(TKG) ,
intent(out) :: var
6876 PURE module subroutine setVarMeanALL_WNODD_D2_RK3(var, mean, sample, meang)
6877#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6878 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_RK3
6881 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6882 real(TKG) ,
intent(in) :: meang
6883 real(TKG) ,
intent(out) :: mean
6884 real(TKG) ,
intent(out) :: var
6889 PURE module subroutine setVarMeanALL_WNODD_D2_RK2(var, mean, sample, meang)
6890#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6891 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_RK2
6894 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6895 real(TKG) ,
intent(in) :: meang
6896 real(TKG) ,
intent(out) :: mean
6897 real(TKG) ,
intent(out) :: var
6902 PURE module subroutine setVarMeanALL_WNODD_D2_RK1(var, mean, sample, meang)
6903#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6904 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WNODD_D2_RK1
6907 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6908 real(TKG) ,
intent(in) :: meang
6909 real(TKG) ,
intent(out) :: mean
6910 real(TKG) ,
intent(out) :: var
6923 PURE module subroutine setVarMeanALL_WTISD_D2_CK5(var, mean, sample, weight, weisum, meang)
6924#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6925 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_CK5
6928 integer(IK) ,
intent(out) :: weisum
6929 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6930 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6931 complex(TKG) ,
intent(in) :: meang
6932 complex(TKG) ,
intent(out) :: mean
6933 real(TKG) ,
intent(out) :: var
6938 PURE module subroutine setVarMeanALL_WTISD_D2_CK4(var, mean, sample, weight, weisum, meang)
6939#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6940 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_CK4
6943 integer(IK) ,
intent(out) :: weisum
6944 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6945 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6946 complex(TKG) ,
intent(in) :: meang
6947 complex(TKG) ,
intent(out) :: mean
6948 real(TKG) ,
intent(out) :: var
6953 PURE module subroutine setVarMeanALL_WTISD_D2_CK3(var, mean, sample, weight, weisum, meang)
6954#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6955 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_CK3
6958 integer(IK) ,
intent(out) :: weisum
6959 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6960 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6961 complex(TKG) ,
intent(in) :: meang
6962 complex(TKG) ,
intent(out) :: mean
6963 real(TKG) ,
intent(out) :: var
6968 PURE module subroutine setVarMeanALL_WTISD_D2_CK2(var, mean, sample, weight, weisum, meang)
6969#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6970 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_CK2
6973 integer(IK) ,
intent(out) :: weisum
6974 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6975 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6976 complex(TKG) ,
intent(in) :: meang
6977 complex(TKG) ,
intent(out) :: mean
6978 real(TKG) ,
intent(out) :: var
6983 PURE module subroutine setVarMeanALL_WTISD_D2_CK1(var, mean, sample, weight, weisum, meang)
6984#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
6985 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_CK1
6988 integer(IK) ,
intent(out) :: weisum
6989 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
6990 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
6991 complex(TKG) ,
intent(in) :: meang
6992 complex(TKG) ,
intent(out) :: mean
6993 real(TKG) ,
intent(out) :: var
7000 PURE module subroutine setVarMeanALL_WTISD_D2_RK5(var, mean, sample, weight, weisum, meang)
7001#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7002 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_RK5
7005 integer(IK) ,
intent(out) :: weisum
7006 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7007 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7008 real(TKG) ,
intent(in) :: meang
7009 real(TKG) ,
intent(out) :: mean
7010 real(TKG) ,
intent(out) :: var
7015 PURE module subroutine setVarMeanALL_WTISD_D2_RK4(var, mean, sample, weight, weisum, meang)
7016#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7017 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_RK4
7020 integer(IK) ,
intent(out) :: weisum
7021 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7022 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7023 real(TKG) ,
intent(in) :: meang
7024 real(TKG) ,
intent(out) :: mean
7025 real(TKG) ,
intent(out) :: var
7030 PURE module subroutine setVarMeanALL_WTISD_D2_RK3(var, mean, sample, weight, weisum, meang)
7031#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7032 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_RK3
7035 integer(IK) ,
intent(out) :: weisum
7036 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7037 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7038 real(TKG) ,
intent(in) :: meang
7039 real(TKG) ,
intent(out) :: mean
7040 real(TKG) ,
intent(out) :: var
7045 PURE module subroutine setVarMeanALL_WTISD_D2_RK2(var, mean, sample, weight, weisum, meang)
7046#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7047 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_RK2
7050 integer(IK) ,
intent(out) :: weisum
7051 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7052 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7053 real(TKG) ,
intent(in) :: meang
7054 real(TKG) ,
intent(out) :: mean
7055 real(TKG) ,
intent(out) :: var
7060 PURE module subroutine setVarMeanALL_WTISD_D2_RK1(var, mean, sample, weight, weisum, meang)
7061#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7062 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTISD_D2_RK1
7065 integer(IK) ,
intent(out) :: weisum
7066 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7067 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7068 real(TKG) ,
intent(in) :: meang
7069 real(TKG) ,
intent(out) :: mean
7070 real(TKG) ,
intent(out) :: var
7083 PURE module subroutine setVarMeanALL_WTRSD_D2_CK5(var, mean, sample, weight, weisum, meang)
7084#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7085 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_CK5
7088 real(TKG) ,
intent(out) :: weisum
7089 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7090 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7091 complex(TKG) ,
intent(in) :: meang
7092 complex(TKG) ,
intent(out) :: mean
7093 real(TKG) ,
intent(out) :: var
7098 PURE module subroutine setVarMeanALL_WTRSD_D2_CK4(var, mean, sample, weight, weisum, meang)
7099#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7100 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_CK4
7103 real(TKG) ,
intent(out) :: weisum
7104 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7105 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7106 complex(TKG) ,
intent(in) :: meang
7107 complex(TKG) ,
intent(out) :: mean
7108 real(TKG) ,
intent(out) :: var
7113 PURE module subroutine setVarMeanALL_WTRSD_D2_CK3(var, mean, sample, weight, weisum, meang)
7114#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7115 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_CK3
7118 real(TKG) ,
intent(out) :: weisum
7119 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7120 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7121 complex(TKG) ,
intent(in) :: meang
7122 complex(TKG) ,
intent(out) :: mean
7123 real(TKG) ,
intent(out) :: var
7128 PURE module subroutine setVarMeanALL_WTRSD_D2_CK2(var, mean, sample, weight, weisum, meang)
7129#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7130 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_CK2
7133 real(TKG) ,
intent(out) :: weisum
7134 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7135 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7136 complex(TKG) ,
intent(in) :: meang
7137 complex(TKG) ,
intent(out) :: mean
7138 real(TKG) ,
intent(out) :: var
7143 PURE module subroutine setVarMeanALL_WTRSD_D2_CK1(var, mean, sample, weight, weisum, meang)
7144#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7145 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_CK1
7148 real(TKG) ,
intent(out) :: weisum
7149 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7150 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7151 complex(TKG) ,
intent(in) :: meang
7152 complex(TKG) ,
intent(out) :: mean
7153 real(TKG) ,
intent(out) :: var
7160 PURE module subroutine setVarMeanALL_WTRSD_D2_RK5(var, mean, sample, weight, weisum, meang)
7161#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7162 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_RK5
7165 real(TKG) ,
intent(out) :: weisum
7166 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7167 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7168 real(TKG) ,
intent(in) :: meang
7169 real(TKG) ,
intent(out) :: mean
7170 real(TKG) ,
intent(out) :: var
7175 PURE module subroutine setVarMeanALL_WTRSD_D2_RK4(var, mean, sample, weight, weisum, meang)
7176#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7177 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_RK4
7180 real(TKG) ,
intent(out) :: weisum
7181 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7182 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7183 real(TKG) ,
intent(in) :: meang
7184 real(TKG) ,
intent(out) :: mean
7185 real(TKG) ,
intent(out) :: var
7190 PURE module subroutine setVarMeanALL_WTRSD_D2_RK3(var, mean, sample, weight, weisum, meang)
7191#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7192 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_RK3
7195 real(TKG) ,
intent(out) :: weisum
7196 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7197 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7198 real(TKG) ,
intent(in) :: meang
7199 real(TKG) ,
intent(out) :: mean
7200 real(TKG) ,
intent(out) :: var
7205 PURE module subroutine setVarMeanALL_WTRSD_D2_RK2(var, mean, sample, weight, weisum, meang)
7206#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7207 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_RK2
7210 real(TKG) ,
intent(out) :: weisum
7211 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7212 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7213 real(TKG) ,
intent(in) :: meang
7214 real(TKG) ,
intent(out) :: mean
7215 real(TKG) ,
intent(out) :: var
7220 PURE module subroutine setVarMeanALL_WTRSD_D2_RK1(var, mean, sample, weight, weisum, meang)
7221#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7222 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanALL_WTRSD_D2_RK1
7225 real(TKG) ,
intent(out) :: weisum
7226 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7227 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7228 real(TKG) ,
intent(in) :: meang
7229 real(TKG) ,
intent(out) :: mean
7230 real(TKG) ,
intent(out) :: var
7253 PURE module subroutine setVarMeanDIM_WNODD_D1_CK5(var, mean, sample, dim, meang)
7254#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7255 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_CK5
7258 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7259 complex(TKG) ,
intent(in) :: meang
7260 complex(TKG) ,
intent(out) :: mean
7261 real(TKG) ,
intent(out) :: var
7262 integer(IK) ,
intent(in) :: dim
7267 PURE module subroutine setVarMeanDIM_WNODD_D1_CK4(var, mean, sample, dim, meang)
7268#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7269 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_CK4
7272 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7273 complex(TKG) ,
intent(in) :: meang
7274 complex(TKG) ,
intent(out) :: mean
7275 real(TKG) ,
intent(out) :: var
7276 integer(IK) ,
intent(in) :: dim
7281 PURE module subroutine setVarMeanDIM_WNODD_D1_CK3(var, mean, sample, dim, meang)
7282#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7283 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_CK3
7286 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7287 complex(TKG) ,
intent(in) :: meang
7288 complex(TKG) ,
intent(out) :: mean
7289 real(TKG) ,
intent(out) :: var
7290 integer(IK) ,
intent(in) :: dim
7295 PURE module subroutine setVarMeanDIM_WNODD_D1_CK2(var, mean, sample, dim, meang)
7296#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7297 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_CK2
7300 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7301 complex(TKG) ,
intent(in) :: meang
7302 complex(TKG) ,
intent(out) :: mean
7303 real(TKG) ,
intent(out) :: var
7304 integer(IK) ,
intent(in) :: dim
7309 PURE module subroutine setVarMeanDIM_WNODD_D1_CK1(var, mean, sample, dim, meang)
7310#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7311 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_CK1
7314 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7315 complex(TKG) ,
intent(in) :: meang
7316 complex(TKG) ,
intent(out) :: mean
7317 real(TKG) ,
intent(out) :: var
7318 integer(IK) ,
intent(in) :: dim
7325 PURE module subroutine setVarMeanDIM_WNODD_D1_RK5(var, mean, sample, dim, meang)
7326#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7327 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_RK5
7330 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7331 real(TKG) ,
intent(in) :: meang
7332 real(TKG) ,
intent(out) :: mean
7333 real(TKG) ,
intent(out) :: var
7334 integer(IK) ,
intent(in) :: dim
7339 PURE module subroutine setVarMeanDIM_WNODD_D1_RK4(var, mean, sample, dim, meang)
7340#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7341 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_RK4
7344 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7345 real(TKG) ,
intent(in) :: meang
7346 real(TKG) ,
intent(out) :: mean
7347 real(TKG) ,
intent(out) :: var
7348 integer(IK) ,
intent(in) :: dim
7353 PURE module subroutine setVarMeanDIM_WNODD_D1_RK3(var, mean, sample, dim, meang)
7354#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7355 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_RK3
7358 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7359 real(TKG) ,
intent(in) :: meang
7360 real(TKG) ,
intent(out) :: mean
7361 real(TKG) ,
intent(out) :: var
7362 integer(IK) ,
intent(in) :: dim
7367 PURE module subroutine setVarMeanDIM_WNODD_D1_RK2(var, mean, sample, dim, meang)
7368#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7369 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_RK2
7372 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7373 real(TKG) ,
intent(in) :: meang
7374 real(TKG) ,
intent(out) :: mean
7375 real(TKG) ,
intent(out) :: var
7376 integer(IK) ,
intent(in) :: dim
7381 PURE module subroutine setVarMeanDIM_WNODD_D1_RK1(var, mean, sample, dim, meang)
7382#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7383 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D1_RK1
7386 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7387 real(TKG) ,
intent(in) :: meang
7388 real(TKG) ,
intent(out) :: mean
7389 real(TKG) ,
intent(out) :: var
7390 integer(IK) ,
intent(in) :: dim
7403 PURE module subroutine setVarMeanDIM_WTISD_D1_CK5(var, mean, sample, dim, weight, weisum, meang)
7404#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7405 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_CK5
7408 integer(IK) ,
intent(out) :: weisum
7409 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7410 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7411 complex(TKG) ,
intent(in) :: meang
7412 complex(TKG) ,
intent(out) :: mean
7413 real(TKG) ,
intent(out) :: var
7414 integer(IK) ,
intent(in) :: dim
7419 PURE module subroutine setVarMeanDIM_WTISD_D1_CK4(var, mean, sample, dim, weight, weisum, meang)
7420#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7421 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_CK4
7424 integer(IK) ,
intent(out) :: weisum
7425 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7426 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7427 complex(TKG) ,
intent(in) :: meang
7428 complex(TKG) ,
intent(out) :: mean
7429 real(TKG) ,
intent(out) :: var
7430 integer(IK) ,
intent(in) :: dim
7435 PURE module subroutine setVarMeanDIM_WTISD_D1_CK3(var, mean, sample, dim, weight, weisum, meang)
7436#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7437 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_CK3
7440 integer(IK) ,
intent(out) :: weisum
7441 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7442 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7443 complex(TKG) ,
intent(in) :: meang
7444 complex(TKG) ,
intent(out) :: mean
7445 real(TKG) ,
intent(out) :: var
7446 integer(IK) ,
intent(in) :: dim
7451 PURE module subroutine setVarMeanDIM_WTISD_D1_CK2(var, mean, sample, dim, weight, weisum, meang)
7452#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7453 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_CK2
7456 integer(IK) ,
intent(out) :: weisum
7457 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7458 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7459 complex(TKG) ,
intent(in) :: meang
7460 complex(TKG) ,
intent(out) :: mean
7461 real(TKG) ,
intent(out) :: var
7462 integer(IK) ,
intent(in) :: dim
7467 PURE module subroutine setVarMeanDIM_WTISD_D1_CK1(var, mean, sample, dim, weight, weisum, meang)
7468#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7469 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_CK1
7472 integer(IK) ,
intent(out) :: weisum
7473 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7474 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7475 complex(TKG) ,
intent(in) :: meang
7476 complex(TKG) ,
intent(out) :: mean
7477 real(TKG) ,
intent(out) :: var
7478 integer(IK) ,
intent(in) :: dim
7485 PURE module subroutine setVarMeanDIM_WTISD_D1_RK5(var, mean, sample, dim, weight, weisum, meang)
7486#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7487 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_RK5
7490 integer(IK) ,
intent(out) :: weisum
7491 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7492 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7493 real(TKG) ,
intent(in) :: meang
7494 real(TKG) ,
intent(out) :: mean
7495 real(TKG) ,
intent(out) :: var
7496 integer(IK) ,
intent(in) :: dim
7501 PURE module subroutine setVarMeanDIM_WTISD_D1_RK4(var, mean, sample, dim, weight, weisum, meang)
7502#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7503 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_RK4
7506 integer(IK) ,
intent(out) :: weisum
7507 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7508 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7509 real(TKG) ,
intent(in) :: meang
7510 real(TKG) ,
intent(out) :: mean
7511 real(TKG) ,
intent(out) :: var
7512 integer(IK) ,
intent(in) :: dim
7517 PURE module subroutine setVarMeanDIM_WTISD_D1_RK3(var, mean, sample, dim, weight, weisum, meang)
7518#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7519 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_RK3
7522 integer(IK) ,
intent(out) :: weisum
7523 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7524 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7525 real(TKG) ,
intent(in) :: meang
7526 real(TKG) ,
intent(out) :: mean
7527 real(TKG) ,
intent(out) :: var
7528 integer(IK) ,
intent(in) :: dim
7533 PURE module subroutine setVarMeanDIM_WTISD_D1_RK2(var, mean, sample, dim, weight, weisum, meang)
7534#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7535 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_RK2
7538 integer(IK) ,
intent(out) :: weisum
7539 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7540 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7541 real(TKG) ,
intent(in) :: meang
7542 real(TKG) ,
intent(out) :: mean
7543 real(TKG) ,
intent(out) :: var
7544 integer(IK) ,
intent(in) :: dim
7549 PURE module subroutine setVarMeanDIM_WTISD_D1_RK1(var, mean, sample, dim, weight, weisum, meang)
7550#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7551 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D1_RK1
7554 integer(IK) ,
intent(out) :: weisum
7555 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7556 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7557 real(TKG) ,
intent(in) :: meang
7558 real(TKG) ,
intent(out) :: mean
7559 real(TKG) ,
intent(out) :: var
7560 integer(IK) ,
intent(in) :: dim
7573 PURE module subroutine setVarMeanDIM_WTRSD_D1_CK5(var, mean, sample, dim, weight, weisum, meang)
7574#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7575 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_CK5
7578 real(TKG) ,
intent(out) :: weisum
7579 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7580 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7581 complex(TKG) ,
intent(in) :: meang
7582 complex(TKG) ,
intent(out) :: mean
7583 real(TKG) ,
intent(out) :: var
7584 integer(IK) ,
intent(in) :: dim
7589 PURE module subroutine setVarMeanDIM_WTRSD_D1_CK4(var, mean, sample, dim, weight, weisum, meang)
7590#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7591 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_CK4
7594 real(TKG) ,
intent(out) :: weisum
7595 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7596 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7597 complex(TKG) ,
intent(in) :: meang
7598 complex(TKG) ,
intent(out) :: mean
7599 real(TKG) ,
intent(out) :: var
7600 integer(IK) ,
intent(in) :: dim
7605 PURE module subroutine setVarMeanDIM_WTRSD_D1_CK3(var, mean, sample, dim, weight, weisum, meang)
7606#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7607 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_CK3
7610 real(TKG) ,
intent(out) :: weisum
7611 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7612 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7613 complex(TKG) ,
intent(in) :: meang
7614 complex(TKG) ,
intent(out) :: mean
7615 real(TKG) ,
intent(out) :: var
7616 integer(IK) ,
intent(in) :: dim
7621 PURE module subroutine setVarMeanDIM_WTRSD_D1_CK2(var, mean, sample, dim, weight, weisum, meang)
7622#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7623 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_CK2
7626 real(TKG) ,
intent(out) :: weisum
7627 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7628 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7629 complex(TKG) ,
intent(in) :: meang
7630 complex(TKG) ,
intent(out) :: mean
7631 real(TKG) ,
intent(out) :: var
7632 integer(IK) ,
intent(in) :: dim
7637 PURE module subroutine setVarMeanDIM_WTRSD_D1_CK1(var, mean, sample, dim, weight, weisum, meang)
7638#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7639 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_CK1
7642 real(TKG) ,
intent(out) :: weisum
7643 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7644 complex(TKG) ,
intent(in) ,
contiguous :: sample(:)
7645 complex(TKG) ,
intent(in) :: meang
7646 complex(TKG) ,
intent(out) :: mean
7647 real(TKG) ,
intent(out) :: var
7648 integer(IK) ,
intent(in) :: dim
7655 PURE module subroutine setVarMeanDIM_WTRSD_D1_RK5(var, mean, sample, dim, weight, weisum, meang)
7656#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7657 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_RK5
7660 real(TKG) ,
intent(out) :: weisum
7661 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7662 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7663 real(TKG) ,
intent(in) :: meang
7664 real(TKG) ,
intent(out) :: mean
7665 real(TKG) ,
intent(out) :: var
7666 integer(IK) ,
intent(in) :: dim
7671 PURE module subroutine setVarMeanDIM_WTRSD_D1_RK4(var, mean, sample, dim, weight, weisum, meang)
7672#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7673 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_RK4
7676 real(TKG) ,
intent(out) :: weisum
7677 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7678 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7679 real(TKG) ,
intent(in) :: meang
7680 real(TKG) ,
intent(out) :: mean
7681 real(TKG) ,
intent(out) :: var
7682 integer(IK) ,
intent(in) :: dim
7687 PURE module subroutine setVarMeanDIM_WTRSD_D1_RK3(var, mean, sample, dim, weight, weisum, meang)
7688#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7689 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_RK3
7692 real(TKG) ,
intent(out) :: weisum
7693 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7694 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7695 real(TKG) ,
intent(in) :: meang
7696 real(TKG) ,
intent(out) :: mean
7697 real(TKG) ,
intent(out) :: var
7698 integer(IK) ,
intent(in) :: dim
7703 PURE module subroutine setVarMeanDIM_WTRSD_D1_RK2(var, mean, sample, dim, weight, weisum, meang)
7704#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7705 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_RK2
7708 real(TKG) ,
intent(out) :: weisum
7709 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7710 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7711 real(TKG) ,
intent(in) :: meang
7712 real(TKG) ,
intent(out) :: mean
7713 real(TKG) ,
intent(out) :: var
7714 integer(IK) ,
intent(in) :: dim
7719 PURE module subroutine setVarMeanDIM_WTRSD_D1_RK1(var, mean, sample, dim, weight, weisum, meang)
7720#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7721 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D1_RK1
7724 real(TKG) ,
intent(out) :: weisum
7725 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
7726 real(TKG) ,
intent(in) ,
contiguous :: sample(:)
7727 real(TKG) ,
intent(in) :: meang
7728 real(TKG) ,
intent(out) :: mean
7729 real(TKG) ,
intent(out) :: var
7730 integer(IK) ,
intent(in) :: dim
7753 PURE module subroutine setVarMeanDIM_WNODD_D2_CK5(var, mean, sample, dim, meang)
7754#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7755 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_CK5
7758 integer(IK) ,
intent(in) :: dim
7759 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7760 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7761 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7762 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7767 PURE module subroutine setVarMeanDIM_WNODD_D2_CK4(var, mean, sample, dim, meang)
7768#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7769 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_CK4
7772 integer(IK) ,
intent(in) :: dim
7773 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7774 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7775 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7776 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7781 PURE module subroutine setVarMeanDIM_WNODD_D2_CK3(var, mean, sample, dim, meang)
7782#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7783 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_CK3
7786 integer(IK) ,
intent(in) :: dim
7787 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7788 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7789 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7790 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7795 PURE module subroutine setVarMeanDIM_WNODD_D2_CK2(var, mean, sample, dim, meang)
7796#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7797 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_CK2
7800 integer(IK) ,
intent(in) :: dim
7801 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7802 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7803 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7804 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7809 PURE module subroutine setVarMeanDIM_WNODD_D2_CK1(var, mean, sample, dim, meang)
7810#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7811 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_CK1
7814 integer(IK) ,
intent(in) :: dim
7815 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7816 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7817 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7818 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7825 PURE module subroutine setVarMeanDIM_WNODD_D2_RK5(var, mean, sample, dim, meang)
7826#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7827 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_RK5
7830 integer(IK) ,
intent(in) :: dim
7831 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7832 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
7833 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
7834 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7839 PURE module subroutine setVarMeanDIM_WNODD_D2_RK4(var, mean, sample, dim, meang)
7840#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7841 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_RK4
7844 integer(IK) ,
intent(in) :: dim
7845 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7846 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
7847 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
7848 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7853 PURE module subroutine setVarMeanDIM_WNODD_D2_RK3(var, mean, sample, dim, meang)
7854#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7855 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_RK3
7858 integer(IK) ,
intent(in) :: dim
7859 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7860 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
7861 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
7862 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7867 PURE module subroutine setVarMeanDIM_WNODD_D2_RK2(var, mean, sample, dim, meang)
7868#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7869 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_RK2
7872 integer(IK) ,
intent(in) :: dim
7873 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7874 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
7875 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
7876 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7881 PURE module subroutine setVarMeanDIM_WNODD_D2_RK1(var, mean, sample, dim, meang)
7882#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7883 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WNODD_D2_RK1
7886 integer(IK) ,
intent(in) :: dim
7887 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7888 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
7889 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
7890 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7903 PURE module subroutine setVarMeanDIM_WTISD_D2_CK5(var, mean, sample, dim, weight, weisum, meang)
7904#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7905 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_CK5
7908 integer(IK) ,
intent(in) :: dim
7909 integer(IK) ,
intent(out) :: weisum
7910 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7911 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7912 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7913 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7914 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7919 PURE module subroutine setVarMeanDIM_WTISD_D2_CK4(var, mean, sample, dim, weight, weisum, meang)
7920#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7921 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_CK4
7924 integer(IK) ,
intent(in) :: dim
7925 integer(IK) ,
intent(out) :: weisum
7926 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7927 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7928 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7929 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7930 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7935 PURE module subroutine setVarMeanDIM_WTISD_D2_CK3(var, mean, sample, dim, weight, weisum, meang)
7936#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7937 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_CK3
7940 integer(IK) ,
intent(in) :: dim
7941 integer(IK) ,
intent(out) :: weisum
7942 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7943 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7944 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7945 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7946 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7951 PURE module subroutine setVarMeanDIM_WTISD_D2_CK2(var, mean, sample, dim, weight, weisum, meang)
7952#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7953 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_CK2
7956 integer(IK) ,
intent(in) :: dim
7957 integer(IK) ,
intent(out) :: weisum
7958 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7959 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7960 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7961 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7962 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7967 PURE module subroutine setVarMeanDIM_WTISD_D2_CK1(var, mean, sample, dim, weight, weisum, meang)
7968#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7969 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_CK1
7972 integer(IK) ,
intent(in) :: dim
7973 integer(IK) ,
intent(out) :: weisum
7974 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7975 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7976 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
7977 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
7978 real(TKG) ,
intent(out) ,
contiguous :: var(:)
7985 PURE module subroutine setVarMeanDIM_WTISD_D2_RK5(var, mean, sample, dim, weight, weisum, meang)
7986#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
7987 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_RK5
7990 integer(IK) ,
intent(in) :: dim
7991 integer(IK) ,
intent(out) :: weisum
7992 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
7993 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
7994 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
7995 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
7996 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8001 PURE module subroutine setVarMeanDIM_WTISD_D2_RK4(var, mean, sample, dim, weight, weisum, meang)
8002#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8003 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_RK4
8006 integer(IK) ,
intent(in) :: dim
8007 integer(IK) ,
intent(out) :: weisum
8008 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
8009 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8010 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
8011 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
8012 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8017 PURE module subroutine setVarMeanDIM_WTISD_D2_RK3(var, mean, sample, dim, weight, weisum, meang)
8018#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8019 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_RK3
8022 integer(IK) ,
intent(in) :: dim
8023 integer(IK) ,
intent(out) :: weisum
8024 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
8025 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8026 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
8027 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
8028 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8033 PURE module subroutine setVarMeanDIM_WTISD_D2_RK2(var, mean, sample, dim, weight, weisum, meang)
8034#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8035 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_RK2
8038 integer(IK) ,
intent(in) :: dim
8039 integer(IK) ,
intent(out) :: weisum
8040 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
8041 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8042 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
8043 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
8044 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8049 PURE module subroutine setVarMeanDIM_WTISD_D2_RK1(var, mean, sample, dim, weight, weisum, meang)
8050#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8051 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTISD_D2_RK1
8054 integer(IK) ,
intent(in) :: dim
8055 integer(IK) ,
intent(out) :: weisum
8056 integer(IK) ,
intent(in) ,
contiguous :: weight(:)
8057 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8058 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
8059 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
8060 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8073 PURE module subroutine setVarMeanDIM_WTRSD_D2_CK5(var, mean, sample, dim, weight, weisum, meang)
8074#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8075 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_CK5
8078 integer(IK) ,
intent(in) :: dim
8079 real(TKG) ,
intent(out) :: weisum
8080 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8081 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8082 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
8083 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
8084 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8089 PURE module subroutine setVarMeanDIM_WTRSD_D2_CK4(var, mean, sample, dim, weight, weisum, meang)
8090#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8091 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_CK4
8094 integer(IK) ,
intent(in) :: dim
8095 real(TKG) ,
intent(out) :: weisum
8096 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8097 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8098 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
8099 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
8100 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8105 PURE module subroutine setVarMeanDIM_WTRSD_D2_CK3(var, mean, sample, dim, weight, weisum, meang)
8106#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8107 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_CK3
8110 integer(IK) ,
intent(in) :: dim
8111 real(TKG) ,
intent(out) :: weisum
8112 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8113 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8114 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
8115 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
8116 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8121 PURE module subroutine setVarMeanDIM_WTRSD_D2_CK2(var, mean, sample, dim, weight, weisum, meang)
8122#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8123 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_CK2
8126 integer(IK) ,
intent(in) :: dim
8127 real(TKG) ,
intent(out) :: weisum
8128 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8129 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8130 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
8131 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
8132 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8137 PURE module subroutine setVarMeanDIM_WTRSD_D2_CK1(var, mean, sample, dim, weight, weisum, meang)
8138#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8139 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_CK1
8142 integer(IK) ,
intent(in) :: dim
8143 real(TKG) ,
intent(out) :: weisum
8144 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8145 complex(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8146 complex(TKG) ,
intent(in) ,
contiguous :: meang(:)
8147 complex(TKG) ,
intent(out) ,
contiguous :: mean(:)
8148 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8155 PURE module subroutine setVarMeanDIM_WTRSD_D2_RK5(var, mean, sample, dim, weight, weisum, meang)
8156#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8157 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_RK5
8160 integer(IK) ,
intent(in) :: dim
8161 real(TKG) ,
intent(out) :: weisum
8162 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8163 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8164 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
8165 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
8166 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8171 PURE module subroutine setVarMeanDIM_WTRSD_D2_RK4(var, mean, sample, dim, weight, weisum, meang)
8172#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8173 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_RK4
8176 integer(IK) ,
intent(in) :: dim
8177 real(TKG) ,
intent(out) :: weisum
8178 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8179 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8180 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
8181 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
8182 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8187 PURE module subroutine setVarMeanDIM_WTRSD_D2_RK3(var, mean, sample, dim, weight, weisum, meang)
8188#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8189 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_RK3
8192 integer(IK) ,
intent(in) :: dim
8193 real(TKG) ,
intent(out) :: weisum
8194 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8195 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8196 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
8197 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
8198 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8203 PURE module subroutine setVarMeanDIM_WTRSD_D2_RK2(var, mean, sample, dim, weight, weisum, meang)
8204#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8205 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_RK2
8208 integer(IK) ,
intent(in) :: dim
8209 real(TKG) ,
intent(out) :: weisum
8210 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8211 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8212 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
8213 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
8214 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8219 PURE module subroutine setVarMeanDIM_WTRSD_D2_RK1(var, mean, sample, dim, weight, weisum, meang)
8220#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8221 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanDIM_WTRSD_D2_RK1
8224 integer(IK) ,
intent(in) :: dim
8225 real(TKG) ,
intent(out) :: weisum
8226 real(TKG) ,
intent(in) ,
contiguous :: weight(:)
8227 real(TKG) ,
intent(in) ,
contiguous :: sample(:,:)
8228 real(TKG) ,
intent(in) ,
contiguous :: meang(:)
8229 real(TKG) ,
intent(out) ,
contiguous :: mean(:)
8230 real(TKG) ,
intent(out) ,
contiguous :: var(:)
8335 PURE module function getVarMergedNew_D0_CK5(varB, varA, meanDiff, fracA)
result(varMerged)
8336#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8337 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_CK5
8340 real(TKG) ,
intent(in) :: fracA
8341 complex(TKG) ,
intent(in) :: meanDiff
8342 real(TKG) ,
intent(in) :: varB, varA
8343 real(TKG) :: varMerged
8348 PURE module function getVarMergedNew_D0_CK4(varB, varA, meanDiff, fracA)
result(varMerged)
8349#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8350 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_CK4
8353 real(TKG) ,
intent(in) :: fracA
8354 complex(TKG) ,
intent(in) :: meanDiff
8355 real(TKG) ,
intent(in) :: varB, varA
8356 real(TKG) :: varMerged
8361 PURE module function getVarMergedNew_D0_CK3(varB, varA, meanDiff, fracA)
result(varMerged)
8362#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8363 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_CK3
8366 real(TKG) ,
intent(in) :: fracA
8367 complex(TKG) ,
intent(in) :: meanDiff
8368 real(TKG) ,
intent(in) :: varB, varA
8369 real(TKG) :: varMerged
8374 PURE module function getVarMergedNew_D0_CK2(varB, varA, meanDiff, fracA)
result(varMerged)
8375#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8376 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_CK2
8379 real(TKG) ,
intent(in) :: fracA
8380 complex(TKG) ,
intent(in) :: meanDiff
8381 real(TKG) ,
intent(in) :: varB, varA
8382 real(TKG) :: varMerged
8387 PURE module function getVarMergedNew_D0_CK1(varB, varA, meanDiff, fracA)
result(varMerged)
8388#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8389 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_CK1
8392 real(TKG) ,
intent(in) :: fracA
8393 complex(TKG) ,
intent(in) :: meanDiff
8394 real(TKG) ,
intent(in) :: varB, varA
8395 real(TKG) :: varMerged
8402 PURE module function getVarMergedNew_D0_RK5(varB, varA, meanDiff, fracA)
result(varMerged)
8403#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8404 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_RK5
8407 real(TKG) ,
intent(in) :: fracA
8408 real(TKG) ,
intent(in) :: meanDiff
8409 real(TKG) ,
intent(in) :: varB, varA
8410 real(TKG) :: varMerged
8415 PURE module function getVarMergedNew_D0_RK4(varB, varA, meanDiff, fracA)
result(varMerged)
8416#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8417 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_RK4
8420 real(TKG) ,
intent(in) :: fracA
8421 real(TKG) ,
intent(in) :: meanDiff
8422 real(TKG) ,
intent(in) :: varB, varA
8423 real(TKG) :: varMerged
8428 PURE module function getVarMergedNew_D0_RK3(varB, varA, meanDiff, fracA)
result(varMerged)
8429#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8430 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_RK3
8433 real(TKG) ,
intent(in) :: fracA
8434 real(TKG) ,
intent(in) :: meanDiff
8435 real(TKG) ,
intent(in) :: varB, varA
8436 real(TKG) :: varMerged
8441 PURE module function getVarMergedNew_D0_RK2(varB, varA, meanDiff, fracA)
result(varMerged)
8442#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8443 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_RK2
8446 real(TKG) ,
intent(in) :: fracA
8447 real(TKG) ,
intent(in) :: meanDiff
8448 real(TKG) ,
intent(in) :: varB, varA
8449 real(TKG) :: varMerged
8454 PURE module function getVarMergedNew_D0_RK1(varB, varA, meanDiff, fracA)
result(varMerged)
8455#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8456 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D0_RK1
8459 real(TKG) ,
intent(in) :: fracA
8460 real(TKG) ,
intent(in) :: meanDiff
8461 real(TKG) ,
intent(in) :: varB, varA
8462 real(TKG) :: varMerged
8477 PURE module function getVarMergedNew_D1_CK5(varB, varA, meanDiff, fracA)
result(varMerged)
8478#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8479 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_CK5
8482 real(TKG) ,
intent(in) :: fracA
8483 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8484 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8485 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8490 PURE module function getVarMergedNew_D1_CK4(varB, varA, meanDiff, fracA)
result(varMerged)
8491#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8492 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_CK4
8495 real(TKG) ,
intent(in) :: fracA
8496 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8497 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8498 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8503 PURE module function getVarMergedNew_D1_CK3(varB, varA, meanDiff, fracA)
result(varMerged)
8504#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8505 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_CK3
8508 real(TKG) ,
intent(in) :: fracA
8509 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8510 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8511 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8516 PURE module function getVarMergedNew_D1_CK2(varB, varA, meanDiff, fracA)
result(varMerged)
8517#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8518 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_CK2
8521 real(TKG) ,
intent(in) :: fracA
8522 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8523 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8524 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8529 PURE module function getVarMergedNew_D1_CK1(varB, varA, meanDiff, fracA)
result(varMerged)
8530#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8531 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_CK1
8534 real(TKG) ,
intent(in) :: fracA
8535 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8536 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8537 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8544 PURE module function getVarMergedNew_D1_RK5(varB, varA, meanDiff, fracA)
result(varMerged)
8545#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8546 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_RK5
8549 real(TKG) ,
intent(in) :: fracA
8550 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8551 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8552 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8557 PURE module function getVarMergedNew_D1_RK4(varB, varA, meanDiff, fracA)
result(varMerged)
8558#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8559 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_RK4
8562 real(TKG) ,
intent(in) :: fracA
8563 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8564 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8565 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8570 PURE module function getVarMergedNew_D1_RK3(varB, varA, meanDiff, fracA)
result(varMerged)
8571#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8572 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_RK3
8575 real(TKG) ,
intent(in) :: fracA
8576 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8577 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8578 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8583 PURE module function getVarMergedNew_D1_RK2(varB, varA, meanDiff, fracA)
result(varMerged)
8584#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8585 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_RK2
8588 real(TKG) ,
intent(in) :: fracA
8589 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8590 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8591 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8596 PURE module function getVarMergedNew_D1_RK1(varB, varA, meanDiff, fracA)
result(varMerged)
8597#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8598 !DEC$ ATTRIBUTES DLLEXPORT :: getVarMergedNew_D1_RK1
8601 real(TKG) ,
intent(in) :: fracA
8602 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8603 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8604 real(TKG) :: varMerged(
size(meanDiff,
1, IK))
8710 PURE module subroutine setVarMergedNew_D0_CK5(varMerged, varB, varA, meanDiff, fracA)
8711#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8712 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_CK5
8715 real(TKG) ,
intent(in) :: fracA
8716 complex(TKG) ,
intent(in) :: meanDiff
8717 real(TKG) ,
intent(in) :: varB, varA
8718 real(TKG) ,
intent(out) :: varMerged
8723 PURE module subroutine setVarMergedNew_D0_CK4(varMerged, varB, varA, meanDiff, fracA)
8724#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8725 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_CK4
8728 real(TKG) ,
intent(in) :: fracA
8729 complex(TKG) ,
intent(in) :: meanDiff
8730 real(TKG) ,
intent(in) :: varB, varA
8731 real(TKG) ,
intent(out) :: varMerged
8736 PURE module subroutine setVarMergedNew_D0_CK3(varMerged, varB, varA, meanDiff, fracA)
8737#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8738 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_CK3
8741 real(TKG) ,
intent(in) :: fracA
8742 complex(TKG) ,
intent(in) :: meanDiff
8743 real(TKG) ,
intent(in) :: varB, varA
8744 real(TKG) ,
intent(out) :: varMerged
8749 PURE module subroutine setVarMergedNew_D0_CK2(varMerged, varB, varA, meanDiff, fracA)
8750#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8751 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_CK2
8754 real(TKG) ,
intent(in) :: fracA
8755 complex(TKG) ,
intent(in) :: meanDiff
8756 real(TKG) ,
intent(in) :: varB, varA
8757 real(TKG) ,
intent(out) :: varMerged
8762 PURE module subroutine setVarMergedNew_D0_CK1(varMerged, varB, varA, meanDiff, fracA)
8763#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8764 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_CK1
8767 real(TKG) ,
intent(in) :: fracA
8768 complex(TKG) ,
intent(in) :: meanDiff
8769 real(TKG) ,
intent(in) :: varB, varA
8770 real(TKG) ,
intent(out) :: varMerged
8777 PURE module subroutine setVarMergedNew_D0_RK5(varMerged, varB, varA, meanDiff, fracA)
8778#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8779 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_RK5
8782 real(TKG) ,
intent(in) :: fracA
8783 real(TKG) ,
intent(in) :: meanDiff
8784 real(TKG) ,
intent(in) :: varB, varA
8785 real(TKG) ,
intent(out) :: varMerged
8790 PURE module subroutine setVarMergedNew_D0_RK4(varMerged, varB, varA, meanDiff, fracA)
8791#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8792 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_RK4
8795 real(TKG) ,
intent(in) :: fracA
8796 real(TKG) ,
intent(in) :: meanDiff
8797 real(TKG) ,
intent(in) :: varB, varA
8798 real(TKG) ,
intent(out) :: varMerged
8803 PURE module subroutine setVarMergedNew_D0_RK3(varMerged, varB, varA, meanDiff, fracA)
8804#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8805 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_RK3
8808 real(TKG) ,
intent(in) :: fracA
8809 real(TKG) ,
intent(in) :: meanDiff
8810 real(TKG) ,
intent(in) :: varB, varA
8811 real(TKG) ,
intent(out) :: varMerged
8816 PURE module subroutine setVarMergedNew_D0_RK2(varMerged, varB, varA, meanDiff, fracA)
8817#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8818 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_RK2
8821 real(TKG) ,
intent(in) :: fracA
8822 real(TKG) ,
intent(in) :: meanDiff
8823 real(TKG) ,
intent(in) :: varB, varA
8824 real(TKG) ,
intent(out) :: varMerged
8829 PURE module subroutine setVarMergedNew_D0_RK1(varMerged, varB, varA, meanDiff, fracA)
8830#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8831 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D0_RK1
8834 real(TKG) ,
intent(in) :: fracA
8835 real(TKG) ,
intent(in) :: meanDiff
8836 real(TKG) ,
intent(in) :: varB, varA
8837 real(TKG) ,
intent(out) :: varMerged
8852 PURE module subroutine setVarMergedNew_D1_CK5(varMerged, varB, varA, meanDiff, fracA)
8853#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8854 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_CK5
8857 real(TKG) ,
intent(in) :: fracA
8858 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8859 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8860 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8865 PURE module subroutine setVarMergedNew_D1_CK4(varMerged, varB, varA, meanDiff, fracA)
8866#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8867 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_CK4
8870 real(TKG) ,
intent(in) :: fracA
8871 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8872 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8873 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8878 PURE module subroutine setVarMergedNew_D1_CK3(varMerged, varB, varA, meanDiff, fracA)
8879#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8880 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_CK3
8883 real(TKG) ,
intent(in) :: fracA
8884 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8885 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8886 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8891 PURE module subroutine setVarMergedNew_D1_CK2(varMerged, varB, varA, meanDiff, fracA)
8892#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8893 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_CK2
8896 real(TKG) ,
intent(in) :: fracA
8897 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8898 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8899 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8904 PURE module subroutine setVarMergedNew_D1_CK1(varMerged, varB, varA, meanDiff, fracA)
8905#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8906 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_CK1
8909 real(TKG) ,
intent(in) :: fracA
8910 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8911 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8912 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8919 PURE module subroutine setVarMergedNew_D1_RK5(varMerged, varB, varA, meanDiff, fracA)
8920#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8921 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_RK5
8924 real(TKG) ,
intent(in) :: fracA
8925 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8926 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8927 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8932 PURE module subroutine setVarMergedNew_D1_RK4(varMerged, varB, varA, meanDiff, fracA)
8933#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8934 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_RK4
8937 real(TKG) ,
intent(in) :: fracA
8938 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8939 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8940 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8945 PURE module subroutine setVarMergedNew_D1_RK3(varMerged, varB, varA, meanDiff, fracA)
8946#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8947 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_RK3
8950 real(TKG) ,
intent(in) :: fracA
8951 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8952 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8953 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8958 PURE module subroutine setVarMergedNew_D1_RK2(varMerged, varB, varA, meanDiff, fracA)
8959#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8960 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_RK2
8963 real(TKG) ,
intent(in) :: fracA
8964 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8965 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8966 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8971 PURE module subroutine setVarMergedNew_D1_RK1(varMerged, varB, varA, meanDiff, fracA)
8972#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8973 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedNew_D1_RK1
8976 real(TKG) ,
intent(in) :: fracA
8977 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
8978 real(TKG) ,
intent(in) ,
contiguous :: varB(:), varA(:)
8979 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
8994 PURE module subroutine setVarMergedOld_D0_CK5(varB, varA, meanDiff, fracA)
8995#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
8996 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_CK5
8999 real(TKG) ,
intent(inout) :: varB
9000 real(TKG) ,
intent(in) :: varA
9001 complex(TKG) ,
intent(in) :: meanDiff
9002 real(TKG) ,
intent(in) :: fracA
9007 PURE module subroutine setVarMergedOld_D0_CK4(varB, varA, meanDiff, fracA)
9008#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9009 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_CK4
9012 real(TKG) ,
intent(inout) :: varB
9013 real(TKG) ,
intent(in) :: varA
9014 complex(TKG) ,
intent(in) :: meanDiff
9015 real(TKG) ,
intent(in) :: fracA
9020 PURE module subroutine setVarMergedOld_D0_CK3(varB, varA, meanDiff, fracA)
9021#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9022 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_CK3
9025 real(TKG) ,
intent(inout) :: varB
9026 real(TKG) ,
intent(in) :: varA
9027 complex(TKG) ,
intent(in) :: meanDiff
9028 real(TKG) ,
intent(in) :: fracA
9033 PURE module subroutine setVarMergedOld_D0_CK2(varB, varA, meanDiff, fracA)
9034#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9035 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_CK2
9038 real(TKG) ,
intent(inout) :: varB
9039 real(TKG) ,
intent(in) :: varA
9040 complex(TKG) ,
intent(in) :: meanDiff
9041 real(TKG) ,
intent(in) :: fracA
9046 PURE module subroutine setVarMergedOld_D0_CK1(varB, varA, meanDiff, fracA)
9047#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9048 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_CK1
9051 real(TKG) ,
intent(inout) :: varB
9052 real(TKG) ,
intent(in) :: varA
9053 complex(TKG) ,
intent(in) :: meanDiff
9054 real(TKG) ,
intent(in) :: fracA
9061 PURE module subroutine setVarMergedOld_D0_RK5(varB, varA, meanDiff, fracA)
9062#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9063 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_RK5
9066 real(TKG) ,
intent(inout) :: varB
9067 real(TKG) ,
intent(in) :: varA
9068 real(TKG) ,
intent(in) :: meanDiff
9069 real(TKG) ,
intent(in) :: fracA
9074 PURE module subroutine setVarMergedOld_D0_RK4(varB, varA, meanDiff, fracA)
9075#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9076 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_RK4
9079 real(TKG) ,
intent(inout) :: varB
9080 real(TKG) ,
intent(in) :: varA
9081 real(TKG) ,
intent(in) :: meanDiff
9082 real(TKG) ,
intent(in) :: fracA
9087 PURE module subroutine setVarMergedOld_D0_RK3(varB, varA, meanDiff, fracA)
9088#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9089 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_RK3
9092 real(TKG) ,
intent(inout) :: varB
9093 real(TKG) ,
intent(in) :: varA
9094 real(TKG) ,
intent(in) :: meanDiff
9095 real(TKG) ,
intent(in) :: fracA
9100 PURE module subroutine setVarMergedOld_D0_RK2(varB, varA, meanDiff, fracA)
9101#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9102 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_RK2
9105 real(TKG) ,
intent(inout) :: varB
9106 real(TKG) ,
intent(in) :: varA
9107 real(TKG) ,
intent(in) :: meanDiff
9108 real(TKG) ,
intent(in) :: fracA
9113 PURE module subroutine setVarMergedOld_D0_RK1(varB, varA, meanDiff, fracA)
9114#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9115 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D0_RK1
9118 real(TKG) ,
intent(inout) :: varB
9119 real(TKG) ,
intent(in) :: varA
9120 real(TKG) ,
intent(in) :: meanDiff
9121 real(TKG) ,
intent(in) :: fracA
9136 PURE module subroutine setVarMergedOld_D1_CK5(varB, varA, meanDiff, fracA)
9137#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9138 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_CK5
9141 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9142 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9143 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9144 real(TKG) ,
intent(in) :: fracA
9149 PURE module subroutine setVarMergedOld_D1_CK4(varB, varA, meanDiff, fracA)
9150#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9151 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_CK4
9154 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9155 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9156 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9157 real(TKG) ,
intent(in) :: fracA
9162 PURE module subroutine setVarMergedOld_D1_CK3(varB, varA, meanDiff, fracA)
9163#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9164 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_CK3
9167 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9168 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9169 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9170 real(TKG) ,
intent(in) :: fracA
9175 PURE module subroutine setVarMergedOld_D1_CK2(varB, varA, meanDiff, fracA)
9176#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9177 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_CK2
9180 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9181 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9182 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9183 real(TKG) ,
intent(in) :: fracA
9188 PURE module subroutine setVarMergedOld_D1_CK1(varB, varA, meanDiff, fracA)
9189#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9190 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_CK1
9193 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9194 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9195 complex(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9196 real(TKG) ,
intent(in) :: fracA
9203 PURE module subroutine setVarMergedOld_D1_RK5(varB, varA, meanDiff, fracA)
9204#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9205 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_RK5
9208 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9209 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9210 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9211 real(TKG) ,
intent(in) :: fracA
9216 PURE module subroutine setVarMergedOld_D1_RK4(varB, varA, meanDiff, fracA)
9217#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9218 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_RK4
9221 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9222 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9223 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9224 real(TKG) ,
intent(in) :: fracA
9229 PURE module subroutine setVarMergedOld_D1_RK3(varB, varA, meanDiff, fracA)
9230#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9231 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_RK3
9234 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9235 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9236 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9237 real(TKG) ,
intent(in) :: fracA
9242 PURE module subroutine setVarMergedOld_D1_RK2(varB, varA, meanDiff, fracA)
9243#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9244 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_RK2
9247 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9248 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9249 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9250 real(TKG) ,
intent(in) :: fracA
9255 PURE module subroutine setVarMergedOld_D1_RK1(varB, varA, meanDiff, fracA)
9256#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9257 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMergedOld_D1_RK1
9260 real(TKG) ,
intent(inout) ,
contiguous :: varB(:)
9261 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9262 real(TKG) ,
intent(in) ,
contiguous :: meanDiff(:)
9263 real(TKG) ,
intent(in) :: fracA
9379 PURE module subroutine setVarMeanMergedNew_D0_CK5(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9380#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9381 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_CK5
9384 real(TKG) ,
intent(in) :: fracA
9385 real(TKG) ,
intent(in) :: varA
9386 real(TKG) ,
intent(in) :: varB
9387 real(TKG) ,
intent(out) :: varMerged
9388 complex(TKG) ,
intent(in) :: meanA
9389 complex(TKG) ,
intent(in) :: meanB
9390 complex(TKG) ,
intent(out) :: meanMerged
9395 PURE module subroutine setVarMeanMergedNew_D0_CK4(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9396#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9397 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_CK4
9400 real(TKG) ,
intent(in) :: fracA
9401 real(TKG) ,
intent(in) :: varA
9402 real(TKG) ,
intent(in) :: varB
9403 real(TKG) ,
intent(out) :: varMerged
9404 complex(TKG) ,
intent(in) :: meanA
9405 complex(TKG) ,
intent(in) :: meanB
9406 complex(TKG) ,
intent(out) :: meanMerged
9411 PURE module subroutine setVarMeanMergedNew_D0_CK3(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9412#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9413 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_CK3
9416 real(TKG) ,
intent(in) :: fracA
9417 real(TKG) ,
intent(in) :: varA
9418 real(TKG) ,
intent(in) :: varB
9419 real(TKG) ,
intent(out) :: varMerged
9420 complex(TKG) ,
intent(in) :: meanA
9421 complex(TKG) ,
intent(in) :: meanB
9422 complex(TKG) ,
intent(out) :: meanMerged
9427 PURE module subroutine setVarMeanMergedNew_D0_CK2(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9428#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9429 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_CK2
9432 real(TKG) ,
intent(in) :: fracA
9433 real(TKG) ,
intent(in) :: varA
9434 real(TKG) ,
intent(in) :: varB
9435 real(TKG) ,
intent(out) :: varMerged
9436 complex(TKG) ,
intent(in) :: meanA
9437 complex(TKG) ,
intent(in) :: meanB
9438 complex(TKG) ,
intent(out) :: meanMerged
9443 PURE module subroutine setVarMeanMergedNew_D0_CK1(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9444#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9445 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_CK1
9448 real(TKG) ,
intent(in) :: fracA
9449 real(TKG) ,
intent(in) :: varA
9450 real(TKG) ,
intent(in) :: varB
9451 real(TKG) ,
intent(out) :: varMerged
9452 complex(TKG) ,
intent(in) :: meanA
9453 complex(TKG) ,
intent(in) :: meanB
9454 complex(TKG) ,
intent(out) :: meanMerged
9461 PURE module subroutine setVarMeanMergedNew_D0_RK5(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9462#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9463 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_RK5
9466 real(TKG) ,
intent(in) :: fracA
9467 real(TKG) ,
intent(in) :: varA
9468 real(TKG) ,
intent(in) :: varB
9469 real(TKG) ,
intent(out) :: varMerged
9470 real(TKG) ,
intent(in) :: meanA
9471 real(TKG) ,
intent(in) :: meanB
9472 real(TKG) ,
intent(out) :: meanMerged
9477 PURE module subroutine setVarMeanMergedNew_D0_RK4(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9478#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9479 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_RK4
9482 real(TKG) ,
intent(in) :: fracA
9483 real(TKG) ,
intent(in) :: varA
9484 real(TKG) ,
intent(in) :: varB
9485 real(TKG) ,
intent(out) :: varMerged
9486 real(TKG) ,
intent(in) :: meanA
9487 real(TKG) ,
intent(in) :: meanB
9488 real(TKG) ,
intent(out) :: meanMerged
9493 PURE module subroutine setVarMeanMergedNew_D0_RK3(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9494#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9495 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_RK3
9498 real(TKG) ,
intent(in) :: fracA
9499 real(TKG) ,
intent(in) :: varA
9500 real(TKG) ,
intent(in) :: varB
9501 real(TKG) ,
intent(out) :: varMerged
9502 real(TKG) ,
intent(in) :: meanA
9503 real(TKG) ,
intent(in) :: meanB
9504 real(TKG) ,
intent(out) :: meanMerged
9509 PURE module subroutine setVarMeanMergedNew_D0_RK2(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9510#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9511 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_RK2
9514 real(TKG) ,
intent(in) :: fracA
9515 real(TKG) ,
intent(in) :: varA
9516 real(TKG) ,
intent(in) :: varB
9517 real(TKG) ,
intent(out) :: varMerged
9518 real(TKG) ,
intent(in) :: meanA
9519 real(TKG) ,
intent(in) :: meanB
9520 real(TKG) ,
intent(out) :: meanMerged
9525 PURE module subroutine setVarMeanMergedNew_D0_RK1(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9526#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9527 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D0_RK1
9530 real(TKG) ,
intent(in) :: fracA
9531 real(TKG) ,
intent(in) :: varA
9532 real(TKG) ,
intent(in) :: varB
9533 real(TKG) ,
intent(out) :: varMerged
9534 real(TKG) ,
intent(in) :: meanA
9535 real(TKG) ,
intent(in) :: meanB
9536 real(TKG) ,
intent(out) :: meanMerged
9551 PURE module subroutine setVarMeanMergedNew_D1_CK5(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9552#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9553 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_CK5
9556 real(TKG) ,
intent(in) :: fracA
9557 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9558 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9559 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9560 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9561 complex(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9562 complex(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9567 PURE module subroutine setVarMeanMergedNew_D1_CK4(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9568#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9569 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_CK4
9572 real(TKG) ,
intent(in) :: fracA
9573 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9574 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9575 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9576 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9577 complex(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9578 complex(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9583 PURE module subroutine setVarMeanMergedNew_D1_CK3(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9584#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9585 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_CK3
9588 real(TKG) ,
intent(in) :: fracA
9589 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9590 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9591 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9592 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9593 complex(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9594 complex(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9599 PURE module subroutine setVarMeanMergedNew_D1_CK2(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9600#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9601 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_CK2
9604 real(TKG) ,
intent(in) :: fracA
9605 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9606 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9607 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9608 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9609 complex(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9610 complex(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9615 PURE module subroutine setVarMeanMergedNew_D1_CK1(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9616#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9617 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_CK1
9620 real(TKG) ,
intent(in) :: fracA
9621 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9622 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9623 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9624 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9625 complex(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9626 complex(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9633 PURE module subroutine setVarMeanMergedNew_D1_RK5(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9634#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9635 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_RK5
9638 real(TKG) ,
intent(in) :: fracA
9639 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9640 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9641 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9642 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9643 real(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9644 real(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9649 PURE module subroutine setVarMeanMergedNew_D1_RK4(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9650#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9651 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_RK4
9654 real(TKG) ,
intent(in) :: fracA
9655 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9656 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9657 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9658 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9659 real(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9660 real(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9665 PURE module subroutine setVarMeanMergedNew_D1_RK3(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9666#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9667 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_RK3
9670 real(TKG) ,
intent(in) :: fracA
9671 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9672 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9673 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9674 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9675 real(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9676 real(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9681 PURE module subroutine setVarMeanMergedNew_D1_RK2(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9682#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9683 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_RK2
9686 real(TKG) ,
intent(in) :: fracA
9687 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9688 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9689 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9690 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9691 real(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9692 real(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9697 PURE module subroutine setVarMeanMergedNew_D1_RK1(varMerged, meanMerged, varB, meanB, varA, meanA, fracA)
9698#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9699 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedNew_D1_RK1
9702 real(TKG) ,
intent(in) :: fracA
9703 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9704 real(TKG) ,
intent(in) ,
contiguous :: varB(:)
9705 real(TKG) ,
intent(out) ,
contiguous :: varMerged(:)
9706 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9707 real(TKG) ,
intent(in) ,
contiguous :: meanB(:)
9708 real(TKG) ,
intent(out) ,
contiguous :: meanMerged(:)
9723 PURE module subroutine setVarMeanMergedOld_D0_CK5(varB, meanB, varA, meanA, fracA)
9724#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9725 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_CK5
9728 real(TKG) ,
intent(in) :: fracA
9729 real(TKG) ,
intent(in) :: varA
9730 real(TKG) ,
intent(out) :: varB
9731 complex(TKG) ,
intent(in) :: meanA
9732 complex(TKG) ,
intent(out) :: meanB
9737 PURE module subroutine setVarMeanMergedOld_D0_CK4(varB, meanB, varA, meanA, fracA)
9738#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9739 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_CK4
9742 real(TKG) ,
intent(in) :: fracA
9743 real(TKG) ,
intent(in) :: varA
9744 real(TKG) ,
intent(out) :: varB
9745 complex(TKG) ,
intent(in) :: meanA
9746 complex(TKG) ,
intent(out) :: meanB
9751 PURE module subroutine setVarMeanMergedOld_D0_CK3(varB, meanB, varA, meanA, fracA)
9752#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9753 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_CK3
9756 real(TKG) ,
intent(in) :: fracA
9757 real(TKG) ,
intent(in) :: varA
9758 real(TKG) ,
intent(out) :: varB
9759 complex(TKG) ,
intent(in) :: meanA
9760 complex(TKG) ,
intent(out) :: meanB
9765 PURE module subroutine setVarMeanMergedOld_D0_CK2(varB, meanB, varA, meanA, fracA)
9766#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9767 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_CK2
9770 real(TKG) ,
intent(in) :: fracA
9771 real(TKG) ,
intent(in) :: varA
9772 real(TKG) ,
intent(out) :: varB
9773 complex(TKG) ,
intent(in) :: meanA
9774 complex(TKG) ,
intent(out) :: meanB
9779 PURE module subroutine setVarMeanMergedOld_D0_CK1(varB, meanB, varA, meanA, fracA)
9780#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9781 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_CK1
9784 real(TKG) ,
intent(in) :: fracA
9785 real(TKG) ,
intent(in) :: varA
9786 real(TKG) ,
intent(out) :: varB
9787 complex(TKG) ,
intent(in) :: meanA
9788 complex(TKG) ,
intent(out) :: meanB
9795 PURE module subroutine setVarMeanMergedOld_D0_RK5(varB, meanB, varA, meanA, fracA)
9796#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9797 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_RK5
9800 real(TKG) ,
intent(in) :: fracA
9801 real(TKG) ,
intent(in) :: varA
9802 real(TKG) ,
intent(out) :: varB
9803 real(TKG) ,
intent(in) :: meanA
9804 real(TKG) ,
intent(out) :: meanB
9809 PURE module subroutine setVarMeanMergedOld_D0_RK4(varB, meanB, varA, meanA, fracA)
9810#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9811 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_RK4
9814 real(TKG) ,
intent(in) :: fracA
9815 real(TKG) ,
intent(in) :: varA
9816 real(TKG) ,
intent(out) :: varB
9817 real(TKG) ,
intent(in) :: meanA
9818 real(TKG) ,
intent(out) :: meanB
9823 PURE module subroutine setVarMeanMergedOld_D0_RK3(varB, meanB, varA, meanA, fracA)
9824#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9825 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_RK3
9828 real(TKG) ,
intent(in) :: fracA
9829 real(TKG) ,
intent(in) :: varA
9830 real(TKG) ,
intent(out) :: varB
9831 real(TKG) ,
intent(in) :: meanA
9832 real(TKG) ,
intent(out) :: meanB
9837 PURE module subroutine setVarMeanMergedOld_D0_RK2(varB, meanB, varA, meanA, fracA)
9838#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9839 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_RK2
9842 real(TKG) ,
intent(in) :: fracA
9843 real(TKG) ,
intent(in) :: varA
9844 real(TKG) ,
intent(out) :: varB
9845 real(TKG) ,
intent(in) :: meanA
9846 real(TKG) ,
intent(out) :: meanB
9851 PURE module subroutine setVarMeanMergedOld_D0_RK1(varB, meanB, varA, meanA, fracA)
9852#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9853 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D0_RK1
9856 real(TKG) ,
intent(in) :: fracA
9857 real(TKG) ,
intent(in) :: varA
9858 real(TKG) ,
intent(out) :: varB
9859 real(TKG) ,
intent(in) :: meanA
9860 real(TKG) ,
intent(out) :: meanB
9875 PURE module subroutine setVarMeanMergedOld_D1_CK5(varB, meanB, varA, meanA, fracA)
9876#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9877 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_CK5
9880 real(TKG) ,
intent(in) :: fracA
9881 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9882 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
9883 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9884 complex(TKG) ,
intent(out) ,
contiguous :: meanB(:)
9889 PURE module subroutine setVarMeanMergedOld_D1_CK4(varB, meanB, varA, meanA, fracA)
9890#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9891 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_CK4
9894 real(TKG) ,
intent(in) :: fracA
9895 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9896 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
9897 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9898 complex(TKG) ,
intent(out) ,
contiguous :: meanB(:)
9903 PURE module subroutine setVarMeanMergedOld_D1_CK3(varB, meanB, varA, meanA, fracA)
9904#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9905 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_CK3
9908 real(TKG) ,
intent(in) :: fracA
9909 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9910 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
9911 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9912 complex(TKG) ,
intent(out) ,
contiguous :: meanB(:)
9917 PURE module subroutine setVarMeanMergedOld_D1_CK2(varB, meanB, varA, meanA, fracA)
9918#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9919 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_CK2
9922 real(TKG) ,
intent(in) :: fracA
9923 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9924 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
9925 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9926 complex(TKG) ,
intent(out) ,
contiguous :: meanB(:)
9931 PURE module subroutine setVarMeanMergedOld_D1_CK1(varB, meanB, varA, meanA, fracA)
9932#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9933 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_CK1
9936 real(TKG) ,
intent(in) :: fracA
9937 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9938 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
9939 complex(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9940 complex(TKG) ,
intent(out) ,
contiguous :: meanB(:)
9947 PURE module subroutine setVarMeanMergedOld_D1_RK5(varB, meanB, varA, meanA, fracA)
9948#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9949 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_RK5
9952 real(TKG) ,
intent(in) :: fracA
9953 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9954 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
9955 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9956 real(TKG) ,
intent(out) ,
contiguous :: meanB(:)
9961 PURE module subroutine setVarMeanMergedOld_D1_RK4(varB, meanB, varA, meanA, fracA)
9962#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9963 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_RK4
9966 real(TKG) ,
intent(in) :: fracA
9967 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9968 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
9969 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9970 real(TKG) ,
intent(out) ,
contiguous :: meanB(:)
9975 PURE module subroutine setVarMeanMergedOld_D1_RK3(varB, meanB, varA, meanA, fracA)
9976#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9977 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_RK3
9980 real(TKG) ,
intent(in) :: fracA
9981 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9982 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
9983 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9984 real(TKG) ,
intent(out) ,
contiguous :: meanB(:)
9989 PURE module subroutine setVarMeanMergedOld_D1_RK2(varB, meanB, varA, meanA, fracA)
9990#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
9991 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_RK2
9994 real(TKG) ,
intent(in) :: fracA
9995 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
9996 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
9997 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
9998 real(TKG) ,
intent(out) ,
contiguous :: meanB(:)
10003 PURE module subroutine setVarMeanMergedOld_D1_RK1(varB, meanB, varA, meanA, fracA)
10004#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
10005 !DEC$ ATTRIBUTES DLLEXPORT :: setVarMeanMergedOld_D1_RK1
10008 real(TKG) ,
intent(in) :: fracA
10009 real(TKG) ,
intent(in) ,
contiguous :: varA(:)
10010 real(TKG) ,
intent(out) ,
contiguous :: varB(:)
10011 real(TKG) ,
intent(in) ,
contiguous :: meanA(:)
10012 real(TKG) ,
intent(out) ,
contiguous :: meanB(:)
Generate and return the bias correction factor for the computation of the variance of a (weighted) sa...
Generate and return the (weighted) merged variance of a complex or real sample resulting from the mer...
Generate and return the variance of the input sample of type complex or real of shape (nsam) or (ndim...
Return the (weighted) merged variance and mean of a complex or real sample resulting from the merger ...
Return the (weighted) sample variance and mean of an input time series of nsam observations,...
Return the (weighted) merged variance of a complex or real sample resulting from the merger of two se...
Return the variance of an input (weighted) sample of type complex or real of shape (nsam) or (ndim,...
This module defines the relevant Fortran kind type-parameters frequently used in the ParaMonte librar...
integer, parameter LK
The default logical kind in the ParaMonte library: kind(.true.) in Fortran, kind(....
integer, parameter IK
The default integer kind in the ParaMonte library: int32 in Fortran, c_int32_t in C-Fortran Interoper...
integer, parameter SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...
This module contains classes and procedures for computing the properties related to the covariance ma...
character(*, SK), parameter MODULE_NAME
This module contains the types, classes, and procedures relevant to weights of random samples.
type(rweight_type), parameter rweight
This is a scalar parameter object of type rweight_type that is exclusively used to signify the Symmet...
type(fweight_type), parameter fweight
This is a scalar parameter object of type fweight_type that is exclusively used to signify the Symmet...
This is a concrete derived type whose instances are exclusively used to signify the fweight type of s...
This is a concrete derived type whose instances are exclusively used to signify the rweight type of s...
This is an abstract derived type for constructing concrete derived types to distinguish various proce...