139 pure module function getMinMaxVal_D0_SK5(array)
result(minMaxVal)
140#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
141 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D0_SK5
144 character(
*,SKG) ,
intent(in) :: array
145 character(
2,SKG) :: minMaxVal
150 pure module function getMinMaxVal_D0_SK4(array)
result(minMaxVal)
151#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
152 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D0_SK4
155 character(
*,SKG) ,
intent(in) :: array
156 character(
2,SKG) :: minMaxVal
161 pure module function getMinMaxVal_D0_SK3(array)
result(minMaxVal)
162#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
163 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D0_SK3
166 character(
*,SKG) ,
intent(in) :: array
167 character(
2,SKG) :: minMaxVal
172 pure module function getMinMaxVal_D0_SK2(array)
result(minMaxVal)
173#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
174 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D0_SK2
177 character(
*,SKG) ,
intent(in) :: array
178 character(
2,SKG) :: minMaxVal
183 pure module function getMinMaxVal_D0_SK1(array)
result(minMaxVal)
184#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
185 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D0_SK1
188 character(
*,SKG) ,
intent(in) :: array
189 character(
2,SKG) :: minMaxVal
202 pure module function getMinMaxVal_D1_SK5(array)
result(minMaxVal)
203#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
204 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_SK5
207 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
208 character(
len(array, IK),SKG) :: minMaxVal(
2)
213 pure module function getMinMaxVal_D1_SK4(array)
result(minMaxVal)
214#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
215 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_SK4
218 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
219 character(
len(array, IK),SKG) :: minMaxVal(
2)
224 pure module function getMinMaxVal_D1_SK3(array)
result(minMaxVal)
225#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
226 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_SK3
229 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
230 character(
len(array, IK),SKG) :: minMaxVal(
2)
235 pure module function getMinMaxVal_D1_SK2(array)
result(minMaxVal)
236#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
237 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_SK2
240 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
241 character(
len(array, IK),SKG) :: minMaxVal(
2)
246 pure module function getMinMaxVal_D1_SK1(array)
result(minMaxVal)
247#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
248 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_SK1
251 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
252 character(
len(array, IK),SKG) :: minMaxVal(
2)
259 pure module function getMinMaxVal_D1_IK5(array)
result(minMaxVal)
260#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
261 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_IK5
264 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
265 integer(IKG) :: minMaxVal(
2)
270 pure module function getMinMaxVal_D1_IK4(array)
result(minMaxVal)
271#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
272 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_IK4
275 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
276 integer(IKG) :: minMaxVal(
2)
281 pure module function getMinMaxVal_D1_IK3(array)
result(minMaxVal)
282#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
283 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_IK3
286 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
287 integer(IKG) :: minMaxVal(
2)
292 pure module function getMinMaxVal_D1_IK2(array)
result(minMaxVal)
293#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
294 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_IK2
297 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
298 integer(IKG) :: minMaxVal(
2)
303 pure module function getMinMaxVal_D1_IK1(array)
result(minMaxVal)
304#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
305 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_IK1
308 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
309 integer(IKG) :: minMaxVal(
2)
316 pure module function getMinMaxVal_D1_LK5(array)
result(minMaxVal)
317#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
318 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_LK5
321 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
322 logical(LKG) :: minMaxVal(
2)
327 pure module function getMinMaxVal_D1_LK4(array)
result(minMaxVal)
328#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
329 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_LK4
332 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
333 logical(LKG) :: minMaxVal(
2)
338 pure module function getMinMaxVal_D1_LK3(array)
result(minMaxVal)
339#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
340 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_LK3
343 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
344 logical(LKG) :: minMaxVal(
2)
349 pure module function getMinMaxVal_D1_LK2(array)
result(minMaxVal)
350#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
351 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_LK2
354 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
355 logical(LKG) :: minMaxVal(
2)
360 pure module function getMinMaxVal_D1_LK1(array)
result(minMaxVal)
361#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
362 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_LK1
365 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
366 logical(LKG) :: minMaxVal(
2)
373 pure module function getMinMaxVal_D1_CK5(array)
result(minMaxVal)
374#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
375 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_CK5
378 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
379 complex(CKG) :: minMaxVal(
2)
384 pure module function getMinMaxVal_D1_CK4(array)
result(minMaxVal)
385#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
386 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_CK4
389 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
390 complex(CKG) :: minMaxVal(
2)
395 pure module function getMinMaxVal_D1_CK3(array)
result(minMaxVal)
396#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
397 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_CK3
400 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
401 complex(CKG) :: minMaxVal(
2)
406 pure module function getMinMaxVal_D1_CK2(array)
result(minMaxVal)
407#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
408 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_CK2
411 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
412 complex(CKG) :: minMaxVal(
2)
417 pure module function getMinMaxVal_D1_CK1(array)
result(minMaxVal)
418#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
419 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_CK1
422 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
423 complex(CKG) :: minMaxVal(
2)
430 pure module function getMinMaxVal_D1_RK5(array)
result(minMaxVal)
431#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
432 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_RK5
435 real(RKG) ,
intent(in) ,
contiguous :: array(:)
436 real(RKG) :: minMaxVal(
2)
441 pure module function getMinMaxVal_D1_RK4(array)
result(minMaxVal)
442#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
443 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_RK4
446 real(RKG) ,
intent(in) ,
contiguous :: array(:)
447 real(RKG) :: minMaxVal(
2)
452 pure module function getMinMaxVal_D1_RK3(array)
result(minMaxVal)
453#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
454 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_RK3
457 real(RKG) ,
intent(in) ,
contiguous :: array(:)
458 real(RKG) :: minMaxVal(
2)
463 pure module function getMinMaxVal_D1_RK2(array)
result(minMaxVal)
464#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
465 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_RK2
468 real(RKG) ,
intent(in) ,
contiguous :: array(:)
469 real(RKG) :: minMaxVal(
2)
474 pure module function getMinMaxVal_D1_RK1(array)
result(minMaxVal)
475#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
476 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_RK1
479 real(RKG) ,
intent(in) ,
contiguous :: array(:)
480 real(RKG) :: minMaxVal(
2)
489 module function getMinMaxVal_D1_PSSK5(array)
result(minMaxVal)
490#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
491 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_PSSK5
495 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
496 type(css_pdt(SKG)) :: minMaxVal(
2)
501 module function getMinMaxVal_D1_PSSK4(array)
result(minMaxVal)
502#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
503 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_PSSK4
507 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
508 type(css_pdt(SKG)) :: minMaxVal(
2)
513 module function getMinMaxVal_D1_PSSK3(array)
result(minMaxVal)
514#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
515 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_PSSK3
519 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
520 type(css_pdt(SKG)) :: minMaxVal(
2)
525 module function getMinMaxVal_D1_PSSK2(array)
result(minMaxVal)
526#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
527 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_PSSK2
531 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
532 type(css_pdt(SKG)) :: minMaxVal(
2)
537 module function getMinMaxVal_D1_PSSK1(array)
result(minMaxVal)
538#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
539 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_PSSK1
543 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
544 type(css_pdt(SKG)) :: minMaxVal(
2)
553 module function getMinMaxVal_D1_BSSK(array)
result(minMaxVal)
554#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
555 !DEC$ ATTRIBUTES DLLEXPORT :: getMinMaxVal_D1_BSSK
559 type(css_type) ,
intent(in) ,
contiguous :: array(:)
560 type(css_type) :: minMaxVal(
2)
691 pure module subroutine setMinMaxVal_D0_SK5(array, vmin, vmax)
692#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
693 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D0_SK5
696 character(
*,SKG) ,
intent(in) :: array
697 character(
1,SKG) ,
intent(out) :: vmin, vmax
702 pure module subroutine setMinMaxVal_D0_SK4(array, vmin, vmax)
703#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
704 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D0_SK4
707 character(
*,SKG) ,
intent(in) :: array
708 character(
1,SKG) ,
intent(out) :: vmin, vmax
713 pure module subroutine setMinMaxVal_D0_SK3(array, vmin, vmax)
714#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
715 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D0_SK3
718 character(
*,SKG) ,
intent(in) :: array
719 character(
1,SKG) ,
intent(out) :: vmin, vmax
724 pure module subroutine setMinMaxVal_D0_SK2(array, vmin, vmax)
725#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
726 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D0_SK2
729 character(
*,SKG) ,
intent(in) :: array
730 character(
1,SKG) ,
intent(out) :: vmin, vmax
735 pure module subroutine setMinMaxVal_D0_SK1(array, vmin, vmax)
736#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
737 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D0_SK1
740 character(
*,SKG) ,
intent(in) :: array
741 character(
1,SKG) ,
intent(out) :: vmin, vmax
748 pure module subroutine setMinMaxVal_D1_SK5(array, vmin, vmax)
749#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
750 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_SK5
753 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
754 character(
*,SKG) ,
intent(out) :: vmin, vmax
759 pure module subroutine setMinMaxVal_D1_SK4(array, vmin, vmax)
760#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
761 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_SK4
764 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
765 character(
*,SKG) ,
intent(out) :: vmin, vmax
770 pure module subroutine setMinMaxVal_D1_SK3(array, vmin, vmax)
771#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
772 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_SK3
775 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
776 character(
*,SKG) ,
intent(out) :: vmin, vmax
781 pure module subroutine setMinMaxVal_D1_SK2(array, vmin, vmax)
782#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
783 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_SK2
786 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
787 character(
*,SKG) ,
intent(out) :: vmin, vmax
792 pure module subroutine setMinMaxVal_D1_SK1(array, vmin, vmax)
793#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
794 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_SK1
797 character(
*,SKG) ,
intent(in) ,
contiguous :: array(:)
798 character(
*,SKG) ,
intent(out) :: vmin, vmax
811 pure module subroutine setMinMaxVal_D1_IK5(array, vmin, vmax)
812#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
813 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_IK5
816 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
817 integer(IKG) ,
intent(out) :: vmin, vmax
822 pure module subroutine setMinMaxVal_D1_IK4(array, vmin, vmax)
823#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
824 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_IK4
827 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
828 integer(IKG) ,
intent(out) :: vmin, vmax
833 pure module subroutine setMinMaxVal_D1_IK3(array, vmin, vmax)
834#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
835 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_IK3
838 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
839 integer(IKG) ,
intent(out) :: vmin, vmax
844 pure module subroutine setMinMaxVal_D1_IK2(array, vmin, vmax)
845#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
846 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_IK2
849 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
850 integer(IKG) ,
intent(out) :: vmin, vmax
855 pure module subroutine setMinMaxVal_D1_IK1(array, vmin, vmax)
856#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
857 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_IK1
860 integer(IKG) ,
intent(in) ,
contiguous :: array(:)
861 integer(IKG) ,
intent(out) :: vmin, vmax
868 pure module subroutine setMinMaxVal_D1_LK5(array, vmin, vmax)
869#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
870 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_LK5
873 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
874 logical(LKG) ,
intent(out) :: vmin, vmax
879 pure module subroutine setMinMaxVal_D1_LK4(array, vmin, vmax)
880#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
881 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_LK4
884 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
885 logical(LKG) ,
intent(out) :: vmin, vmax
890 pure module subroutine setMinMaxVal_D1_LK3(array, vmin, vmax)
891#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
892 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_LK3
895 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
896 logical(LKG) ,
intent(out) :: vmin, vmax
901 pure module subroutine setMinMaxVal_D1_LK2(array, vmin, vmax)
902#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
903 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_LK2
906 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
907 logical(LKG) ,
intent(out) :: vmin, vmax
912 pure module subroutine setMinMaxVal_D1_LK1(array, vmin, vmax)
913#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
914 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_LK1
917 logical(LKG) ,
intent(in) ,
contiguous :: array(:)
918 logical(LKG) ,
intent(out) :: vmin, vmax
925 pure module subroutine setMinMaxVal_D1_CK5(array, vmin, vmax)
926#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
927 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_CK5
930 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
931 complex(CKG) ,
intent(out) :: vmin, vmax
936 pure module subroutine setMinMaxVal_D1_CK4(array, vmin, vmax)
937#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
938 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_CK4
941 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
942 complex(CKG) ,
intent(out) :: vmin, vmax
947 pure module subroutine setMinMaxVal_D1_CK3(array, vmin, vmax)
948#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
949 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_CK3
952 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
953 complex(CKG) ,
intent(out) :: vmin, vmax
958 pure module subroutine setMinMaxVal_D1_CK2(array, vmin, vmax)
959#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
960 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_CK2
963 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
964 complex(CKG) ,
intent(out) :: vmin, vmax
969 pure module subroutine setMinMaxVal_D1_CK1(array, vmin, vmax)
970#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
971 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_CK1
974 complex(CKG) ,
intent(in) ,
contiguous :: array(:)
975 complex(CKG) ,
intent(out) :: vmin, vmax
982 pure module subroutine setMinMaxVal_D1_RK5(array, vmin, vmax)
983#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
984 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_RK5
987 real(RKG) ,
intent(in) ,
contiguous :: array(:)
988 real(RKG) ,
intent(out) :: vmin, vmax
993 pure module subroutine setMinMaxVal_D1_RK4(array, vmin, vmax)
994#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
995 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_RK4
998 real(RKG) ,
intent(in) ,
contiguous :: array(:)
999 real(RKG) ,
intent(out) :: vmin, vmax
1004 pure module subroutine setMinMaxVal_D1_RK3(array, vmin, vmax)
1005#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1006 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_RK3
1009 real(RKG) ,
intent(in) ,
contiguous :: array(:)
1010 real(RKG) ,
intent(out) :: vmin, vmax
1015 pure module subroutine setMinMaxVal_D1_RK2(array, vmin, vmax)
1016#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1017 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_RK2
1020 real(RKG) ,
intent(in) ,
contiguous :: array(:)
1021 real(RKG) ,
intent(out) :: vmin, vmax
1026 pure module subroutine setMinMaxVal_D1_RK1(array, vmin, vmax)
1027#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1028 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_RK1
1031 real(RKG) ,
intent(in) ,
contiguous :: array(:)
1032 real(RKG) ,
intent(out) :: vmin, vmax
1041 module subroutine setMinMaxVal_D1_PSSK5(array, vmin, vmax)
1042#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1043 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_PSSK5
1047 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
1048 type(css_pdt(SKG)) ,
intent(out) :: vmin, vmax
1053 module subroutine setMinMaxVal_D1_PSSK4(array, vmin, vmax)
1054#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1055 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_PSSK4
1059 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
1060 type(css_pdt(SKG)) ,
intent(out) :: vmin, vmax
1065 module subroutine setMinMaxVal_D1_PSSK3(array, vmin, vmax)
1066#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1067 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_PSSK3
1071 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
1072 type(css_pdt(SKG)) ,
intent(out) :: vmin, vmax
1077 module subroutine setMinMaxVal_D1_PSSK2(array, vmin, vmax)
1078#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1079 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_PSSK2
1083 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
1084 type(css_pdt(SKG)) ,
intent(out) :: vmin, vmax
1089 module subroutine setMinMaxVal_D1_PSSK1(array, vmin, vmax)
1090#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1091 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_PSSK1
1095 type(css_pdt(SKG)) ,
intent(in) ,
contiguous :: array(:)
1096 type(css_pdt(SKG)) ,
intent(out) :: vmin, vmax
1105 module subroutine setMinMaxVal_D1_BSSK(array, vmin, vmax)
1106#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1107 !DEC$ ATTRIBUTES DLLEXPORT :: setMinMaxVal_D1_BSSK
1111 type(css_type) ,
intent(in) ,
contiguous :: array(:)
1112 type(css_type) ,
intent(out) :: vmin, vmax
Generate and return an array of size two containing the minimum and maximum values of a sequence of v...
Return the minimum and maximum values of the input sequence.
This module contains procedures and generic interfaces for finding the minimum and maximum of two inp...
character(*, SK), parameter MODULE_NAME
This module contains the derived types for generating allocatable containers of scalar,...
This module defines the relevant Fortran kind type-parameters frequently used in the ParaMonte librar...
integer, parameter RK
The default real kind in the ParaMonte library: real64 in Fortran, c_double in C-Fortran Interoperati...
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 is the css_pdt parameterized type for generating instances of container of scalar of string obje...
This is the css_type type for generating instances of container of scalar of string objects.