35block;
use test_pm_arrayCenter; call setTest();
end block
36block;
use test_pm_arrayChange; call setTest();
end block
37block;
use test_pm_arrayChoice; call setTest();
end block
38block;
use test_pm_arrayCompact; call setTest();
end block
39block;
use test_pm_arrayComplement; call setTest();
end block
40block;
use test_pm_arrayCompareLex; call setTest();
end block
41block;
use test_pm_arrayCopy; call setTest();
end block
42block;
use test_pm_arrayCopy; call setTest();
end block
43block;
use test_pm_arrayFill; call setTest();
end block
44block;
use test_pm_arraySearch; call setTest();
end block
45block;
use test_pm_arrayFind; call setTest();
end block
46block;
use test_pm_arrayInit; call setTest();
end block
47block;
use test_pm_arrayInsert; call setTest();
end block
48block;
use test_pm_arrayMerge; call setTest();
end block
49block;
use test_pm_arrayPad; call setTest();
end block
50block;
use test_pm_arrayRange; call setTest();
end block
51block;
use test_pm_arrayRank; call setTest();
end block
52block;
use test_pm_arrayRefill; call setTest();
end block
53block;
use test_pm_arrayRebill; call setTest();
end block
54block;
use test_pm_arrayRebind; call setTest();
end block
55block;
use test_pm_arrayRemap; call setTest();
end block
56block;
use test_pm_arrayRemove; call setTest();
end block
57block;
use test_pm_arrayReplace; call setTest();
end block
58block;
use test_pm_arrayResize; call setTest();
end block
59block;
use test_pm_arrayReverse; call setTest();
end block
60block;
use test_pm_arraySpace; call setTest();
end block
61block;
use test_pm_arraySelect; call setTest();
end block
62block;
use test_pm_arrayShuffle; call setTest();
end block
63block;
use test_pm_arraySort; call setTest();
end block
64block;
use test_pm_arraySplit; call setTest();
end block
65block;
use test_pm_arrayStrip; call setTest();
end block
66block;
use test_pm_arrayUnique; call setTest();
end block
67block;
use test_pm_arrayVerbose; call setTest();
end block
68block;
use test_pm_bench; call setTest();
end block
69block;
use test_pm_complexAbs; call setTest();
end block
70block;
use test_pm_complexDiv; call setTest();
end block
71block;
use test_pm_complexCompareAll; call setTest();
end block
72block;
use test_pm_complexCompareAny; call setTest();
end block
73block;
use test_pm_complexCompareLex; call setTest();
end block
74block;
use test_pm_cosmicRate; call setTest();
end block
75block;
use test_pm_cosmology; call setTest();
end block
76block;
use test_pm_dateTime; call setTest();
end block
77block;
use test_pm_distanceEuclid; call setTest();
end block
78block;
use test_pm_distBern; call setTest();
end block
79block;
use test_pm_distExp; call setTest();
end block
80block;
use test_pm_distGamma; call setTest();
end block
81block;
use test_pm_distGenExpGamma; call setTest();
end block
82block;
use test_pm_distPareto; call setTest();
end block
83block;
use test_pm_distPower; call setTest();
end block
84block;
use test_pm_distPiwiPoweto; call setTest();
end block
85block;
use test_pm_except; call setTest();
end block
86block;
use test_pm_mathCompare; call setTest();
end block
87block;
use test_pm_mathCumPropExp; call setTest();
end block
88block;
use test_pm_mathCumSum; call setTest();
end block
89block;
use test_pm_mathFactorial; call setTest();
end block
90block;
use test_pm_mathFactoring; call setTest();
end block
91block;
use test_pm_mathExp; call setTest();
end block
92block;
use test_pm_mathRoot; call setTest();
end block
93block;
use test_pm_matrixChol; call setTest();
end block
94block;
use test_pm_matrixMulAdd; call setTest();
end block
95block;
use test_pm_matrixMulTri; call setTest();
end block
96block;
use test_pm_sampleCCF; call setTest();
end block
97block;
use test_pm_sampleCor; call setTest();
end block
98block;
use test_pm_sampleCov; call setTest();
end block
99block;
use test_pm_sampleMean; call setTest();
end block
100block;
use test_pm_sampleShift; call setTest();
end block
101block;
use test_pm_sampleVar; call setTest();
end block
102block;
use test_pm_timer; call setTest();
end block
184#if SAMPLER_TEST_ENABLED && 1
program main
This is main entry to the tests of the ParaMonte kernel library.
This module contains a simple unit-testing framework for the Fortran libraries, including the ParaMon...
subroutine setSummary()
Summarize the collection of all tests performed on all modules (or scoping units).