13 type(display_type) :: disp
14 integer(IK) :: rsize, nsam, itry, ntry
= 10
27 character(:,TKG),
allocatable :: array, arref
28 integer(IK),
allocatable :: weight(:), weiref(:)
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_
"""" )
51 call disp%show(
"call setRefined(arref, weiref, skip, rsize)")
58 call disp%show( arref , deliml
= TKG_
"""" )
65 character(
2,TKG),
allocatable :: array(:), arref(:)
66 integer(IK),
allocatable :: weight(:), weiref(:)
69 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
75 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
79 call disp%show(
"array = getUnifRand('AA', 'ZZ', nsam)")
82 call disp%show( array , deliml
= TKG_
"""" )
83 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
84 call disp%show(
getVerbose(array, weight,
sum(weight, mask
= weight
> 0)) , deliml
= TKG_
"""" )
89 call disp%show(
"call setRefined(arref, weiref, skip, rsize)")
96 call disp%show( arref , deliml
= TKG_
"""" )
103 integer(TKG),
allocatable :: array(:), arref(:)
104 integer(IK),
allocatable :: weight(:), weiref(:)
107 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
113 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
117 call disp%show(
"array = getUnifRand(0, 9, nsam)")
121 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
127 call disp%show(
"call setRefined(arref, weiref, skip, rsize)")
141 logical(TKG),
allocatable :: array(:), arref(:)
142 integer(IK),
allocatable :: weight(:), weiref(:)
145 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
151 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
155 call disp%show(
"array = getUnifRand(.false., .true., nsam)")
159 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
165 call disp%show(
"call setRefined(arref, weiref, skip, rsize)")
179 complex(TKG),
allocatable :: array(:), arref(:)
180 integer(IK),
allocatable :: weight(:), weiref(:)
183 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
189 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
193 call disp%show(
"array = cmplx(getUnifRand(0, 9, nsam), getUnifRand(0, 9, nsam), TKG)")
197 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
203 call disp%show(
"call setRefined(arref, weiref, skip, rsize)")
217 real(TKG),
allocatable :: array(:), arref(:)
218 integer(IK),
allocatable :: weight(:), weiref(:)
221 call disp%show(
"nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
227 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
231 call disp%show(
"array = getUnifRand(0, 9, nsam)")
235 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0))")
241 call disp%show(
"call setRefined(arref, weiref, skip, rsize)")
256 call disp%show(
"!%%%%%%%%%%%%%%%%%")
257 call disp%show(
"! Refine 2D array.")
258 call disp%show(
"!%%%%%%%%%%%%%%%%%")
263 integer(IK) :: dim, ndim
267 character(
2,TKG),
allocatable :: array(:,:), arref(:,:)
268 integer(IK),
allocatable :: weight(:), weiref(:)
271 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
277 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
281 call disp%show(
"array = getUnifRand('AA', 'ZZ', ndim, nsam)")
284 call disp%show( array , deliml
= TKG_
"""" )
285 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
286 call disp%show(
getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim) , deliml
= TKG_
"""" )
291 call disp%show(
"call setRefined(arref, dim, weiref, skip, rsize)")
298 call disp%show( arref(:,
1:rsize) , deliml
= TKG_
"""" )
301 call disp%show(
"arref = transpose(array)")
302 arref
= transpose(array)
303 call disp%show(
"call setRefined(arref, 3_IK - dim, weiref, skip, rsize)")
310 call disp%show( arref(
1:rsize, :) , deliml
= TKG_
"""" )
317 integer(TKG),
allocatable :: array(:,:), arref(:,:)
318 integer(IK),
allocatable :: weight(:), weiref(:)
321 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
327 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
331 call disp%show(
"array = getUnifRand(0, 9, ndim, nsam)")
335 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
341 call disp%show(
"call setRefined(arref, dim, weiref, skip, rsize)")
351 call disp%show(
"arref = transpose(array)")
352 arref
= transpose(array)
353 call disp%show(
"call setRefined(arref, 3_IK - dim, weiref, skip, rsize)")
367 logical(TKG),
allocatable :: array(:,:), arref(:,:)
368 integer(IK),
allocatable :: weight(:), weiref(:)
371 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
377 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
381 call disp%show(
"array = getUnifRand(.false., .true., ndim, nsam)")
385 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
391 call disp%show(
"call setRefined(arref, dim, weiref, skip, rsize)")
401 call disp%show(
"arref = transpose(array)")
402 arref
= transpose(array)
403 call disp%show(
"call setRefined(arref, 3_IK - dim, weiref, skip, rsize)")
417 complex(TKG),
allocatable :: array(:,:), arref(:,:)
418 integer(IK),
allocatable :: weight(:), weiref(:)
421 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
427 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
431 call disp%show(
"array = cmplx(getUnifRand(0, 9, ndim, nsam), getUnifRand(0, 9, ndim, nsam), TKG)")
435 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
441 call disp%show(
"call setRefined(arref, dim, weiref, skip, rsize)")
451 call disp%show(
"arref = transpose(array)")
452 arref
= transpose(array)
453 call disp%show(
"call setRefined(arref, 3_IK - dim, weiref, skip, rsize)")
467 real(TKG),
allocatable :: array(:,:), arref(:,:)
468 integer(IK),
allocatable :: weight(:), weiref(:)
471 call disp%show(
"dim = 2; ndim = merge(0, getUnifRand(1, 3), isHead(.1)); nsam = getUnifRand(0, 9); skip = getUnifRand(1, 4)")
477 call disp%show(
"weight = getUnifRand(-1, 9, nsam)")
481 call disp%show(
"array = getUnifRand(0, 9, ndim, nsam)")
485 call disp%show(
"getVerbose(array, weight, sum(weight, mask = weight > 0), dim)")
491 call disp%show(
"call setRefined(arref, dim, weiref, skip, rsize)")
501 call disp%show(
"arref = transpose(array)")
502 arref
= transpose(array)
503 call disp%show(
"call setRefined(arref, 3_IK - dim, weiref, skip, rsize)")
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.
14array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
17getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
36+5,
+8,
+3,
+8,
+2,
+7,
+7,
+2
37array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
40getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
41"QQQQQDDDDDDDDMMMGGGGGGGGKKRRRRRRRMMMMMMMJJ"
48+2,
+4,
+2,
+4,
+1,
+3,
+4,
+1
59+8,
+4,
+6,
+7,
+0,
+9,
+1
60array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
63getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
64"FFFFFFFFVVVVPPPPPPNNNNNNNNNNNNNNNNY"
82+9,
+8,
+0,
+6,
+6,
+5,
+9
83array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
86getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
87"NNNNNNNNNVVVVVVVVSSSSSSPPPPPPNNNNNOOOOOOOOO"
106array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
109getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
110"TWWWWWWWZZZMMMMMMRRRRRRRR"
129array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
132getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
152array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
155getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
175array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
178getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
198array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
201getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
202"LLLJJJJJJJJJGGGGGGGGBBB"
221array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
224getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
246"CM",
"ST",
"CL",
"GS",
"TN"
247getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
248"CM",
"CM",
"CM",
"CM",
"CM",
"ST",
"ST",
"ST",
"ST",
"ST",
"ST",
"TN",
"TN",
"TN",
"TN",
"TN",
"TN"
257"CM",
"ST",
"TN",
"GS",
"TN"
270getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
271"IY",
"IY",
"IY",
"IY"
293getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
294"PO",
"PO",
"PO",
"PO",
"HD",
"HD",
"HD",
"HD",
"HD"
316getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
339getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
340"WQ",
"WQ",
"WQ",
"WQ",
"WQ",
"WQ",
"WQ",
"WQ"
362getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
363"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"SE",
"SE",
"SE",
"SE",
"SE",
"SE",
"SE",
"SE",
"WD",
"WD",
"WD",
"WD",
"WD",
"WD"
381+2,
+2,
+6,
+4,
+5,
+9,
+5,
+7
384"XI",
"OS",
"QH",
"RR",
"TG",
"HI",
"AK",
"OH"
385getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
386"XI",
"XI",
"OS",
"OS",
"QH",
"QH",
"QH",
"QH",
"QH",
"QH",
"RR",
"RR",
"RR",
"RR",
"TG",
"TG",
"TG",
"TG",
"TG",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"AK",
"AK",
"AK",
"AK",
"AK",
"OH",
"OH",
"OH",
"OH",
"OH",
"OH",
"OH"
393+1,
+2,
+1,
+2,
+3,
+2,
+2
395"OS",
"QH",
"RR",
"TG",
"HI",
"AK",
"OH",
"OH"
404+6,
+6,
+0,
+3,
+3,
+5,
+8,
+7
407"PO",
"VM",
"UE",
"KH",
"OY",
"RX",
"PB",
"IZ"
408getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
409"PO",
"PO",
"PO",
"PO",
"PO",
"PO",
"VM",
"VM",
"VM",
"VM",
"VM",
"VM",
"KH",
"KH",
"KH",
"OY",
"OY",
"OY",
"RX",
"RX",
"RX",
"RX",
"RX",
"PB",
"PB",
"PB",
"PB",
"PB",
"PB",
"PB",
"PB",
"IZ",
"IZ",
"IZ",
"IZ",
"IZ",
"IZ",
"IZ"
416+6,
+6,
+3,
+3,
+5,
+8,
+7
418"PO",
"VM",
"KH",
"OY",
"RX",
"PB",
"IZ",
"IZ"
430"OD",
"JG",
"TX",
"WD",
"CJ"
431getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
432"OD",
"OD",
"OD",
"OD",
"OD",
"OD",
"OD",
"OD",
"JG",
"TX",
"TX",
"WD",
"WD",
"WD",
"WD"
441"OD",
"JG",
"WD",
"WD",
"CJ"
454getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
455"LC",
"LC",
"LC",
"LC",
"LC",
"LC",
"LC",
"LC",
"QP",
"QP",
"QP",
"QP",
"QP",
"QP",
"QP",
"QP",
"QP"
477getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
478+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+5,
+5,
+5,
+5,
+5
500getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
523getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
524+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0
546getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
547+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+1,
+1,
+1
569getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
588+8,
+0,
+6,
+8,
+2,
+0
591+8,
+3,
+5,
+1,
+9,
+8
592getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
593+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+5,
+5,
+5,
+5,
+5,
+5,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+9,
+9
615getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
638getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
661getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
662+2,
+2,
+2,
+2,
+2,
+2
680+5,
+0,
+7,
+7,
+6,
+1
683+7,
+2,
+5,
+9,
+5,
+0
684getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
685+7,
+7,
+7,
+7,
+7,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+5,
+5,
+5,
+5,
+5,
+5,
+0
707getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
708T, T, T, F, F, F, F, F, F
730getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
731F, F, F, F, F, F, F, F, T, T, T, T, T, T, T, T, T, T
753getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
754T, T, T, T, T, T, F, F, F, F, F, F, F, F, F, F, F, F
776getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
777T, T, T, T, T, T, T, T, T, T, T, T, T
799getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
822getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
845getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
846F, F, F, T, T, T, F, F, F, F, F
864+5,
+8,
+4,
-1,
+5,
+2,
+0,
+0,
-1
867T, T, F, T, T, F, F, T, T
868getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
869T, T, T, T, T, T, T, T, T, T, T, T, T, F, F, F, F, T, T, T, T, T, F, F
887+2,
+7,
+0,
+2,
+8,
+2,
+8,
+7,
+5
890F, T, F, F, T, F, F, F, F
891getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
892F, F, T, T, T, T, T, T, T, F, F, T, T, T, T, T, T, T, T, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F
899+2,
+7,
+2,
+8,
+2,
+8,
+7,
+5
901F, T, F, T, F, F, F, F
914getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
933-1,
+5,
+6,
+2,
+0,
-1,
+0,
+5
936(
+8.00000000,
+9.00000000), (
+6.00000000,
+0.00000000), (
+2.00000000,
+7.00000000), (
+7.00000000,
+8.00000000), (
+1.00000000,
+4.00000000), (
+6.00000000,
+1.00000000), (
+8.00000000,
+5.00000000), (
+9.00000000,
+9.00000000)
937getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
938(
+6.00000000,
+0.00000000), (
+6.00000000,
+0.00000000), (
+6.00000000,
+0.00000000), (
+6.00000000,
+0.00000000), (
+6.00000000,
+0.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+7.00000000,
+8.00000000), (
+7.00000000,
+8.00000000), (
+9.00000000,
+9.00000000), (
+9.00000000,
+9.00000000), (
+9.00000000,
+9.00000000), (
+9.00000000,
+9.00000000), (
+9.00000000,
+9.00000000)
947(
+6.00000000,
+0.00000000), (
+2.00000000,
+7.00000000), (
+7.00000000,
+8.00000000), (
+9.00000000,
+9.00000000)
959(
+4.00000000,
+9.00000000), (
+2.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+7.00000000), (
+6.00000000,
+0.00000000)
960getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
961(
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+6.00000000,
+0.00000000), (
+6.00000000,
+0.00000000)
970(
+2.00000000,
+2.00000000), (
+3.00000000,
+2.00000000)
982(
+6.00000000,
+8.00000000)
983getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1005(
+8.00000000,
+7.00000000), (
+2.00000000,
+0.00000000)
1006getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1007(
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000)
1016(
+2.00000000,
+0.00000000)
1028(
+3.00000000,
+2.00000000)
1029getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1030(
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000)
1039(
+3.00000000,
+2.00000000)
1051(
+3.00000000,
+6.00000000), (
+9.00000000,
+4.00000000), (
+0.00000000,
+5.00000000), (
+4.00000000,
+5.00000000)
1052getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1053(
+3.00000000,
+6.00000000), (
+3.00000000,
+6.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000)
1062(
+0.00000000,
+5.00000000), (
+4.00000000,
+5.00000000)
1071+4,
+7,
+1,
+0,
+8,
+5,
+8
1074(
+3.00000000,
+6.00000000), (
+8.00000000,
+7.00000000), (
+0.00000000,
+1.00000000), (
+5.00000000,
+5.00000000), (
+8.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+0.00000000,
+8.00000000)
1075getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1076(
+3.00000000,
+6.00000000), (
+3.00000000,
+6.00000000), (
+3.00000000,
+6.00000000), (
+3.00000000,
+6.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), (
+0.00000000,
+1.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+0.00000000,
+8.00000000), (
+0.00000000,
+8.00000000), (
+0.00000000,
+8.00000000), (
+0.00000000,
+8.00000000), (
+0.00000000,
+8.00000000), (
+0.00000000,
+8.00000000), (
+0.00000000,
+8.00000000), (
+0.00000000,
+8.00000000)
1083+4,
+7,
+1,
+8,
+5,
+8
1085(
+3.00000000,
+6.00000000), (
+8.00000000,
+7.00000000), (
+0.00000000,
+1.00000000), (
+8.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+0.00000000,
+8.00000000)
1094-1,
+7,
+3,
+3,
+3,
+4,
+8,
+7,
+5
1097(
+9.00000000,
+6.00000000), (
+5.00000000,
+0.00000000), (
+4.00000000,
+8.00000000), (
+5.00000000,
+1.00000000), (
+1.00000000,
+9.00000000), (
+9.00000000,
+1.00000000), (
+1.00000000,
+5.00000000), (
+2.00000000,
+0.00000000), (
+6.00000000,
+3.00000000)
1098getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1099(
+5.00000000,
+0.00000000), (
+5.00000000,
+0.00000000), (
+5.00000000,
+0.00000000), (
+5.00000000,
+0.00000000), (
+5.00000000,
+0.00000000), (
+5.00000000,
+0.00000000), (
+5.00000000,
+0.00000000), (
+4.00000000,
+8.00000000), (
+4.00000000,
+8.00000000), (
+4.00000000,
+8.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+1.00000000,
+9.00000000), (
+1.00000000,
+9.00000000), (
+1.00000000,
+9.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000)
1106+7,
+3,
+3,
+3,
+4,
+8,
+7,
+5
1108(
+5.00000000,
+0.00000000), (
+4.00000000,
+8.00000000), (
+5.00000000,
+1.00000000), (
+1.00000000,
+9.00000000), (
+9.00000000,
+1.00000000), (
+1.00000000,
+5.00000000), (
+2.00000000,
+0.00000000), (
+6.00000000,
+3.00000000)
1120(
+1.00000000,
+2.00000000)
1121getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1122(
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000)
1131(
+1.00000000,
+2.00000000)
1140+7,
+5,
+1,
-1,
+6,
+9,
+7,
+3
1143(
+1.00000000,
+5.00000000), (
+8.00000000,
+0.00000000), (
+0.00000000,
+3.00000000), (
+4.00000000,
+8.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+1.00000000), (
+9.00000000,
+6.00000000), (
+8.00000000,
+4.00000000)
1144getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1145(
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+8.00000000,
+0.00000000), (
+0.00000000,
+3.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+1.00000000), (
+9.00000000,
+6.00000000), (
+9.00000000,
+6.00000000), (
+9.00000000,
+6.00000000), (
+9.00000000,
+6.00000000), (
+9.00000000,
+6.00000000), (
+9.00000000,
+6.00000000), (
+9.00000000,
+6.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000)
1152+2,
+2,
+2,
+3,
+2,
+1
1154(
+1.00000000,
+5.00000000), (
+8.00000000,
+0.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+1.00000000), (
+9.00000000,
+6.00000000), (
+8.00000000,
+4.00000000)
1163-1,
+5,
-1,
+4,
+7,
+5,
+8,
+6,
+4
1166+7.00000000,
+4.00000000,
+8.00000000,
+7.00000000,
+4.00000000,
+7.00000000,
+4.00000000,
+5.00000000,
+2.00000000
1167getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1168+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000
1175+5,
+4,
+7,
+5,
+8,
+6,
+4
1177+4.00000000,
+7.00000000,
+4.00000000,
+7.00000000,
+4.00000000,
+5.00000000,
+2.00000000
1186+9,
+0,
+1,
+8,
+8,
+8,
+5,
+6
1189+1.00000000,
+2.00000000,
+7.00000000,
+8.00000000,
+5.00000000,
+5.00000000,
+3.00000000,
+2.00000000
1190getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1191+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+7.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000
1198+4,
+1,
+4,
+4,
+4,
+2,
+3
1200+1.00000000,
+7.00000000,
+8.00000000,
+5.00000000,
+5.00000000,
+3.00000000,
+2.00000000
1213getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1232+5,
+7,
-1,
+4,
+4,
+0
1235+4.00000000,
+4.00000000,
+1.00000000,
+7.00000000,
+8.00000000,
+7.00000000
1236getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1237+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000
1246+4.00000000,
+4.00000000,
+7.00000000,
+8.00000000
1255+2,
+3,
+9,
+7,
+1,
+9
1258+2.00000000,
+2.00000000,
+1.00000000,
+5.00000000,
+0.00000000,
+6.00000000
1259getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1260+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+0.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000
1267+2,
+3,
+9,
+7,
+1,
+9
1269+2.00000000,
+2.00000000,
+1.00000000,
+5.00000000,
+0.00000000,
+6.00000000
1281+0.00000000,
+8.00000000,
+4.00000000,
+4.00000000
1282getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1283+0.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000
1292+0.00000000,
+8.00000000,
+4.00000000,
+4.00000000
1301+9,
+2,
+8,
+8,
+4,
+7,
+8,
+9,
+3
1304+8.00000000,
+8.00000000,
+2.00000000,
+7.00000000,
+7.00000000,
+0.00000000,
+3.00000000,
+3.00000000,
+5.00000000
1305getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1306+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+5.00000000,
+5.00000000,
+5.00000000
1313+2,
+2,
+2,
+1,
+2,
+2,
+2,
+1
1315+8.00000000,
+2.00000000,
+7.00000000,
+7.00000000,
+0.00000000,
+3.00000000,
+3.00000000,
+5.00000000
1327+8.00000000,
+2.00000000,
+5.00000000,
+5.00000000
1328getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1329+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+2.00000000,
+2.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000
1338+8.00000000,
+5.00000000
1351getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1373+6.00000000,
+3.00000000,
+1.00000000,
+6.00000000,
+9.00000000
1374getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1375+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+6.00000000
1384+6.00000000,
+3.00000000,
+1.00000000
1398+1,
+3,
+1,
+2,
+9,
+9
1401"DO",
"HA",
"KY",
"TD",
"KX",
"PT"
1402"CX",
"TL",
"MZ",
"JF",
"FT",
"QP"
1403"AH",
"XS",
"DN",
"LA",
"ZN",
"XV"
1404getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1405"DO",
"HA",
"HA",
"HA",
"KY",
"TD",
"TD",
"KX",
"KX",
"KX",
"KX",
"KX",
"KX",
"KX",
"KX",
"KX",
"PT",
"PT",
"PT",
"PT",
"PT",
"PT",
"PT",
"PT",
"PT"
1406"CX",
"TL",
"TL",
"TL",
"MZ",
"JF",
"JF",
"FT",
"FT",
"FT",
"FT",
"FT",
"FT",
"FT",
"FT",
"FT",
"QP",
"QP",
"QP",
"QP",
"QP",
"QP",
"QP",
"QP",
"QP"
1407"AH",
"XS",
"XS",
"XS",
"DN",
"LA",
"LA",
"ZN",
"ZN",
"ZN",
"ZN",
"ZN",
"ZN",
"ZN",
"ZN",
"ZN",
"XV",
"XV",
"XV",
"XV",
"XV",
"XV",
"XV",
"XV",
"XV"
1416"HA",
"TD",
"KX",
"PT"
1417"TL",
"JF",
"FT",
"QP"
1418"XS",
"LA",
"ZN",
"XV"
1420arref
= transpose(array)
1444getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1458arref
= transpose(array)
1477getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1489arref
= transpose(array)
1509getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1510"LG",
"LG",
"HV",
"HV",
"HV"
1521arref
= transpose(array)
1541"XD",
"EP",
"TL",
"HG"
1542"QP",
"HC",
"EG",
"YE"
1543"GZ",
"SQ",
"WO",
"PW"
1544getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1545"XD",
"XD",
"EP",
"EP",
"EP",
"EP",
"EP",
"EP",
"EP",
"EP",
"TL",
"TL",
"TL",
"TL",
"TL",
"TL",
"TL",
"TL",
"TL",
"HG",
"HG",
"HG",
"HG",
"HG",
"HG",
"HG",
"HG"
1546"QP",
"QP",
"HC",
"HC",
"HC",
"HC",
"HC",
"HC",
"HC",
"HC",
"EG",
"EG",
"EG",
"EG",
"EG",
"EG",
"EG",
"EG",
"EG",
"YE",
"YE",
"YE",
"YE",
"YE",
"YE",
"YE",
"YE"
1547"GZ",
"GZ",
"SQ",
"SQ",
"SQ",
"SQ",
"SQ",
"SQ",
"SQ",
"SQ",
"WO",
"WO",
"WO",
"WO",
"WO",
"WO",
"WO",
"WO",
"WO",
"PW",
"PW",
"PW",
"PW",
"PW",
"PW",
"PW",
"PW"
1556"XD",
"EP",
"TL",
"HG"
1557"QP",
"HC",
"EG",
"YE"
1558"GZ",
"SQ",
"WO",
"PW"
1560arref
= transpose(array)
1582"CO",
"KT",
"LZ",
"VO",
"TR"
1583getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1584"CO",
"CO",
"CO",
"CO",
"CO",
"CO",
"CO",
"CO",
"CO",
"KT",
"KT",
"KT",
"KT",
"KT",
"KT",
"KT",
"LZ",
"LZ",
"LZ",
"LZ",
"LZ",
"LZ",
"VO",
"VO",
"VO",
"VO",
"VO",
"VO",
"VO",
"TR",
"TR"
1593"CO",
"KT",
"LZ",
"VO",
"TR"
1595arref
= transpose(array)
1615+1,
+1,
+3,
+7,
+3,
+0,
+8,
-1
1618"TR",
"WK",
"CG",
"YX",
"SD",
"OO",
"SS",
"NR"
1619"ZH",
"NA",
"QZ",
"XY",
"AF",
"TL",
"HO",
"YA"
1620getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1621"TR",
"WK",
"CG",
"CG",
"CG",
"YX",
"YX",
"YX",
"YX",
"YX",
"YX",
"YX",
"SD",
"SD",
"SD",
"SS",
"SS",
"SS",
"SS",
"SS",
"SS",
"SS",
"SS"
1622"ZH",
"NA",
"QZ",
"QZ",
"QZ",
"XY",
"XY",
"XY",
"XY",
"XY",
"XY",
"XY",
"AF",
"AF",
"AF",
"HO",
"HO",
"HO",
"HO",
"HO",
"HO",
"HO",
"HO"
1629+1,
+1,
+3,
+7,
+3,
+8
1631"TR",
"WK",
"CG",
"YX",
"SD",
"SS"
1632"ZH",
"NA",
"QZ",
"XY",
"AF",
"HO"
1634arref
= transpose(array)
1639+1,
+1,
+3,
+7,
+3,
+8
1661getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1662"UD",
"UD",
"UD",
"UD",
"LU",
"LU",
"LU",
"LU",
"LU",
"LU",
"LU",
"LU"
1663"YS",
"YS",
"YS",
"YS",
"GH",
"GH",
"GH",
"GH",
"GH",
"GH",
"GH",
"GH"
1664"WB",
"WB",
"WB",
"WB",
"OT",
"OT",
"OT",
"OT",
"OT",
"OT",
"OT",
"OT"
1677arref
= transpose(array)
1699getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1713arref
= transpose(array)
1731"XH",
"KY",
"AZ",
"JF",
"PD"
1732getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1733"XH",
"XH",
"XH",
"XH",
"XH",
"XH",
"KY",
"KY",
"KY",
"KY",
"KY",
"KY",
"KY",
"KY",
"PD",
"PD",
"PD",
"PD",
"PD",
"PD",
"PD"
1744arref
= transpose(array)
1765getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1775arref
= transpose(array)
1791+9,
+4,
+8,
+9,
+6,
+8,
+2,
+0
1794+6,
+4,
+3,
+0,
+5,
+8,
+7,
+0
1795+8,
+6,
+9,
+9,
+8,
+0,
+3,
+1
1796getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1797+6,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+4,
+4,
+4,
+4,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+5,
+5,
+5,
+5,
+5,
+5,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+7,
+7
1798+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+6,
+6,
+6,
+6,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+8,
+8,
+8,
+8,
+8,
+8,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+3,
+3
1805+2,
+1,
+2,
+2,
+2,
+2
1807+6,
+4,
+3,
+0,
+5,
+8
1808+8,
+6,
+9,
+9,
+8,
+0
1810arref
= transpose(array)
1815+2,
+1,
+2,
+2,
+2,
+2
1831+8,
+8,
+9,
+2,
+2,
+0,
+2,
+3
1834+9,
+5,
+9,
+4,
+1,
+8,
+5,
+1
1835getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1836+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+4,
+4,
+1,
+1,
+5,
+5,
+1,
+1,
+1
1847arref
= transpose(array)
1871getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1872+9,
+9,
+9,
+9,
+9,
+9,
+2,
+2,
+2,
+2,
+2,
+2
1883arref
= transpose(array)
1906getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1922arref
= transpose(array)
1941getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1942+5,
+6,
+6,
+6,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7
1953arref
= transpose(array)
1976getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1977+6,
+6,
+6,
+6,
+6,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+8,
+8,
+8,
+8,
+8,
+8,
+8
1978+0,
+0,
+0,
+0,
+0,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+4,
+4,
+4,
+4,
+4,
+4,
+4
1979+9,
+9,
+9,
+9,
+9,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+2,
+2,
+2,
+2,
+2,
+2,
+2
1992arref
= transpose(array)
2014getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2026arref
= transpose(array)
2045getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2046+9,
+9,
+9,
+9,
+5,
+5,
+5
2057arref
= transpose(array)
2079getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2080+1,
+1,
+1,
+1,
+1,
+1,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+3,
+3,
+3,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9
2081+8,
+8,
+8,
+8,
+8,
+8,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+6,
+6,
+6,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7
2093arref
= transpose(array)
2112+2,
+5,
+0,
+3,
-1,
+2,
+0,
+5
2115F, F, T, T, F, F, T, F
2116getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2117F, F, F, F, F, F, F, T, T, T, F, F, F, F, F, F, F
2128arref
= transpose(array)
2148-1,
+0,
+5,
-1,
-1,
+2,
+7
2153getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2154F, F, F, F, F, T, T, T, T, T, T, T, T, T
2155F, F, F, F, F, T, T, T, T, T, T, T, T, T
2167arref
= transpose(array)
2189getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2190F, T, T, T, T, T, T, T
2201arref
= transpose(array)
2224getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2238arref
= transpose(array)
2258getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2270arref
= transpose(array)
2289getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2290T, T, T, T, T, T, F, F, F, F, F, F, F, F, F, F, F, F, F, F, T, T, T, T, T, T, T, T, T, T
2301arref
= transpose(array)
2320-1,
-1,
-1,
+1,
+1,
+4,
+1
2325getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2339arref
= transpose(array)
2363getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2364F, F, F, F, F, F, F, F
2365T, T, T, T, T, T, T, T
2377arref
= transpose(array)
2393+0,
+2,
+4,
+3,
+0,
+5
2398getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2399T, T, F, F, F, F, T, T, T, F, F, F, F, F
2400T, T, T, T, T, T, T, T, T, F, F, F, F, F
2412arref
= transpose(array)
2437getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2453arref
= transpose(array)
2468+9,
+6,
+4,
+3,
+2,
+0,
+1,
+3
2471(
+6.00000000,
+9.00000000), (
+8.00000000,
+0.00000000), (
+0.00000000,
+9.00000000), (
+2.00000000,
+2.00000000), (
+1.00000000,
+0.00000000), (
+5.00000000,
+3.00000000), (
+0.00000000,
+7.00000000), (
+3.00000000,
+0.00000000)
2472(
+2.00000000,
+8.00000000), (
+7.00000000,
+6.00000000), (
+8.00000000,
+7.00000000), (
+9.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+5.00000000,
+0.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+1.00000000)
2473getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2474(
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+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,
+0.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+1.00000000,
+0.00000000), (
+1.00000000,
+0.00000000), (
+0.00000000,
+7.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000)
2475(
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+9.00000000,
+6.00000000), (
+9.00000000,
+6.00000000), (
+9.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+1.00000000), (
+1.00000000,
+1.00000000), (
+1.00000000,
+1.00000000)
2482+9,
+6,
+4,
+3,
+2,
+1,
+3
2484(
+6.00000000,
+9.00000000), (
+8.00000000,
+0.00000000), (
+0.00000000,
+9.00000000), (
+2.00000000,
+2.00000000), (
+1.00000000,
+0.00000000), (
+0.00000000,
+7.00000000), (
+3.00000000,
+0.00000000)
2485(
+2.00000000,
+8.00000000), (
+7.00000000,
+6.00000000), (
+8.00000000,
+7.00000000), (
+9.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+1.00000000,
+8.00000000), (
+1.00000000,
+1.00000000)
2487arref
= transpose(array)
2492+9,
+6,
+4,
+3,
+2,
+1,
+3
2494(
+6.00000000,
+9.00000000), (
+2.00000000,
+8.00000000)
2495(
+8.00000000,
+0.00000000), (
+7.00000000,
+6.00000000)
2496(
+0.00000000,
+9.00000000), (
+8.00000000,
+7.00000000)
2497(
+2.00000000,
+2.00000000), (
+9.00000000,
+6.00000000)
2498(
+1.00000000,
+0.00000000), (
+8.00000000,
+6.00000000)
2499(
+0.00000000,
+7.00000000), (
+1.00000000,
+8.00000000)
2500(
+3.00000000,
+0.00000000), (
+1.00000000,
+1.00000000)
2509+6,
+0,
+2,
-1,
+8,
+5,
+9,
+4
2512(
+1.00000000,
+1.00000000), (
+6.00000000,
+3.00000000), (
+2.00000000,
+9.00000000), (
+0.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+3.00000000,
+3.00000000), (
+1.00000000,
+0.00000000), (
+5.00000000,
+0.00000000)
2513(
+4.00000000,
+0.00000000), (
+6.00000000,
+2.00000000), (
+4.00000000,
+6.00000000), (
+8.00000000,
+5.00000000), (
+1.00000000,
+4.00000000), (
+0.00000000,
+1.00000000), (
+2.00000000,
+8.00000000), (
+8.00000000,
+2.00000000)
2514(
+8.00000000,
+7.00000000), (
+5.00000000,
+4.00000000), (
+7.00000000,
+9.00000000), (
+5.00000000,
+6.00000000), (
+6.00000000,
+6.00000000), (
+3.00000000,
+3.00000000), (
+1.00000000,
+2.00000000), (
+2.00000000,
+0.00000000)
2515getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2516(
+1.00000000,
+1.00000000), (
+1.00000000,
+1.00000000), (
+1.00000000,
+1.00000000), (
+1.00000000,
+1.00000000), (
+1.00000000,
+1.00000000), (
+1.00000000,
+1.00000000), (
+2.00000000,
+9.00000000), (
+2.00000000,
+9.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), (
+2.00000000,
+5.00000000), (
+2.00000000,
+5.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+1.00000000,
+0.00000000), (
+1.00000000,
+0.00000000), (
+1.00000000,
+0.00000000), (
+1.00000000,
+0.00000000), (
+1.00000000,
+0.00000000), (
+1.00000000,
+0.00000000), (
+1.00000000,
+0.00000000), (
+1.00000000,
+0.00000000), (
+1.00000000,
+0.00000000), (
+5.00000000,
+0.00000000), (
+5.00000000,
+0.00000000), (
+5.00000000,
+0.00000000), (
+5.00000000,
+0.00000000)
2517(
+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,
+6.00000000), (
+4.00000000,
+6.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+0.00000000,
+1.00000000), (
+0.00000000,
+1.00000000), (
+0.00000000,
+1.00000000), (
+0.00000000,
+1.00000000), (
+0.00000000,
+1.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+2.00000000,
+8.00000000), (
+8.00000000,
+2.00000000), (
+8.00000000,
+2.00000000), (
+8.00000000,
+2.00000000), (
+8.00000000,
+2.00000000)
2518(
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+7.00000000,
+9.00000000), (
+7.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,
+6.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+1.00000000,
+2.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000)
2525+6,
+2,
+8,
+5,
+9,
+4
2527(
+1.00000000,
+1.00000000), (
+2.00000000,
+9.00000000), (
+2.00000000,
+5.00000000), (
+3.00000000,
+3.00000000), (
+1.00000000,
+0.00000000), (
+5.00000000,
+0.00000000)
2528(
+4.00000000,
+0.00000000), (
+4.00000000,
+6.00000000), (
+1.00000000,
+4.00000000), (
+0.00000000,
+1.00000000), (
+2.00000000,
+8.00000000), (
+8.00000000,
+2.00000000)
2529(
+8.00000000,
+7.00000000), (
+7.00000000,
+9.00000000), (
+6.00000000,
+6.00000000), (
+3.00000000,
+3.00000000), (
+1.00000000,
+2.00000000), (
+2.00000000,
+0.00000000)
2531arref
= transpose(array)
2536+6,
+2,
+8,
+5,
+9,
+4
2538(
+1.00000000,
+1.00000000), (
+4.00000000,
+0.00000000), (
+8.00000000,
+7.00000000)
2539(
+2.00000000,
+9.00000000), (
+4.00000000,
+6.00000000), (
+7.00000000,
+9.00000000)
2540(
+2.00000000,
+5.00000000), (
+1.00000000,
+4.00000000), (
+6.00000000,
+6.00000000)
2541(
+3.00000000,
+3.00000000), (
+0.00000000,
+1.00000000), (
+3.00000000,
+3.00000000)
2542(
+1.00000000,
+0.00000000), (
+2.00000000,
+8.00000000), (
+1.00000000,
+2.00000000)
2543(
+5.00000000,
+0.00000000), (
+8.00000000,
+2.00000000), (
+2.00000000,
+0.00000000)
2552+8,
+3,
+4,
-1,
+7,
+6,
+4,
+5
2555(
+8.00000000,
+6.00000000), (
+1.00000000,
+3.00000000), (
+5.00000000,
+6.00000000), (
+3.00000000,
+9.00000000), (
+2.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+9.00000000,
+0.00000000), (
+0.00000000,
+5.00000000)
2556getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2557(
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+1.00000000,
+3.00000000), (
+1.00000000,
+3.00000000), (
+1.00000000,
+3.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000)
2564+2,
+1,
+2,
+2,
+2,
+1,
+2
2566(
+8.00000000,
+6.00000000), (
+1.00000000,
+3.00000000), (
+5.00000000,
+6.00000000), (
+2.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+9.00000000,
+0.00000000), (
+0.00000000,
+5.00000000)
2568arref
= transpose(array)
2573+2,
+1,
+2,
+2,
+2,
+1,
+2
2575(
+8.00000000,
+6.00000000)
2576(
+1.00000000,
+3.00000000)
2577(
+5.00000000,
+6.00000000)
2578(
+2.00000000,
+3.00000000)
2579(
+6.00000000,
+3.00000000)
2580(
+9.00000000,
+0.00000000)
2581(
+0.00000000,
+5.00000000)
2593getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2603arref
= transpose(array)
2625(
+9.00000000,
+5.00000000), (
+3.00000000,
+6.00000000), (
+7.00000000,
+3.00000000), (
+4.00000000,
+9.00000000)
2626(
+8.00000000,
+5.00000000), (
+2.00000000,
+9.00000000), (
+1.00000000,
+5.00000000), (
+2.00000000,
+5.00000000)
2627(
+0.00000000,
+0.00000000), (
+7.00000000,
+7.00000000), (
+5.00000000,
+5.00000000), (
+9.00000000,
+0.00000000)
2628getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2629(
+9.00000000,
+5.00000000), (
+9.00000000,
+5.00000000), (
+9.00000000,
+5.00000000), (
+3.00000000,
+6.00000000), (
+3.00000000,
+6.00000000), (
+3.00000000,
+6.00000000), (
+3.00000000,
+6.00000000), (
+7.00000000,
+3.00000000), (
+7.00000000,
+3.00000000), (
+7.00000000,
+3.00000000), (
+4.00000000,
+9.00000000)
2630(
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+2.00000000,
+9.00000000), (
+2.00000000,
+9.00000000), (
+2.00000000,
+9.00000000), (
+2.00000000,
+9.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+1.00000000,
+5.00000000), (
+2.00000000,
+5.00000000)
2631(
+0.00000000,
+0.00000000), (
+0.00000000,
+0.00000000), (
+0.00000000,
+0.00000000), (
+7.00000000,
+7.00000000), (
+7.00000000,
+7.00000000), (
+7.00000000,
+7.00000000), (
+7.00000000,
+7.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+9.00000000,
+0.00000000)
2640(
+9.00000000,
+5.00000000), (
+3.00000000,
+6.00000000), (
+7.00000000,
+3.00000000)
2641(
+8.00000000,
+5.00000000), (
+2.00000000,
+9.00000000), (
+1.00000000,
+5.00000000)
2642(
+0.00000000,
+0.00000000), (
+7.00000000,
+7.00000000), (
+5.00000000,
+5.00000000)
2644arref
= transpose(array)
2651(
+9.00000000,
+5.00000000), (
+8.00000000,
+5.00000000), (
+0.00000000,
+0.00000000)
2652(
+3.00000000,
+6.00000000), (
+2.00000000,
+9.00000000), (
+7.00000000,
+7.00000000)
2653(
+7.00000000,
+3.00000000), (
+1.00000000,
+5.00000000), (
+5.00000000,
+5.00000000)
2662-1,
-1,
+7,
-1,
-1,
+4,
+7,
+8
2665(
+0.00000000,
+7.00000000), (
+6.00000000,
+3.00000000), (
+9.00000000,
+0.00000000), (
+5.00000000,
+8.00000000), (
+1.00000000,
+9.00000000), (
+9.00000000,
+3.00000000), (
+2.00000000,
+4.00000000), (
+1.00000000,
+7.00000000)
2666getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2667(
+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,
+3.00000000), (
+9.00000000,
+3.00000000), (
+9.00000000,
+3.00000000), (
+9.00000000,
+3.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), (
+1.00000000,
+7.00000000), (
+1.00000000,
+7.00000000), (
+1.00000000,
+7.00000000), (
+1.00000000,
+7.00000000), (
+1.00000000,
+7.00000000), (
+1.00000000,
+7.00000000), (
+1.00000000,
+7.00000000), (
+1.00000000,
+7.00000000)
2676(
+9.00000000,
+0.00000000), (
+9.00000000,
+3.00000000), (
+2.00000000,
+4.00000000), (
+1.00000000,
+7.00000000)
2678arref
= transpose(array)
2685(
+9.00000000,
+0.00000000)
2686(
+9.00000000,
+3.00000000)
2687(
+2.00000000,
+4.00000000)
2688(
+1.00000000,
+7.00000000)
2701getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2713arref
= transpose(array)
2728+9,
+1,
+6,
+0,
+7,
-1,
+1
2731(
+7.00000000,
+4.00000000), (
+2.00000000,
+9.00000000), (
+5.00000000,
+3.00000000), (
+1.00000000,
+8.00000000), (
+2.00000000,
+7.00000000), (
+9.00000000,
+0.00000000), (
+5.00000000,
+3.00000000)
2732(
+6.00000000,
+9.00000000), (
+4.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+6.00000000,
+9.00000000), (
+8.00000000,
+3.00000000), (
+0.00000000,
+7.00000000), (
+8.00000000,
+4.00000000)
2733getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2734(
+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,
+4.00000000), (
+7.00000000,
+4.00000000), (
+7.00000000,
+4.00000000), (
+2.00000000,
+9.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+2.00000000,
+7.00000000), (
+5.00000000,
+3.00000000)
2735(
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+4.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+8.00000000,
+3.00000000), (
+8.00000000,
+3.00000000), (
+8.00000000,
+3.00000000), (
+8.00000000,
+3.00000000), (
+8.00000000,
+3.00000000), (
+8.00000000,
+3.00000000), (
+8.00000000,
+3.00000000), (
+8.00000000,
+4.00000000)
2744(
+7.00000000,
+4.00000000), (
+2.00000000,
+9.00000000), (
+5.00000000,
+3.00000000), (
+2.00000000,
+7.00000000), (
+5.00000000,
+3.00000000)
2745(
+6.00000000,
+9.00000000), (
+4.00000000,
+5.00000000), (
+0.00000000,
+5.00000000), (
+8.00000000,
+3.00000000), (
+8.00000000,
+4.00000000)
2747arref
= transpose(array)
2754(
+7.00000000,
+4.00000000), (
+6.00000000,
+9.00000000)
2755(
+2.00000000,
+9.00000000), (
+4.00000000,
+5.00000000)
2756(
+5.00000000,
+3.00000000), (
+0.00000000,
+5.00000000)
2757(
+2.00000000,
+7.00000000), (
+8.00000000,
+3.00000000)
2758(
+5.00000000,
+3.00000000), (
+8.00000000,
+4.00000000)
2767+1,
-1,
-1,
+0,
+7,
+2,
+2,
+5
2770(
+4.00000000,
+3.00000000), (
+9.00000000,
+8.00000000), (
+9.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+4.00000000,
+7.00000000), (
+1.00000000,
+8.00000000), (
+3.00000000,
+2.00000000), (
+5.00000000,
+4.00000000)
2771getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2772(
+4.00000000,
+3.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), (
+1.00000000,
+8.00000000), (
+1.00000000,
+8.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+5.00000000,
+4.00000000), (
+5.00000000,
+4.00000000), (
+5.00000000,
+4.00000000), (
+5.00000000,
+4.00000000), (
+5.00000000,
+4.00000000)
2781(
+4.00000000,
+7.00000000), (
+1.00000000,
+8.00000000), (
+3.00000000,
+2.00000000), (
+5.00000000,
+4.00000000)
2783arref
= transpose(array)
2790(
+4.00000000,
+7.00000000)
2791(
+1.00000000,
+8.00000000)
2792(
+3.00000000,
+2.00000000)
2793(
+5.00000000,
+4.00000000)
2802+4,
-1,
+9,
+3,
+3,
+9,
+9
2805(
+6.00000000,
+2.00000000), (
+7.00000000,
+4.00000000), (
+3.00000000,
+2.00000000), (
+9.00000000,
+8.00000000), (
+0.00000000,
+9.00000000), (
+6.00000000,
+3.00000000), (
+3.00000000,
+3.00000000)
2806getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2807(
+6.00000000,
+2.00000000), (
+6.00000000,
+2.00000000), (
+6.00000000,
+2.00000000), (
+6.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+9.00000000,
+8.00000000), (
+9.00000000,
+8.00000000), (
+9.00000000,
+8.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000), (
+3.00000000,
+3.00000000)
2816(
+6.00000000,
+2.00000000), (
+3.00000000,
+2.00000000), (
+9.00000000,
+8.00000000), (
+6.00000000,
+3.00000000), (
+3.00000000,
+3.00000000)
2818arref
= transpose(array)
2825(
+6.00000000,
+2.00000000)
2826(
+3.00000000,
+2.00000000)
2827(
+9.00000000,
+8.00000000)
2828(
+6.00000000,
+3.00000000)
2829(
+3.00000000,
+3.00000000)
2838+8,
-1,
+2,
+6,
-1,
+9,
+8
2841+7.00000000,
+1.00000000,
+8.00000000,
+2.00000000,
+9.00000000,
+5.00000000,
+6.00000000
2842+4.00000000,
+4.00000000,
+6.00000000,
+3.00000000,
+7.00000000,
+2.00000000,
+7.00000000
2843getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2844+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+8.00000000,
+8.00000000,
+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,
+5.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000
2845+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+6.00000000,
+6.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000
2854+7.00000000,
+8.00000000,
+2.00000000,
+5.00000000,
+6.00000000
2855+4.00000000,
+6.00000000,
+3.00000000,
+2.00000000,
+7.00000000
2857arref
= transpose(array)
2864+7.00000000,
+4.00000000
2865+8.00000000,
+6.00000000
2866+2.00000000,
+3.00000000
2867+5.00000000,
+2.00000000
2868+6.00000000,
+7.00000000
2880getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2890arref
= transpose(array)
2906+4,
+0,
+2,
+5,
+8,
+9,
+6
2909+2.00000000,
+9.00000000,
+7.00000000,
+1.00000000,
+1.00000000,
+4.00000000,
+9.00000000
2910+4.00000000,
+1.00000000,
+7.00000000,
+4.00000000,
+4.00000000,
+8.00000000,
+9.00000000
2911+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+7.00000000,
+5.00000000,
+2.00000000
2912getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2913+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+7.00000000,
+7.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000
2914+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+7.00000000,
+7.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,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000
2915+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000
2922+4,
+2,
+5,
+8,
+9,
+6
2924+2.00000000,
+7.00000000,
+1.00000000,
+1.00000000,
+4.00000000,
+9.00000000
2925+4.00000000,
+7.00000000,
+4.00000000,
+4.00000000,
+8.00000000,
+9.00000000
2926+9.00000000,
+9.00000000,
+9.00000000,
+7.00000000,
+5.00000000,
+2.00000000
2928arref
= transpose(array)
2933+4,
+2,
+5,
+8,
+9,
+6
2935+2.00000000,
+4.00000000,
+9.00000000
2936+7.00000000,
+7.00000000,
+9.00000000
2937+1.00000000,
+4.00000000,
+9.00000000
2938+1.00000000,
+4.00000000,
+7.00000000
2939+4.00000000,
+8.00000000,
+5.00000000
2940+9.00000000,
+9.00000000,
+2.00000000
2952+9.00000000,
+8.00000000
2953+3.00000000,
+3.00000000
2954getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2955+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000
2956+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000
2965+9.00000000,
+8.00000000
2966+3.00000000,
+3.00000000
2968arref
= transpose(array)
2975+9.00000000,
+3.00000000
2976+8.00000000,
+3.00000000
2988+4.00000000,
+3.00000000,
+4.00000000,
+4.00000000,
+6.00000000
2989getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2990+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+6.00000000,
+6.00000000,
+6.00000000
2999+4.00000000,
+3.00000000,
+4.00000000
3001arref
= transpose(array)
3019+6,
+0,
+1,
+9,
+2,
+1
3022+7.00000000,
+1.00000000,
+6.00000000,
+1.00000000,
+0.00000000,
+1.00000000
3023getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3024+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+6.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+0.00000000,
+0.00000000,
+1.00000000
3033+7.00000000,
+1.00000000,
+0.00000000
3035arref
= transpose(array)
3056+9.00000000,
+6.00000000,
+1.00000000
3057getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3058+9.00000000,
+9.00000000,
+9.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000
3069arref
= transpose(array)
3088getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3098arref
= transpose(array)
3120getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3121+9.00000000,
+9.00000000
3122+6.00000000,
+6.00000000
3123+8.00000000,
+8.00000000
3136arref
= transpose(array)
3143+9.00000000,
+6.00000000,
+8.00000000
3155getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3165arref
= transpose(array)