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))
37array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
40getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
41"SSSSSSSSZZZZZZZJJJJJJJJJJJJJJJWWWWW"
60array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
63getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
83array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
86getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
87"NNNNNNNNNYYYYYYYYYSSJJ"
105+8,
+3,
+0,
+0,
+2,
+8,
+8,
+1
106array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
109getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
110"JJJJJJJJLLLKKXXXXXXXXFFFFFFFFY"
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))
197+4,
+6,
+7,
-1,
+0,
+0,
+5
198array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
201getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
202"TTTTFFFFFFBBBBBBBGGGGG"
221array
= getUnifRand(
repeat(
'A', nsam),
repeat(
'Z', nsam))
224getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
243+0,
+6,
+2,
+2,
+6,
+8,
+3
246"UV",
"KL",
"PB",
"JR",
"NB",
"KS",
"IE"
247getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
248"KL",
"KL",
"KL",
"KL",
"KL",
"KL",
"PB",
"PB",
"JR",
"JR",
"NB",
"NB",
"NB",
"NB",
"NB",
"NB",
"KS",
"KS",
"KS",
"KS",
"KS",
"KS",
"KS",
"KS",
"IE",
"IE",
"IE"
255+6,
+2,
+2,
+6,
+8,
+3
257"KL",
"PB",
"JR",
"NB",
"KS",
"IE",
"IE"
266-1,
+8,
+0,
+3,
+3,
+8,
+2,
+5
269"ZG",
"GE",
"SX",
"QP",
"UC",
"CY",
"CA",
"CT"
270getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
271"GE",
"GE",
"GE",
"GE",
"GE",
"GE",
"GE",
"GE",
"QP",
"QP",
"QP",
"UC",
"UC",
"UC",
"CY",
"CY",
"CY",
"CY",
"CY",
"CY",
"CY",
"CY",
"CA",
"CA",
"CT",
"CT",
"CT",
"CT",
"CT"
278+4,
+1,
+2,
+4,
+1,
+2
280"GE",
"QP",
"UC",
"CY",
"CA",
"CT",
"CA",
"CT"
289-1,
+8,
+5,
+4,
+6,
+4,
+9,
+6
292"TZ",
"OE",
"XO",
"GF",
"GQ",
"FM",
"OK",
"ZB"
293getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
294"OE",
"OE",
"OE",
"OE",
"OE",
"OE",
"OE",
"OE",
"XO",
"XO",
"XO",
"XO",
"XO",
"GF",
"GF",
"GF",
"GF",
"GQ",
"GQ",
"GQ",
"GQ",
"GQ",
"GQ",
"FM",
"FM",
"FM",
"FM",
"OK",
"OK",
"OK",
"OK",
"OK",
"OK",
"OK",
"OK",
"OK",
"ZB",
"ZB",
"ZB",
"ZB",
"ZB",
"ZB"
301+4,
+2,
+2,
+3,
+2,
+5,
+3
303"OE",
"XO",
"GF",
"GQ",
"FM",
"OK",
"ZB",
"ZB"
316getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
335+0,
+3,
+6,
+2,
+1,
+7,
+0
338"FH",
"XC",
"IU",
"OT",
"YF",
"IA",
"LE"
339getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
340"XC",
"XC",
"XC",
"IU",
"IU",
"IU",
"IU",
"IU",
"IU",
"OT",
"OT",
"YF",
"IA",
"IA",
"IA",
"IA",
"IA",
"IA",
"IA"
349"XC",
"IU",
"YF",
"IA",
"YF",
"IA",
"LE"
361"HA",
"OP",
"UZ",
"MC",
"CM"
362getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
363"HA",
"HA",
"HA",
"HA",
"OP",
"OP",
"OP",
"OP",
"OP",
"OP",
"OP",
"OP",
"UZ",
"MC",
"MC",
"MC",
"MC",
"MC",
"MC",
"MC",
"MC",
"CM",
"CM",
"CM",
"CM",
"CM"
372"HA",
"OP",
"MC",
"CM",
"CM"
381+6,
+9,
+2,
+4,
+6,
-1,
-1,
+6,
+3
384"BO",
"DI",
"RO",
"LF",
"HG",
"JS",
"TK",
"YB",
"BC"
385getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
386"BO",
"BO",
"BO",
"BO",
"BO",
"BO",
"DI",
"DI",
"DI",
"DI",
"DI",
"DI",
"DI",
"DI",
"DI",
"RO",
"RO",
"LF",
"LF",
"LF",
"LF",
"HG",
"HG",
"HG",
"HG",
"HG",
"HG",
"YB",
"YB",
"YB",
"YB",
"YB",
"YB",
"BC",
"BC",
"BC"
393+3,
+4,
+1,
+2,
+3,
+3,
+2
395"BO",
"DI",
"RO",
"LF",
"HG",
"YB",
"BC",
"YB",
"BC"
408getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
409"KU",
"KU",
"KU",
"KU",
"KU"
431getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
450+4,
+4,
-1,
+8,
+7,
+3,
+5
453"NO",
"KF",
"TM",
"SB",
"PI",
"QA",
"WZ"
454getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
455"NO",
"NO",
"NO",
"NO",
"KF",
"KF",
"KF",
"KF",
"SB",
"SB",
"SB",
"SB",
"SB",
"SB",
"SB",
"SB",
"PI",
"PI",
"PI",
"PI",
"PI",
"PI",
"PI",
"QA",
"QA",
"QA",
"WZ",
"WZ",
"WZ",
"WZ",
"WZ"
462+2,
+2,
+4,
+3,
+2,
+2
464"NO",
"KF",
"SB",
"PI",
"QA",
"WZ",
"WZ"
477getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
478+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+7,
+7,
+4,
+4,
+4,
+4,
+4,
+4,
+4
496+6,
+8,
+8,
+8,
+8,
+5
499+5,
+6,
+2,
+2,
+3,
+2
500getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
501+5,
+5,
+5,
+5,
+5,
+5,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+2,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+2,
+2,
+2,
+2,
+2
508+6,
+8,
+8,
+8,
+8,
+5
510+5,
+6,
+2,
+2,
+3,
+2
523getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
542+6,
+9,
+5,
+3,
+7,
+9,
+0
545+3,
+8,
+4,
+3,
+8,
+7,
+1
546getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
547+3,
+3,
+3,
+3,
+3,
+3,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+4,
+4,
+4,
+4,
+4,
+3,
+3,
+3,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7
554+2,
+3,
+1,
+1,
+3,
+3
556+3,
+8,
+4,
+3,
+8,
+7
569getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
588+4,
+4,
+0,
+6,
+4,
+4
591+9,
+9,
+8,
+4,
+7,
+9
592getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
593+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+4,
+4,
+4,
+4,
+4,
+4,
+7,
+7,
+7,
+7,
+9,
+9,
+9,
+9
615getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
616+0,
+0,
+0,
+1,
+6,
+6,
+6,
+6,
+4,
+4
638getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
661getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
662+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1
680+7,
+4,
+6,
+7,
+9,
+2,
+3,
+9
683+5,
+9,
+2,
+3,
+1,
+3,
+9,
+4
684getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
685+5,
+5,
+5,
+5,
+5,
+5,
+5,
+9,
+9,
+9,
+9,
+2,
+2,
+2,
+2,
+2,
+2,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+3,
+3,
+9,
+9,
+9,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4
692+1,
+1,
+2,
+2,
+2,
+1,
+2
694+5,
+9,
+2,
+3,
+1,
+9,
+4
703+9,
+1,
+9,
+1,
+9,
-1,
+7,
+7
706T, F, T, F, F, T, T, F
707getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
708T, T, T, T, T, T, T, T, T, F, T, T, T, T, T, T, T, T, T, F, F, F, F, F, F, F, F, F, F, T, T, T, T, T, T, T, F, F, F, F, F, F, F
715+9,
+1,
+9,
+1,
+9,
+7,
+7
730getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
749+4,
+6,
+2,
+6,
-1,
+8
753getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
754T, T, T, T, T, T, T, T, T, T, T, T, F, F, F, F, F, F, T, T, T, T, T, T, T, T
776getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
799getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
800F, F, F, F, F, F, F, F, F, F
822getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
823F, F, F, F, F, F, T, T, T, T
841+7,
+2,
+7,
+7,
+9,
+2
845getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
846T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T
853+7,
+2,
+7,
+7,
+9,
+2
864+0,
+7,
+9,
+3,
+2,
+3,
+0
868getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
869F, F, F, F, F, F, F, T, T, T, T, T, T, T, T, T, F, F, F, T, T, T, T, T
891getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
914getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
936(
+0.00000000,
+9.00000000), (
+0.00000000,
+9.00000000), (
+5.00000000,
+6.00000000)
937getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
938(
+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), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000), (
+5.00000000,
+6.00000000)
947(
+0.00000000,
+9.00000000), (
+5.00000000,
+6.00000000)
956+6,
-1,
+0,
-1,
+6,
+7,
-1,
+6
959(
+8.00000000,
+9.00000000), (
+0.00000000,
+2.00000000), (
+4.00000000,
+4.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+5.00000000), (
+3.00000000,
+3.00000000), (
+6.00000000,
+3.00000000)
960getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
961(
+8.00000000,
+9.00000000), (
+8.00000000,
+9.00000000), (
+8.00000000,
+9.00000000), (
+8.00000000,
+9.00000000), (
+8.00000000,
+9.00000000), (
+8.00000000,
+9.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,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.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)
970(
+8.00000000,
+9.00000000), (
+4.00000000,
+2.00000000), (
+4.00000000,
+5.00000000), (
+6.00000000,
+3.00000000)
983getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1005(
+7.00000000,
+6.00000000)
1006getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1007(
+7.00000000,
+6.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), (
+7.00000000,
+6.00000000), (
+7.00000000,
+6.00000000)
1016(
+7.00000000,
+6.00000000)
1028(
+4.00000000,
+5.00000000), (
+4.00000000,
+1.00000000), (
+8.00000000,
+2.00000000)
1029getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1030(
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+5.00000000), (
+4.00000000,
+1.00000000), (
+8.00000000,
+2.00000000), (
+8.00000000,
+2.00000000), (
+8.00000000,
+2.00000000), (
+8.00000000,
+2.00000000), (
+8.00000000,
+2.00000000)
1039(
+4.00000000,
+5.00000000), (
+8.00000000,
+2.00000000)
1051(
+0.00000000,
+8.00000000), (
+6.00000000,
+3.00000000)
1052getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1053(
+6.00000000,
+3.00000000), (
+6.00000000,
+3.00000000)
1074(
+8.00000000,
+7.00000000), (
+2.00000000,
+0.00000000)
1075getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1076(
+8.00000000,
+7.00000000), (
+8.00000000,
+7.00000000), (
+2.00000000,
+0.00000000), (
+2.00000000,
+0.00000000)
1085(
+2.00000000,
+0.00000000)
1097(
+3.00000000,
+8.00000000)
1098getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1121getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1140+1,
+0,
+5,
+7,
+3,
+9
1143(
+4.00000000,
+2.00000000), (
+3.00000000,
+1.00000000), (
+2.00000000,
+2.00000000), (
+3.00000000,
+1.00000000), (
+2.00000000,
+9.00000000), (
+5.00000000,
+1.00000000)
1144getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1145(
+4.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+2.00000000,
+9.00000000), (
+2.00000000,
+9.00000000), (
+2.00000000,
+9.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)
1154(
+4.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+3.00000000,
+1.00000000), (
+2.00000000,
+9.00000000), (
+5.00000000,
+1.00000000)
1167getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1186+0,
+5,
+4,
+5,
+9,
+5,
+7,
+8,
+2
1189+5.00000000,
+4.00000000,
+8.00000000,
+7.00000000,
+5.00000000,
+1.00000000,
+7.00000000,
+5.00000000,
+0.00000000
1190getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1191+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.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,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.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,
+0.00000000,
+0.00000000
1198+1,
+1,
+1,
+2,
+2,
+1,
+2,
+1
1200+4.00000000,
+8.00000000,
+7.00000000,
+5.00000000,
+1.00000000,
+7.00000000,
+5.00000000,
+0.00000000
1212+5.00000000,
+3.00000000,
+8.00000000
1213getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1214+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,
+3.00000000,
+3.00000000,
+3.00000000,
+8.00000000,
+8.00000000,
+8.00000000
1223+5.00000000,
+3.00000000,
+8.00000000
1232+8,
+4,
+3,
+6,
-1,
+1,
+7
1235+3.00000000,
+8.00000000,
+5.00000000,
+4.00000000,
+4.00000000,
+7.00000000,
+1.00000000
1236getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1237+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+7.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000
1244+4,
+2,
+1,
+3,
+1,
+3
1246+3.00000000,
+8.00000000,
+5.00000000,
+4.00000000,
+7.00000000,
+1.00000000
1259getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1260+9.00000000,
+9.00000000,
+9.00000000
1278+4,
+3,
+5,
+8,
+3,
+3,
+9
1281+0.00000000,
+4.00000000,
+7.00000000,
+5.00000000,
+5.00000000,
+4.00000000,
+1.00000000
1282getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1283+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+4.00000000,
+4.00000000,
+4.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,
+5.00000000,
+5.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000
1290+1,
+1,
+2,
+2,
+1,
+1,
+3
1292+0.00000000,
+4.00000000,
+7.00000000,
+5.00000000,
+5.00000000,
+4.00000000,
+1.00000000
1301+2,
+2,
+2,
+4,
+9,
+7,
+3,
+2,
+3
1304+8.00000000,
+2.00000000,
+7.00000000,
+3.00000000,
+8.00000000,
+1.00000000,
+1.00000000,
+8.00000000,
+0.00000000
1305getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1306+8.00000000,
+8.00000000,
+2.00000000,
+2.00000000,
+7.00000000,
+7.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+8.00000000,
+8.00000000,
+0.00000000,
+0.00000000,
+0.00000000
1313+1,
+1,
+1,
+3,
+2,
+1,
+1,
+1
1315+2.00000000,
+7.00000000,
+3.00000000,
+8.00000000,
+1.00000000,
+1.00000000,
+8.00000000,
+0.00000000
1327+6.00000000,
+2.00000000,
+5.00000000,
+0.00000000,
+0.00000000
1328getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1329+6.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+0.00000000,
+0.00000000
1338+5.00000000,
+0.00000000
1347+9,
+7,
+9,
+8,
+4,
+9
1350+8.00000000,
+9.00000000,
+0.00000000,
+2.00000000,
+5.00000000,
+3.00000000
1351getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1352+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,
+9.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000
1359+9,
+7,
+9,
+8,
+4,
+9
1361+8.00000000,
+9.00000000,
+0.00000000,
+2.00000000,
+5.00000000,
+3.00000000
1370+3,
+2,
+1,
+3,
+1,
+1
1373+0.00000000,
+4.00000000,
+5.00000000,
+2.00000000,
+9.00000000,
+8.00000000
1374getVerbose(array, weight,
sum(weight, mask
= weight
> 0))
1375+0.00000000,
+0.00000000,
+0.00000000,
+4.00000000,
+4.00000000,
+5.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+9.00000000,
+8.00000000
1382+3,
+2,
+1,
+3,
+1,
+1
1384+0.00000000,
+4.00000000,
+5.00000000,
+2.00000000,
+9.00000000,
+8.00000000
1402getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1414arref
= transpose(array)
1429+4,
+3,
+5,
+0,
+5,
+1,
-1,
+0
1432"YF",
"TS",
"OZ",
"AH",
"SM",
"OM",
"MC",
"RU"
1433"LN",
"PG",
"NC",
"SU",
"ND",
"UH",
"JD",
"JD"
1434"JZ",
"RX",
"WD",
"EC",
"DE",
"IV",
"ZA",
"NY"
1435getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1436"YF",
"YF",
"YF",
"YF",
"TS",
"TS",
"TS",
"OZ",
"OZ",
"OZ",
"OZ",
"OZ",
"SM",
"SM",
"SM",
"SM",
"SM",
"OM"
1437"LN",
"LN",
"LN",
"LN",
"PG",
"PG",
"PG",
"NC",
"NC",
"NC",
"NC",
"NC",
"ND",
"ND",
"ND",
"ND",
"ND",
"UH"
1438"JZ",
"JZ",
"JZ",
"JZ",
"RX",
"RX",
"RX",
"WD",
"WD",
"WD",
"WD",
"WD",
"DE",
"DE",
"DE",
"DE",
"DE",
"IV"
1447"YF",
"TS",
"OZ",
"SM",
"OM"
1448"LN",
"PG",
"NC",
"ND",
"UH"
1449"JZ",
"RX",
"WD",
"DE",
"IV"
1451arref
= transpose(array)
1477getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1493arref
= transpose(array)
1512getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1524arref
= transpose(array)
1540+7,
+1,
+1,
+2,
+9,
+4,
+5,
+1
1543"ET",
"NO",
"ZS",
"IG",
"ZT",
"YX",
"BI",
"YT"
1544"YD",
"TZ",
"PE",
"AP",
"HI",
"KA",
"MU",
"GV"
1545"BH",
"HY",
"EV",
"GC",
"EB",
"XH",
"QL",
"QZ"
1546getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1547"ET",
"ET",
"ET",
"ET",
"ET",
"ET",
"ET",
"NO",
"ZS",
"IG",
"IG",
"ZT",
"ZT",
"ZT",
"ZT",
"ZT",
"ZT",
"ZT",
"ZT",
"ZT",
"YX",
"YX",
"YX",
"YX",
"BI",
"BI",
"BI",
"BI",
"BI",
"YT"
1548"YD",
"YD",
"YD",
"YD",
"YD",
"YD",
"YD",
"TZ",
"PE",
"AP",
"AP",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"HI",
"KA",
"KA",
"KA",
"KA",
"MU",
"MU",
"MU",
"MU",
"MU",
"GV"
1549"BH",
"BH",
"BH",
"BH",
"BH",
"BH",
"BH",
"HY",
"EV",
"GC",
"GC",
"EB",
"EB",
"EB",
"EB",
"EB",
"EB",
"EB",
"EB",
"EB",
"XH",
"XH",
"XH",
"XH",
"QL",
"QL",
"QL",
"QL",
"QL",
"QZ"
1558"ET",
"NO",
"ZT",
"YX",
"BI"
1559"YD",
"TZ",
"HI",
"KA",
"MU"
1560"BH",
"HY",
"EB",
"XH",
"QL"
1562arref
= transpose(array)
1585getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1595arref
= transpose(array)
1611+6,
+8,
+5,
+1,
+6,
+9
1614getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1624arref
= transpose(array)
1629+6,
+8,
+5,
+1,
+6,
+9
1651getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1652"OD",
"OD",
"OD",
"OD",
"OD",
"OD",
"BI",
"BI",
"BI"
1653"VJ",
"VJ",
"VJ",
"VJ",
"VJ",
"VJ",
"OM",
"OM",
"OM"
1654"JS",
"JS",
"JS",
"JS",
"JS",
"JS",
"YE",
"YE",
"YE"
1667arref
= transpose(array)
1690getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1691"TQ",
"TQ",
"TQ",
"TQ",
"TQ",
"TQ",
"TQ",
"TQ",
"TQ"
1692"JE",
"JE",
"JE",
"JE",
"JE",
"JE",
"JE",
"JE",
"JE"
1693"KE",
"KE",
"KE",
"KE",
"KE",
"KE",
"KE",
"KE",
"KE"
1706arref
= transpose(array)
1725"TM",
"EZ",
"XT",
"JB",
"EL"
1726getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1727"EZ",
"EZ",
"EZ",
"EZ",
"EZ",
"EZ",
"EZ",
"EZ",
"XT",
"XT",
"JB",
"JB",
"JB",
"JB",
"EL",
"EL",
"EL",
"EL"
1736"EZ",
"XT",
"JB",
"EL"
1738arref
= transpose(array)
1757+8,
+1,
+2,
+9,
+5,
-1,
+3
1760+9,
+9,
+1,
+4,
+1,
+2,
+8
1761getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1762+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+1,
+1,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+1,
+1,
+1,
+1,
+1,
+8,
+8,
+8
1773arref
= transpose(array)
1799getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1815arref
= transpose(array)
1831+9,
+8,
-1,
+8,
+7,
+1,
+6,
+2,
+6
1834+3,
+4,
+2,
+1,
+7,
+1,
+4,
+4,
+7
1835+5,
+5,
+4,
+0,
+4,
+8,
+6,
+2,
+4
1836+3,
+0,
+8,
+7,
+8,
+2,
+0,
+8,
+7
1837getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1838+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+1,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+7,
+7,
+7,
+7,
+7,
+7
1839+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+8,
+6,
+6,
+6,
+6,
+6,
+6,
+2,
+2,
+4,
+4,
+4,
+4,
+4,
+4
1840+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+2,
+0,
+0,
+0,
+0,
+0,
+0,
+8,
+8,
+7,
+7,
+7,
+7,
+7,
+7
1847+4,
+4,
+4,
+4,
+3,
+1,
+3
1849+3,
+4,
+1,
+7,
+4,
+4,
+7
1850+5,
+5,
+0,
+4,
+6,
+2,
+4
1851+3,
+0,
+7,
+8,
+0,
+8,
+7
1853arref
= transpose(array)
1858+4,
+4,
+4,
+4,
+3,
+1,
+3
1875+7,
+7,
+8,
+0,
+9,
+1
1878+6,
+0,
+9,
+7,
+1,
+1
1879+4,
+3,
+6,
+7,
+3,
+7
1880getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1881+6,
+6,
+6,
+6,
+6,
+6,
+6,
+0,
+0,
+0,
+0,
+0,
+0,
+0,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1
1882+4,
+4,
+4,
+4,
+4,
+4,
+4,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+7
1894arref
= transpose(array)
1913+8,
+4,
-1,
+6,
+4,
+2,
+1,
+8
1916+3,
+2,
+1,
+3,
+9,
+5,
+0,
+5
1917+6,
+1,
+3,
+4,
+4,
+7,
+5,
+7
1918+7,
+8,
+6,
+1,
+3,
+0,
+9,
+8
1919getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1920+3,
+3,
+3,
+3,
+3,
+3,
+3,
+3,
+2,
+2,
+2,
+2,
+3,
+3,
+3,
+3,
+3,
+3,
+9,
+9,
+9,
+9,
+5,
+5,
+0,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5
1921+6,
+6,
+6,
+6,
+6,
+6,
+6,
+6,
+1,
+1,
+1,
+1,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+7,
+7,
+5,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7
1922+7,
+7,
+7,
+7,
+7,
+7,
+7,
+7,
+8,
+8,
+8,
+8,
+1,
+1,
+1,
+1,
+1,
+1,
+3,
+3,
+3,
+3,
+0,
+0,
+9,
+8,
+8,
+8,
+8,
+8,
+8,
+8,
+8
1929+8,
+4,
+6,
+4,
+2,
+1,
+8
1931+3,
+2,
+3,
+9,
+5,
+0,
+5
1932+6,
+1,
+4,
+4,
+7,
+5,
+7
1933+7,
+8,
+1,
+3,
+0,
+9,
+8
1935arref
= transpose(array)
1940+8,
+4,
+6,
+4,
+2,
+1,
+8
1957-1,
+3,
+6,
+2,
+8,
+7,
+4,
+1
1960+6,
+5,
+1,
+0,
+5,
+5,
+9,
+1
1961getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1962+5,
+5,
+5,
+1,
+1,
+1,
+1,
+1,
+1,
+0,
+0,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+5,
+9,
+9,
+9,
+9,
+1
1969+1,
+3,
+1,
+4,
+4,
+2
1971+5,
+1,
+0,
+5,
+5,
+9
1973arref
= transpose(array)
1978+1,
+3,
+1,
+4,
+4,
+2
1998getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
1999+1,
+1,
+1,
+1,
+1,
+1,
+1,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+0,
+0,
+0,
+0,
+0,
+3,
+3,
+3
2010arref
= transpose(array)
2034getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2035+3,
+3,
+3,
+3,
+3,
+3,
+3
2046arref
= transpose(array)
2062+6,
+0,
+8,
+8,
+7,
+6,
+6,
+1,
+6
2065getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2075arref
= transpose(array)
2080+6,
+8,
+8,
+7,
+6,
+6,
+1,
+6
2104getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2105+6,
+6,
+6,
+6,
+6,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4,
+4
2106+9,
+9,
+9,
+9,
+9,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+1,
+5,
+5,
+5,
+5,
+5,
+5
2107+4,
+4,
+4,
+4,
+4,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9,
+9
2120arref
= transpose(array)
2143getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2157arref
= transpose(array)
2176getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2177T, T, T, T, T, T, T, T, T, F, F, F, F, F, F, T, T, T, T
2188arref
= transpose(array)
2210getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2220arref
= transpose(array)
2241getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2255arref
= transpose(array)
2271+9,
+2,
+9,
+8,
+0,
+7,
+0,
+3
2274T, T, T, T, T, F, F, F
2275T, F, F, F, T, T, F, T
2276getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2277T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, F, F, F, F, F, F, F, F, F, F
2278T, 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, T, T, T, T, T, T, T, T, T, T
2290arref
= transpose(array)
2310+5,
+9,
+6,
+2,
+5,
+7,
+7,
+4,
+6
2313F, T, F, F, T, T, F, F, F
2314T, F, T, T, F, F, F, F, F
2315getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2316F, F, F, F, F, T, T, T, T, T, T, T, T, T, F, F, F, F, F, F, F, F, T, 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, F, F
2317T, T, T, T, T, F, F, F, F, F, F, F, 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, F, F, F, F, F, F, F
2324+1,
+3,
+2,
+1,
+2,
+2,
+2,
+2,
+2
2326F, T, F, F, T, T, F, F, F
2327T, F, T, T, F, F, F, F, F
2329arref
= transpose(array)
2334+1,
+3,
+2,
+1,
+2,
+2,
+2,
+2,
+2
2357getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2358F, F, F, F, F, F, F, F, F, T, T, T, T, T, T, T
2369arref
= transpose(array)
2392getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2408arref
= transpose(array)
2426getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2436arref
= transpose(array)
2454+1,
+3,
+4,
+7,
+6,
+4,
+9,
+2,
+2
2457getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2467arref
= transpose(array)
2472+1,
+1,
+3,
+2,
+1,
+3,
+1
2489+1,
-1,
+3,
+2,
+3,
+4,
+4,
+9
2492(
+3.00000000,
+5.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+9.00000000,
+7.00000000), (
+6.00000000,
+0.00000000), (
+4.00000000,
+6.00000000), (
+3.00000000,
+0.00000000), (
+2.00000000,
+4.00000000)
2493getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2494(
+3.00000000,
+5.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+2.00000000,
+2.00000000), (
+9.00000000,
+7.00000000), (
+9.00000000,
+7.00000000), (
+6.00000000,
+0.00000000), (
+6.00000000,
+0.00000000), (
+6.00000000,
+0.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.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)
2501+2,
+1,
+1,
+2,
+2,
+5
2503(
+2.00000000,
+2.00000000), (
+9.00000000,
+7.00000000), (
+6.00000000,
+0.00000000), (
+4.00000000,
+6.00000000), (
+3.00000000,
+0.00000000), (
+2.00000000,
+4.00000000)
2505arref
= transpose(array)
2510+2,
+1,
+1,
+2,
+2,
+5
2512(
+2.00000000,
+2.00000000)
2513(
+9.00000000,
+7.00000000)
2514(
+6.00000000,
+0.00000000)
2515(
+4.00000000,
+6.00000000)
2516(
+3.00000000,
+0.00000000)
2517(
+2.00000000,
+4.00000000)
2526+6,
-1,
-1,
+9,
+9,
+4,
+1
2529(
+5.00000000,
+5.00000000), (
+4.00000000,
+9.00000000), (
+1.00000000,
+1.00000000), (
+4.00000000,
+1.00000000), (
+1.00000000,
+0.00000000), (
+2.00000000,
+3.00000000), (
+0.00000000,
+4.00000000)
2530(
+3.00000000,
+8.00000000), (
+3.00000000,
+2.00000000), (
+1.00000000,
+5.00000000), (
+0.00000000,
+0.00000000), (
+8.00000000,
+3.00000000), (
+9.00000000,
+7.00000000), (
+7.00000000,
+6.00000000)
2531(
+5.00000000,
+3.00000000), (
+9.00000000,
+5.00000000), (
+9.00000000,
+5.00000000), (
+5.00000000,
+8.00000000), (
+2.00000000,
+4.00000000), (
+9.00000000,
+3.00000000), (
+5.00000000,
+3.00000000)
2532getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2533(
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.00000000), (
+5.00000000,
+5.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,
+1.00000000), (
+4.00000000,
+1.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), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+2.00000000,
+3.00000000), (
+0.00000000,
+4.00000000)
2534(
+3.00000000,
+8.00000000), (
+3.00000000,
+8.00000000), (
+3.00000000,
+8.00000000), (
+3.00000000,
+8.00000000), (
+3.00000000,
+8.00000000), (
+3.00000000,
+8.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), (
+0.00000000,
+0.00000000), (
+0.00000000,
+0.00000000), (
+0.00000000,
+0.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,
+3.00000000), (
+8.00000000,
+3.00000000), (
+9.00000000,
+7.00000000), (
+9.00000000,
+7.00000000), (
+9.00000000,
+7.00000000), (
+9.00000000,
+7.00000000), (
+7.00000000,
+6.00000000)
2535(
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.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,
+8.00000000), (
+5.00000000,
+8.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), (
+9.00000000,
+3.00000000), (
+9.00000000,
+3.00000000), (
+9.00000000,
+3.00000000), (
+9.00000000,
+3.00000000), (
+5.00000000,
+3.00000000)
2544(
+5.00000000,
+5.00000000), (
+4.00000000,
+1.00000000), (
+1.00000000,
+0.00000000), (
+2.00000000,
+3.00000000)
2545(
+3.00000000,
+8.00000000), (
+0.00000000,
+0.00000000), (
+8.00000000,
+3.00000000), (
+9.00000000,
+7.00000000)
2546(
+5.00000000,
+3.00000000), (
+5.00000000,
+8.00000000), (
+2.00000000,
+4.00000000), (
+9.00000000,
+3.00000000)
2548arref
= transpose(array)
2555(
+5.00000000,
+5.00000000), (
+3.00000000,
+8.00000000), (
+5.00000000,
+3.00000000)
2556(
+4.00000000,
+1.00000000), (
+0.00000000,
+0.00000000), (
+5.00000000,
+8.00000000)
2557(
+1.00000000,
+0.00000000), (
+8.00000000,
+3.00000000), (
+2.00000000,
+4.00000000)
2558(
+2.00000000,
+3.00000000), (
+9.00000000,
+7.00000000), (
+9.00000000,
+3.00000000)
2570(
+4.00000000,
+7.00000000), (
+4.00000000,
+5.00000000), (
+1.00000000,
+0.00000000), (
+4.00000000,
+2.00000000), (
+2.00000000,
+6.00000000)
2571getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2572(
+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), (
+1.00000000,
+0.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)
2581(
+4.00000000,
+7.00000000), (
+4.00000000,
+2.00000000)
2583arref
= transpose(array)
2590(
+4.00000000,
+7.00000000)
2591(
+4.00000000,
+2.00000000)
2600+4,
+4,
-1,
+6,
+8,
+2,
+3,
+6,
+1
2603(
+9.00000000,
+1.00000000), (
+0.00000000,
+2.00000000), (
+2.00000000,
+4.00000000), (
+2.00000000,
+5.00000000), (
+0.00000000,
+0.00000000), (
+8.00000000,
+2.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+1.00000000), (
+3.00000000,
+7.00000000)
2604(
+4.00000000,
+0.00000000), (
+0.00000000,
+2.00000000), (
+0.00000000,
+9.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+9.00000000), (
+6.00000000,
+7.00000000), (
+5.00000000,
+3.00000000), (
+9.00000000,
+1.00000000), (
+4.00000000,
+8.00000000)
2605getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2606(
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+0.00000000,
+2.00000000), (
+0.00000000,
+2.00000000), (
+0.00000000,
+2.00000000), (
+0.00000000,
+2.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), (
+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,
+0.00000000), (
+0.00000000,
+0.00000000), (
+8.00000000,
+2.00000000), (
+8.00000000,
+2.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+1.00000000), (
+6.00000000,
+1.00000000), (
+6.00000000,
+1.00000000), (
+6.00000000,
+1.00000000), (
+6.00000000,
+1.00000000), (
+6.00000000,
+1.00000000), (
+3.00000000,
+7.00000000)
2607(
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+4.00000000,
+0.00000000), (
+0.00000000,
+2.00000000), (
+0.00000000,
+2.00000000), (
+0.00000000,
+2.00000000), (
+0.00000000,
+2.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,
+9.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000), (
+5.00000000,
+9.00000000), (
+6.00000000,
+7.00000000), (
+6.00000000,
+7.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+5.00000000,
+3.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+9.00000000,
+1.00000000), (
+4.00000000,
+8.00000000)
2614+4,
+4,
+6,
+8,
+2,
+3,
+6,
+1
2616(
+9.00000000,
+1.00000000), (
+0.00000000,
+2.00000000), (
+2.00000000,
+5.00000000), (
+0.00000000,
+0.00000000), (
+8.00000000,
+2.00000000), (
+6.00000000,
+9.00000000), (
+6.00000000,
+1.00000000), (
+3.00000000,
+7.00000000)
2617(
+4.00000000,
+0.00000000), (
+0.00000000,
+2.00000000), (
+5.00000000,
+1.00000000), (
+5.00000000,
+9.00000000), (
+6.00000000,
+7.00000000), (
+5.00000000,
+3.00000000), (
+9.00000000,
+1.00000000), (
+4.00000000,
+8.00000000)
2619arref
= transpose(array)
2624+4,
+4,
+6,
+8,
+2,
+3,
+6,
+1
2626(
+9.00000000,
+1.00000000), (
+4.00000000,
+0.00000000)
2627(
+0.00000000,
+2.00000000), (
+0.00000000,
+2.00000000)
2628(
+2.00000000,
+5.00000000), (
+5.00000000,
+1.00000000)
2629(
+0.00000000,
+0.00000000), (
+5.00000000,
+9.00000000)
2630(
+8.00000000,
+2.00000000), (
+6.00000000,
+7.00000000)
2631(
+6.00000000,
+9.00000000), (
+5.00000000,
+3.00000000)
2632(
+6.00000000,
+1.00000000), (
+9.00000000,
+1.00000000)
2633(
+3.00000000,
+7.00000000), (
+4.00000000,
+8.00000000)
2642-1,
+2,
+4,
+5,
+7,
+3,
+6,
+3
2645(
+9.00000000,
+5.00000000), (
+3.00000000,
+9.00000000), (
+3.00000000,
+7.00000000), (
+3.00000000,
+4.00000000), (
+5.00000000,
+0.00000000), (
+4.00000000,
+4.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+0.00000000)
2646getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2647(
+3.00000000,
+9.00000000), (
+3.00000000,
+9.00000000), (
+3.00000000,
+7.00000000), (
+3.00000000,
+7.00000000), (
+3.00000000,
+7.00000000), (
+3.00000000,
+7.00000000), (
+3.00000000,
+4.00000000), (
+3.00000000,
+4.00000000), (
+3.00000000,
+4.00000000), (
+3.00000000,
+4.00000000), (
+3.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,
+0.00000000), (
+4.00000000,
+4.00000000), (
+4.00000000,
+4.00000000), (
+4.00000000,
+4.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), (
+7.00000000,
+0.00000000), (
+7.00000000,
+0.00000000), (
+7.00000000,
+0.00000000)
2654+2,
+1,
+3,
+1,
+2,
+1
2656(
+3.00000000,
+7.00000000), (
+3.00000000,
+4.00000000), (
+5.00000000,
+0.00000000), (
+4.00000000,
+4.00000000), (
+7.00000000,
+6.00000000), (
+7.00000000,
+0.00000000)
2658arref
= transpose(array)
2663+2,
+1,
+3,
+1,
+2,
+1
2665(
+3.00000000,
+7.00000000)
2666(
+3.00000000,
+4.00000000)
2667(
+5.00000000,
+0.00000000)
2668(
+4.00000000,
+4.00000000)
2669(
+7.00000000,
+6.00000000)
2670(
+7.00000000,
+0.00000000)
2685getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2701arref
= transpose(array)
2719(
+9.00000000,
+4.00000000), (
+8.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+0.00000000,
+7.00000000)
2720(
+1.00000000,
+4.00000000), (
+3.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+2.00000000)
2721(
+4.00000000,
+7.00000000), (
+4.00000000,
+6.00000000), (
+8.00000000,
+8.00000000), (
+8.00000000,
+6.00000000)
2722getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2723(
+9.00000000,
+4.00000000), (
+9.00000000,
+4.00000000), (
+9.00000000,
+4.00000000), (
+9.00000000,
+4.00000000), (
+9.00000000,
+4.00000000), (
+9.00000000,
+4.00000000), (
+9.00000000,
+4.00000000), (
+9.00000000,
+4.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), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+0.00000000,
+7.00000000), (
+0.00000000,
+7.00000000), (
+0.00000000,
+7.00000000)
2724(
+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), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+3.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,
+2.00000000), (
+9.00000000,
+2.00000000), (
+9.00000000,
+2.00000000)
2725(
+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,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+8.00000000,
+8.00000000), (
+8.00000000,
+8.00000000), (
+8.00000000,
+8.00000000), (
+8.00000000,
+8.00000000), (
+8.00000000,
+8.00000000), (
+8.00000000,
+8.00000000), (
+8.00000000,
+8.00000000), (
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000), (
+8.00000000,
+6.00000000)
2734(
+9.00000000,
+4.00000000), (
+8.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+0.00000000,
+7.00000000)
2735(
+1.00000000,
+4.00000000), (
+3.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+9.00000000,
+2.00000000)
2736(
+4.00000000,
+7.00000000), (
+4.00000000,
+6.00000000), (
+8.00000000,
+8.00000000), (
+8.00000000,
+6.00000000)
2738arref
= transpose(array)
2745(
+9.00000000,
+4.00000000), (
+1.00000000,
+4.00000000), (
+4.00000000,
+7.00000000)
2746(
+8.00000000,
+0.00000000), (
+3.00000000,
+0.00000000), (
+4.00000000,
+6.00000000)
2747(
+3.00000000,
+0.00000000), (
+9.00000000,
+0.00000000), (
+8.00000000,
+8.00000000)
2748(
+0.00000000,
+7.00000000), (
+9.00000000,
+2.00000000), (
+8.00000000,
+6.00000000)
2757+7,
+6,
+1,
+4,
-1,
+8,
+6,
+2,
-1
2760(
+3.00000000,
+1.00000000), (
+7.00000000,
+3.00000000), (
+0.00000000,
+1.00000000), (
+4.00000000,
+4.00000000), (
+4.00000000,
+9.00000000), (
+4.00000000,
+1.00000000), (
+4.00000000,
+6.00000000), (
+0.00000000,
+4.00000000), (
+0.00000000,
+3.00000000)
2761getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2762(
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+3.00000000,
+1.00000000), (
+7.00000000,
+3.00000000), (
+7.00000000,
+3.00000000), (
+7.00000000,
+3.00000000), (
+7.00000000,
+3.00000000), (
+7.00000000,
+3.00000000), (
+7.00000000,
+3.00000000), (
+0.00000000,
+1.00000000), (
+4.00000000,
+4.00000000), (
+4.00000000,
+4.00000000), (
+4.00000000,
+4.00000000), (
+4.00000000,
+4.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,
+1.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+4.00000000,
+6.00000000), (
+0.00000000,
+4.00000000), (
+0.00000000,
+4.00000000)
2771(
+3.00000000,
+1.00000000), (
+7.00000000,
+3.00000000), (
+4.00000000,
+4.00000000), (
+4.00000000,
+1.00000000), (
+4.00000000,
+6.00000000)
2773arref
= transpose(array)
2780(
+3.00000000,
+1.00000000)
2781(
+7.00000000,
+3.00000000)
2782(
+4.00000000,
+4.00000000)
2783(
+4.00000000,
+1.00000000)
2784(
+4.00000000,
+6.00000000)
2798getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2812arref
= transpose(array)
2830(
+0.00000000,
+0.00000000), (
+0.00000000,
+2.00000000), (
+4.00000000,
+4.00000000), (
+1.00000000,
+0.00000000), (
+4.00000000,
+5.00000000)
2831(
+5.00000000,
+2.00000000), (
+8.00000000,
+4.00000000), (
+7.00000000,
+3.00000000), (
+7.00000000,
+1.00000000), (
+5.00000000,
+0.00000000)
2832getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2833(
+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,
+2.00000000), (
+0.00000000,
+2.00000000), (
+0.00000000,
+2.00000000), (
+0.00000000,
+2.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)
2834(
+5.00000000,
+2.00000000), (
+5.00000000,
+2.00000000), (
+5.00000000,
+2.00000000), (
+5.00000000,
+2.00000000), (
+5.00000000,
+2.00000000), (
+5.00000000,
+2.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.00000000), (
+8.00000000,
+4.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,
+1.00000000)
2843(
+0.00000000,
+0.00000000), (
+0.00000000,
+2.00000000), (
+1.00000000,
+0.00000000)
2844(
+5.00000000,
+2.00000000), (
+8.00000000,
+4.00000000), (
+7.00000000,
+1.00000000)
2846arref
= transpose(array)
2853(
+0.00000000,
+0.00000000), (
+5.00000000,
+2.00000000)
2854(
+0.00000000,
+2.00000000), (
+8.00000000,
+4.00000000)
2855(
+1.00000000,
+0.00000000), (
+7.00000000,
+1.00000000)
2864+2,
+7,
+8,
+1,
+6,
+8,
+4,
+4
2867getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2877arref
= transpose(array)
2882+3,
+2,
+1,
+2,
+2,
+2,
+1
2899+6,
+2,
-1,
+6,
+4,
+3,
+1,
+8,
+5
2902+5.00000000,
+8.00000000,
+9.00000000,
+2.00000000,
+2.00000000,
+9.00000000,
+7.00000000,
+4.00000000,
+0.00000000
2903getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2904+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+8.00000000,
+8.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+7.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+4.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000
2911+3,
+1,
+3,
+2,
+1,
+1,
+4,
+2
2913+5.00000000,
+8.00000000,
+2.00000000,
+2.00000000,
+9.00000000,
+7.00000000,
+4.00000000,
+0.00000000
2915arref
= transpose(array)
2920+3,
+1,
+3,
+2,
+1,
+1,
+4,
+2
2941+1.00000000,
+8.00000000,
+2.00000000
2942+3.00000000,
+1.00000000,
+8.00000000
2943+0.00000000,
+9.00000000,
+6.00000000
2944getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2945+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000,
+2.00000000
2946+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+1.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000,
+8.00000000
2947+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+0.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000
2956+1.00000000,
+8.00000000,
+2.00000000
2957+3.00000000,
+1.00000000,
+8.00000000
2958+0.00000000,
+9.00000000,
+6.00000000
2960arref
= transpose(array)
2967+1.00000000,
+3.00000000,
+0.00000000
2968+8.00000000,
+1.00000000,
+9.00000000
2969+2.00000000,
+8.00000000,
+6.00000000
2981getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
2991arref
= transpose(array)
3009+8,
+1,
-1,
+1,
+6,
+9
3012+7.00000000,
+9.00000000,
+1.00000000,
+2.00000000,
+2.00000000,
+5.00000000
3013getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3014+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+9.00000000,
+2.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
3023+7.00000000,
+2.00000000,
+5.00000000
3025arref
= transpose(array)
3046+1.00000000,
+1.00000000,
+9.00000000
3047+5.00000000,
+9.00000000,
+5.00000000
3048+4.00000000,
+4.00000000,
+7.00000000
3049getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3050+1.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000,
+9.00000000
3051+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000
3052+4.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000
3065arref
= transpose(array)
3072+9.00000000,
+5.00000000,
+7.00000000
3084+8.00000000,
+6.00000000
3085getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3086+8.00000000,
+8.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000
3095+8.00000000,
+6.00000000
3097arref
= transpose(array)
3114+3,
+5,
+2,
+8,
+9,
+0,
+1
3117+4.00000000,
+5.00000000,
+6.00000000,
+7.00000000,
+6.00000000,
+4.00000000,
+5.00000000
3118getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3119+4.00000000,
+4.00000000,
+4.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+5.00000000,
+6.00000000,
+6.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+7.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+6.00000000,
+5.00000000
3128+4.00000000,
+5.00000000,
+6.00000000,
+7.00000000,
+6.00000000
3130arref
= transpose(array)
3153getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3163arref
= transpose(array)
3180+7,
+7,
+8,
-1,
+5,
+9
3183+3.00000000,
+7.00000000,
+0.00000000,
+0.00000000,
+7.00000000,
+0.00000000
3184getVerbose(array, weight,
sum(weight, mask
= weight
> 0), dim)
3185+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.00000000,
+3.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,
+0.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,
+0.00000000,
+0.00000000
3194+3.00000000,
+7.00000000,
+0.00000000,
+7.00000000,
+0.00000000
3196arref
= transpose(array)