pub fn sum_15<FA: FieldAlgebra + Copy>(state: &[FA]) -> FA
Expand description
The compiler doesn’t realize that add is associative so we help it out and minimize the dependency chains by hand.
pub fn sum_15<FA: FieldAlgebra + Copy>(state: &[FA]) -> FA
The compiler doesn’t realize that add is associative so we help it out and minimize the dependency chains by hand.