before protocol removal

This commit is contained in:
2024-10-29 22:04:35 -05:00
parent 16eaad818e
commit 03b467bfb5
10 changed files with 371 additions and 317 deletions

View File

@@ -6,7 +6,8 @@ import Testing
let p = Parameters()
let rr = rrprocess(params: p, nrr: 131072)
let rrp = RRProcess(nrr: 131072)
let rr = rrp.generate(params: p)
//fft(data: &a, isign: -1)
//print("out: \(rr)")