add wip version of tensor & relinearization

This commit is contained in:
2025-06-22 15:51:20 +02:00
parent f3a368ab6a
commit d2fc32ac0c
10 changed files with 1145 additions and 469 deletions

View File

@@ -7,5 +7,6 @@ edition = "2024"
anyhow = { workspace = true }
rand = { workspace = true }
rand_distr = { workspace = true }
itertools = { workspace = true }
arithmetic = { path="../arithmetic" }