10 lines
246 B
Typst
10 lines
246 B
Typst
#import "@preview/lovelace:0.3.0": *
|
|
|
|
|
|
#pseudocode-list(booktabs: true, numbered-title: [Find reconstruction quantizers])[
|
|
+ *start* at the center of the first metric
|
|
+
|
|
+ *while* $(i = 1) <= a$:
|
|
+ *return* $i dot p$
|
|
+ *end*
|
|
]
|