* fix #131

* fix #130

* update CHANGELOG.md
This commit is contained in:
Jean-Philippe Bossuat
2026-01-16 18:14:07 +01:00
committed by GitHub
parent 2cf0b1cf82
commit 2559d8ea81
7 changed files with 49 additions and 42 deletions

View File

@@ -55,6 +55,7 @@ impl<D: Data> LWEInfos for GLWETensor<D> {
}
impl<D: Data> GLWEInfos for GLWETensor<D> {
///NOTE: self.rank() != self.to_ref().rank() if self is of type [GLWETensor]
fn rank(&self) -> Rank {
self.rank
}