[go: up one dir, main page]

SumK

Type Alias SumK 

Source
pub type SumK<F, C> = Cascaded<F, C, Knuth>;
Expand description

Calculates a sum using cascaded accumulators for the remainder terms

See also Sum2Sum9.

§References

Based on Ogita, Rump and Oishi 05

Aliased Type§

pub struct SumK<F, C> { /* private fields */ }