pub fn sum_15<FA: FieldAlgebra + Copy>(state: &[FA]) -> FAExpand 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]) -> FAThe compiler doesn’t realize that add is associative so we help it out and minimize the dependency chains by hand.