mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-11 00:21:29 +01:00
Simplifications in Nova's RO (#98)
* rename methods for better clarity * rename * Bump version
This commit is contained in:
@@ -145,7 +145,7 @@ where
|
||||
Ok(y)
|
||||
}
|
||||
|
||||
fn compute(&self, z: &F) -> F {
|
||||
fn output(&self, z: &F) -> F {
|
||||
let mut x = *z;
|
||||
let mut y = x;
|
||||
for _i in 0..self.num_cons {
|
||||
|
||||
@@ -146,7 +146,7 @@ where
|
||||
Ok(y)
|
||||
}
|
||||
|
||||
fn compute(&self, z: &F) -> F {
|
||||
fn output(&self, z: &F) -> F {
|
||||
let mut x = *z;
|
||||
let mut y = x;
|
||||
for _i in 0..self.num_cons {
|
||||
|
||||
Reference in New Issue
Block a user