13 type(display_type) :: disp
14 integer(IK) :: nsam, itry, ntry
= 10
27 character(:,TKG),
allocatable :: array
28 integer(IK),
allocatable :: weight(:)
31 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
37 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
41 call disp%show(
"array = getUnifRand(repeat('A', nsam), repeat('Z', nsam))")
42 array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
44 call disp%show( array , deliml
= TKG_
"""" )
45 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
46 call disp%show(
getVerbose(array, weight,
sum(weight, mask
= weight
> 0)) , deliml
= TKG_
"""" )
47 call disp%show(
"array = getRefined(array, weight, skip)")
50 call disp%show( array , deliml
= TKG_
"""" )
57 character(
2,TKG),
allocatable :: array(:)
58 integer(IK),
allocatable :: weight(:)
61 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
67 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
71 call disp%show(
"array = getUnifRand('AA', 'ZZ', nsam)")
74 call disp%show( array , deliml
= TKG_
"""" )
75 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
76 call disp%show(
getVerbose(array, weight,
sum(weight, mask
= weight
> 0)) , deliml
= TKG_
"""" )
77 call disp%show(
"array = getRefined(array, weight, skip)")
80 call disp%show( array , deliml
= TKG_
"""" )
87 integer(TKG),
allocatable :: array(:)
88 integer(IK),
allocatable :: weight(:)
91 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
97 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
101 call disp%show(
"array = getUnifRand(0, 9, nsam)")
105 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
107 call disp%show(
"array = getRefined(array, weight, skip)")
117 logical(TKG),
allocatable :: array(:)
118 integer(IK),
allocatable :: weight(:)
121 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
127 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
131 call disp%show(
"array = getUnifRand(.false., .true., nsam)")
135 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
137 call disp%show(
"array = getRefined(array, weight, skip)")
147 complex(TKG),
allocatable :: array(:)
148 integer(IK),
allocatable :: weight(:)
151 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
157 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
161 call disp%show(
"array = cmplx(getUnifRand(0, 9, nsam), getUnifRand(0, 9, nsam), TKG)")
165 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
167 call disp%show(
"array = getRefined(array, weight, skip)")
177 real(TKG),
allocatable :: array(:)
178 integer(IK),
allocatable :: weight(:)
181 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
187 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
191 call disp%show(
"array = getUnifRand(0, 9, nsam)")
195 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
197 call disp%show(
"array = getRefined(array, weight, skip)")
208 call disp%show(
"!%%%%%%%%%%%%%%%%%")
209 call disp%show(
"! Refine 2D array.")
210 call disp%show(
"!%%%%%%%%%%%%%%%%%")
215 integer(IK) :: dim, ndim
219 character(
2,TKG),
allocatable :: array(:,:), arref(:,:)
220 integer(IK),
allocatable :: weight(:)
223 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
229 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
233 call disp%show(
"array = getUnifRand('AA', 'ZZ', ndim, nsam)")
236 call disp%show( array , deliml
= TKG_
"""" )
237 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
238 call disp%show(
getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim) , deliml
= TKG_
"""" )
239 call disp%show(
"arref = getRefined(array, dim, weight, skip)")
242 call disp%show( arref , deliml
= TKG_
"""" )
243 call disp%show(
"arref = getRefined(transpose(array), 3_IK - dim, weight, skip)")
246 call disp%show( arref , deliml
= TKG_
"""" )
253 integer(TKG),
allocatable :: array(:,:), arref(:,:)
254 integer(IK),
allocatable :: weight(:)
257 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
263 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
267 call disp%show(
"array = getUnifRand(0, 9, ndim, nsam)")
271 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
273 call disp%show(
"arref = getRefined(array, dim, weight, skip)")
277 call disp%show(
"arref = getRefined(transpose(array), 3_IK - dim, weight, skip)")
287 logical(TKG),
allocatable :: array(:,:), arref(:,:)
288 integer(IK),
allocatable :: weight(:)
291 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
297 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
301 call disp%show(
"array = getUnifRand(.false., .true., ndim, nsam)")
305 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
307 call disp%show(
"arref = getRefined(array, dim, weight, skip)")
311 call disp%show(
"arref = getRefined(transpose(array), 3_IK - dim, weight, skip)")
321 complex(TKG),
allocatable :: array(:,:), arref(:,:)
322 integer(IK),
allocatable :: weight(:)
325 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
331 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
335 call disp%show(
"array = cmplx(getUnifRand(0, 9, ndim, nsam), getUnifRand(0, 9, ndim, nsam), TKG)")
339 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
341 call disp%show(
"arref = getRefined(array, dim, weight, skip)")
345 call disp%show(
"arref = getRefined(transpose(array), 3_IK - dim, weight, skip)")
355 real(TKG),
allocatable :: array(:,:), arref(:,:)
356 integer(IK),
allocatable :: weight(:)
359 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
365 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
369 call disp%show(
"array = getUnifRand(0, 9, ndim, nsam)")
373 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
375 call disp%show(
"arref = getRefined(array, dim, weight, skip)")
379 call disp%show(
"arref = getRefined(transpose(array), 3_IK - dim, weight, skip)")
Select a single (or multiple) element(s) from the input array of intrinsic type of arbitrary kind ran...
Generate an equally-weighted (verbose or flattened) array of the input weighted array of rank 1 or 2.
Generate and return a scalar (or a vector of length size or an array of the same shape as the input p...
Generate and return a scalar or a contiguous array of rank 1 of length s1 of randomly uniformly distr...
This is a generic method of the derived type display_type with pass attribute.
This is a generic method of the derived type display_type with pass attribute.
This module contains procedures and generic interfaces for selecting uniformly-distributed or arbitra...
This module contains procedures and generic interfaces for flattening (duplicating the elements of) a...
This module contains classes and procedures for generating Bernoulli-distributed random numbers.
This module contains classes and procedures for computing various statistical quantities related to t...
This module contains classes and procedures for input/output (IO) or generic display operations on st...
type(display_type) disp
This is a scalar module variable an object of type display_type for general display.
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 CKS
The single-precision complex kind in Fortran mode. On most platforms, this is a 32-bit real 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...
integer, parameter RKS
The single-precision real kind in Fortran mode. On most platforms, this is an 32-bit real kind.
Generate and return an object of type display_type.
13+1,
+5,
+0,
+1,
+2,
+1,
+0
14array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
17getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
31array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
34getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
48array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
51getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
65array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
68getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
81+5,
+2,
-1,
+3,
+4,
+9,
+9,
+7
82array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
85getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
86"XXXXXZZIIIAAAADDDDDDDDDYYYYYYYYYHHHHHHH"
99array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
102getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
103"MMMMMMHHHHHHHUUUUXXXXXXX"
115+5,
+6,
+6,
+8,
+2,
+4,
+9,
+7,
+5
116array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
119getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
120"QQQQQYYYYYYRRRRRRCCCCCCCCOOTTTTGGGGGGGGGKKKKKKKXXXXX"
123"QQQQQYYYYYYRRRRRRCCCCCCCCOOTTTTGGGGGGGGGKKKKKKKXXXXX"
132-1,
+5,
+3,
+6,
+5,
+6,
+6,
+2,
-1
133array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
136getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
137"UUUUUUUUIIIIIIMMMMMDDDDDDKKKKKKNN"
140"UUUUUUUUIIIIIIMMMMMDDDDDDKKKKKKNN"
149+6,
+2,
+0,
+3,
+4,
+2,
+0,
+5,
+3
150array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
153getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
154"RRRRRRCCLLLJJJJCCMMMMMTTT"
166+4,
+8,
+8,
-1,
+7,
+4,
-1,
+2,
+9
167array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
170getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
171"SSSSZZZZZZZZUUUUUUUURRRRRRRYYYYQQTTTTTTTTT"
187getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
188"IP",
"IP",
"IP",
"IP",
"IP",
"IP"
200+2,
+7,
+3,
+7,
-1,
+9
203"IQ",
"NM",
"RB",
"LI",
"BO",
"RJ"
204getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
205"IQ",
"IQ",
"NM",
"NM",
"NM",
"NM",
"NM",
"NM",
"NM",
"RB",
"RB",
"RB",
"LI",
"LI",
"LI",
"LI",
"LI",
"LI",
"LI",
"RJ",
"RJ",
"RJ",
"RJ",
"RJ",
"RJ",
"RJ",
"RJ",
"RJ"
208"NM",
"NM",
"RB",
"LI",
"RJ",
"RJ",
"RJ"
221getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
234+7,
+9,
-1,
+5,
+6,
+1,
+6
237"CC",
"GN",
"MV",
"FK",
"QY",
"MR",
"WG"
238getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
239"CC",
"CC",
"CC",
"CC",
"CC",
"CC",
"CC",
"GN",
"GN",
"GN",
"GN",
"GN",
"GN",
"GN",
"GN",
"GN",
"FK",
"FK",
"FK",
"FK",
"FK",
"QY",
"QY",
"QY",
"QY",
"QY",
"QY",
"MR",
"WG",
"WG",
"WG",
"WG",
"WG",
"WG"
242"CC",
"CC",
"CC",
"CC",
"CC",
"CC",
"CC",
"GN",
"GN",
"GN",
"GN",
"GN",
"GN",
"GN",
"GN",
"GN",
"FK",
"FK",
"FK",
"FK",
"FK",
"QY",
"QY",
"QY",
"QY",
"QY",
"QY",
"MR",
"WG",
"WG",
"WG",
"WG",
"WG",
"WG"
255getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
256"ZW",
"ZW",
"ZW",
"ZW",
"ZW",
"UA",
"UA",
"UA",
"UA",
"UA",
"UA"
272getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
273"GP",
"GP",
"GP",
"GP",
"GP"
276"GP",
"GP",
"GP",
"GP",
"GP"
285+1,
+4,
+4,
+6,
+3,
+6,
+7
288"GH",
"IL",
"IY",
"HN",
"WQ",
"SQ",
"VT"
289getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
290"GH",
"IL",
"IL",
"IL",
"IL",
"IY",
"IY",
"IY",
"IY",
"HN",
"HN",
"HN",
"HN",
"HN",
"HN",
"WQ",
"WQ",
"WQ",
"SQ",
"SQ",
"SQ",
"SQ",
"SQ",
"SQ",
"VT",
"VT",
"VT",
"VT",
"VT",
"VT",
"VT"
293"IL",
"IY",
"IY",
"HN",
"HN",
"WQ",
"SQ",
"SQ",
"VT",
"VT"
306getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
323getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
340getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
353+8,
+5,
+5,
+8,
+5,
+8,
+4
356+1,
+7,
+7,
+4,
+4,
+2,
+1
357getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
358+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+1,
+1,
+1,
+1
361+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+1,
+1,
+1,
+1
374getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
375+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+4,
+4,
+4,
+4,
+4,
+4,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2
378+9,
+9,
+9,
+9,
+4,
+4,
+4,
+2,
+2,
+2,
+2,
+2
391getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
392+7,
+7,
+7,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+6
408getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
425getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
426+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+2,
+2,
+2,
+2,
+2
429+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+2,
+2,
+2,
+2,
+2
442getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
443+5,
+5,
+5,
+5,
+4,
+4,
+4,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+1,
+1,
+1
455+8,
+7,
+5,
+7,
+1,
+6,
+0,
+6,
+0
458+2,
+5,
+7,
+6,
+6,
+9,
+6,
+6,
+1
459getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
460+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+7,
+7,
+7,
+7,
+7,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+9,
+9,
+9,
+9,
+9,
+9,
+6,
+6,
+6,
+6,
+6,
+6
463+2,
+2,
+2,
+2,
+5,
+5,
+5,
+7,
+7,
+7,
+6,
+6,
+6,
+6,
+9,
+9,
+9,
+6,
+6,
+6
476getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
477+2,
+2,
+2,
+2,
+2,
+2,
+2,
+3,
+3,
+3,
+3,
+3,
+3,
+9,
+9,
+9,
+7,
+7,
+7,
+7,
+7,
+7,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5
480+2,
+2,
+3,
+3,
+9,
+7,
+7,
+5,
+5,
+5
493getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
494+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+6,
+3,
+3,
+3,
+5,
+5,
+5,
+5,
+5,
+5,
+5
497+1,
+1,
+1,
+1,
+1,
+1,
+1,
+6,
+3,
+5,
+5,
+5,
+5
506+3,
+7,
+8,
+7,
+3,
-1,
+4
509+8,
+0,
+7,
+3,
+0,
+9,
+7
510getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
511+8,
+8,
+8,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+0,
+0,
+0,
+7,
+7,
+7,
+7
514+8,
+0,
+0,
+7,
+7,
+7,
+3,
+3,
+0,
+7
527getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
528F, F, F, F, F, F, F, F
540+7,
+4,
+7,
+7,
+8,
+3
544getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
545F, F, F, F, F, F, F, T, T, T, T, T, T, T, T, T, T, T, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, T, T, T
548F, T, T, T, F, F, F, F, T
557+2,
+4,
+6,
+2,
+8,
-1,
+7
561getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
562T, T, T, T, T, T, T, T, T, T, T, T, F, F, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T
565T, T, T, T, T, T, T, T, T
578getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
595getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
596F, F, F, F, F, F, F, F, T
608+3,
+5,
+7,
+1,
+4,
+6,
+1,
+1
611T, T, F, T, T, F, T, T
612getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
613T, T, T, T, T, T, T, T, F, F, F, F, F, F, F, T, T, T, T, T, F, F, F, F, F, F, T, T
616T, T, T, T, F, F, F, T, T, T, F, F, F, T
629getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
630F, F, F, F, F, F, F, F, F, F, F, F, F, T, T, T
646getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
659+6,
+2,
+8,
-1,
+3,
+1,
+0,
+8,
+2
662F, T, T, T, F, F, F, T, T
663getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
664F, F, F, F, F, F, T, T, T, T, T, T, T, T, T, T, F, F, F, F, T, T, T, T, T, T, T, T, T, T
667F, F, T, T, T, F, T, T, T, T
676-1,
+2,
+7,
+3,
-1,
+0,
+9
680getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
681T, T, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F
693+8,
+0,
+4,
-1,
+0,
+9,
+3
696(
+8.00000000,
+5.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+4.00000000), (
+5.00000000,
+4.00000000), (
+3.00000000,
+7.00000000), (
+2.00000000,
+4.00000000), (
+8.00000000,
+0.00000000)
697getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
698(
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000)
701(
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+4.00000000), (
+8.00000000,
+0.00000000)
713(
+8.00000000,
+7.00000000), (
+8.00000000,
+2.00000000), (
+5.00000000,
+9.00000000)
714getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
715(
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000)
718(
+5.00000000,
+9.00000000)
730(
+1.00000000,
+8.00000000), (
+2.00000000,
+7.00000000), (
+4.00000000,
+0.00000000)
731getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
732(
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000)
735(
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000)
747(
+5.00000000,
+1.00000000), (
+4.00000000,
+6.00000000), (
+1.00000000,
+4.00000000), (
+2.00000000,
+5.00000000), (
+5.00000000,
+5.00000000)
748getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
749(
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+4.00000000,
+6.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000)
752(
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+4.00000000,
+6.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000)
761+5,
+5,
+7,
+3,
+4,
+2,
+1,
+1,
+4
764(
+6.00000000,
+9.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+7.00000000), (
+1.00000000,
+4.00000000), (
+7.00000000,
+4.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+6.00000000), (
+2.00000000,
+4.00000000), (
+7.00000000,
+6.00000000)
765getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
766(
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+7.00000000,
+4.00000000), (
+7.00000000,
+4.00000000), (
+7.00000000,
+4.00000000), (
+7.00000000,
+4.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+6.00000000), (
+2.00000000,
+4.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000)
769(
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+7.00000000,
+4.00000000), (
+7.00000000,
+4.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+4.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000)
781(
+0.00000000,
+7.00000000), (
+4.00000000,
+1.00000000), (
+9.00000000,
+0.00000000), (
+8.00000000,
+6.00000000), (
+3.00000000,
+9.00000000)
782getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
783(
+9.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+3.00000000,
+9.00000000), (
+3.00000000,
+9.00000000), (
+3.00000000,
+9.00000000), (
+3.00000000,
+9.00000000), (
+3.00000000,
+9.00000000), (
+3.00000000,
+9.00000000), (
+3.00000000,
+9.00000000)
786(
+9.00000000,
+0.00000000), (
+3.00000000,
+9.00000000), (
+3.00000000,
+9.00000000)
799getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
815(
+5.00000000,
+3.00000000)
816getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
832(
+7.00000000,
+4.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+7.00000000), (
+7.00000000,
+0.00000000)
833getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
834(
+7.00000000,
+4.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+7.00000000), (
+4.00000000,
+7.00000000), (
+4.00000000,
+7.00000000), (
+4.00000000,
+7.00000000), (
+4.00000000,
+7.00000000), (
+4.00000000,
+7.00000000), (
+4.00000000,
+7.00000000), (
+7.00000000,
+0.00000000), (
+7.00000000,
+0.00000000), (
+7.00000000,
+0.00000000), (
+7.00000000,
+0.00000000), (
+7.00000000,
+0.00000000), (
+7.00000000,
+0.00000000), (
+7.00000000,
+0.00000000)
837(
+4.00000000,
+0.00000000), (
+4.00000000,
+7.00000000), (
+4.00000000,
+7.00000000), (
+7.00000000,
+0.00000000), (
+7.00000000,
+0.00000000)
846+3,
+4,
+4,
+8,
+2,
+5
849(
+8.00000000,
+1.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+5.00000000), (
+0.00000000,
+9.00000000), (
+6.00000000,
+1.00000000), (
+4.00000000,
+2.00000000)
850getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
851(
+8.00000000,
+1.00000000), (
+8.00000000,
+1.00000000), (
+8.00000000,
+1.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+6.00000000,
+1.00000000), (
+6.00000000,
+1.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+2.00000000)
854(
+8.00000000,
+1.00000000), (
+8.00000000,
+1.00000000), (
+8.00000000,
+1.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+6.00000000,
+1.00000000), (
+6.00000000,
+1.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+2.00000000)
866+0.00000000,
+1.00000000,
+5.00000000
867getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
868+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000
871+0.00000000,
+1.00000000,
+1.00000000,
+5.00000000,
+5.00000000
883+1.00000000,
+5.00000000,
+1.00000000,
+7.00000000
884getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
885+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000
888+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000
897+1,
-1,
+7,
+5,
+3,
+4
900+9.00000000,
+5.00000000,
+1.00000000,
+2.00000000,
+0.00000000,
+6.00000000
901getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
902+9.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000
905+1.00000000,
+1.00000000,
+2.00000000,
+0.00000000,
+6.00000000
917+1.00000000,
+5.00000000,
+6.00000000,
+7.00000000
918getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
919+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+6.00000000,
+6.00000000,
+7.00000000,
+7.00000000,
+7.00000000
922+1.00000000,
+1.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+6.00000000,
+7.00000000
931+0,
+6,
+4,
+5,
+5,
+4
934+6.00000000,
+2.00000000,
+8.00000000,
+5.00000000,
+4.00000000,
+2.00000000
935getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
936+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000
939+2.00000000,
+8.00000000,
+5.00000000,
+4.00000000,
+4.00000000,
+2.00000000
948+9,
+5,
+4,
+5,
+4,
+7,
+9
951+9.00000000,
+0.00000000,
+4.00000000,
+0.00000000,
+3.00000000,
+4.00000000,
+4.00000000
952getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
953+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000
956+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+4.00000000,
+4.00000000,
+0.00000000,
+0.00000000,
+3.00000000,
+3.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000
965+6,
-1,
+2,
+6,
+0,
+0,
+6,
+0
968+2.00000000,
+9.00000000,
+5.00000000,
+5.00000000,
+0.00000000,
+6.00000000,
+8.00000000,
+2.00000000
969getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
970+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000
973+2.00000000,
+2.00000000,
+2.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+8.00000000,
+8.00000000,
+8.00000000
986getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1002+0.00000000,
+0.00000000
1003getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1004+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000
1007+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000
1016+3,
+8,
+2,
+0,
+5,
+7,
+0,
+2,
+6
1019+9.00000000,
+6.00000000,
+6.00000000,
+7.00000000,
+6.00000000,
+2.00000000,
+1.00000000,
+2.00000000,
+1.00000000
1020getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1021+9.00000000,
+9.00000000,
+9.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000
1024+9.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+1.00000000,
+1.00000000
1041getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1059+0,
+9,
+8,
+4,
-1,
+4,
+7
1062"XV",
"RE",
"DX",
"KM",
"XK",
"DO",
"NT"
1063getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1064"RE",
"RE",
"RE",
"RE",
"RE",
"RE",
"RE",
"RE",
"RE",
"DX",
"DX",
"DX",
"DX",
"DX",
"DX",
"DX",
"DX",
"KM",
"KM",
"KM",
"KM",
"DO",
"DO",
"DO",
"DO",
"NT",
"NT",
"NT",
"NT",
"NT",
"NT",
"NT"
1067"RE",
"RE",
"RE",
"RE",
"RE",
"RE",
"RE",
"RE",
"RE",
"DX",
"DX",
"DX",
"DX",
"DX",
"DX",
"DX",
"DX",
"KM",
"KM",
"KM",
"KM",
"DO",
"DO",
"DO",
"DO",
"NT",
"NT",
"NT",
"NT",
"NT",
"NT",
"NT"
1113getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1138getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1139"XF",
"XF",
"FZ",
"XQ"
1140"MP",
"MP",
"HH",
"GA"
1141"RQ",
"RQ",
"KB",
"ZY"
1158+2,
+0,
+2,
+5,
-1,
+0
1161"JK",
"YP",
"CE",
"KA",
"SL",
"GI"
1162"AV",
"JC",
"BV",
"JO",
"US",
"CM"
1163getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1164"JK",
"JK",
"CE",
"CE",
"KA",
"KA",
"KA",
"KA",
"KA"
1165"AV",
"AV",
"BV",
"BV",
"JO",
"JO",
"JO",
"JO",
"JO"
1186getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1187"LN",
"LN",
"LN",
"LN",
"LN",
"LN"
1208getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1209"QM",
"QM",
"QM",
"QM",
"QM"
1229getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1230"HT",
"HT",
"HT",
"HT",
"HT",
"HT"
1231"WK",
"WK",
"WK",
"WK",
"WK",
"WK"
1253getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1254"CD",
"SR",
"KF",
"KF",
"KF",
"KF",
"KF",
"KF"
1255"AK",
"IB",
"BT",
"BT",
"BT",
"BT",
"BT",
"BT"
1276getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1277"IK",
"IK",
"IK",
"IK",
"IK",
"IK",
"IK",
"FX",
"FX",
"FX",
"FX",
"FX",
"FX",
"FX"
1280"IK",
"IK",
"IK",
"IK",
"IK",
"IK",
"IK",
"FX",
"FX",
"FX",
"FX",
"FX",
"FX",
"FX"
1310getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1327+4,
+9,
+8,
+6,
+3,
+8
1330+7,
+9,
+6,
+9,
+8,
+5
1331+0,
+3,
+3,
+1,
+5,
+5
1332getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1333+7,
+7,
+7,
+7,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+9,
+9,
+9,
+9,
+9,
+9,
+8,
+8,
+8,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5
1334+0,
+0,
+0,
+0,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+1,
+1,
+1,
+1,
+1,
+1,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5
1337+7,
+9,
+9,
+9,
+6,
+6,
+6,
+9,
+9,
+8,
+5,
+5
1338+0,
+3,
+3,
+3,
+3,
+3,
+3,
+1,
+1,
+5,
+5,
+5
1365getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1366+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2
1382+4,
+4,
-1,
+1,
+9,
+0,
+3,
+4
1385+0,
+8,
+1,
+2,
+8,
+3,
+6,
+5
1386getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1387+0,
+0,
+0,
+0,
+8,
+8,
+8,
+8,
+2,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+6,
+6,
+6,
+5,
+5,
+5,
+5
1390+0,
+8,
+8,
+8,
+6,
+5
1412getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1432+8,
-1,
+7,
+8,
+6,
-1,
+2
1435+1,
+2,
+6,
+7,
+9,
+0,
+6
1436+3,
+3,
+2,
+0,
+9,
+3,
+6
1437+4,
+9,
+8,
+0,
+8,
+4,
+7
1438getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1439+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+9,
+9,
+9,
+9,
+9,
+9,
+6,
+6
1440+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+9,
+9,
+9,
+9,
+9,
+9,
+6,
+6
1441+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+8,
+8,
+8,
+8,
+8,
+8,
+7,
+7
1444+1,
+1,
+6,
+6,
+6,
+7,
+7,
+9,
+9,
+6
1445+3,
+3,
+2,
+2,
+2,
+0,
+0,
+9,
+9,
+6
1446+4,
+4,
+8,
+8,
+8,
+0,
+0,
+8,
+8,
+7
1471getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1472+6,
+6,
+6,
+6,
+6,
+6