TUM-Thesis/pseudocode/find_quantizers.typ
2024-07-23 17:09:02 +02:00

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*
]