added tests for sampling (and indirectly stats)

This commit is contained in:
Jean-Philippe Bossuat
2025-04-28 09:02:42 +02:00
parent 78b6e9544d
commit 39bbe5b917
5 changed files with 107 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
use crate::ffi::vec_znx_big::{self, vec_znx_big_t};
use crate::{Backend, FFT64, Module, VecZnx, VecZnxDft, ZnxBase, ZnxInfos, ZnxLayout, alloc_aligned, assert_alignement};
use crate::{Backend, FFT64, Module, VecZnx, ZnxBase, ZnxInfos, ZnxLayout, alloc_aligned, assert_alignement};
use std::marker::PhantomData;
pub struct VecZnxBig<B: Backend> {