pub const STANDARD_CONVOLUTION: KaratsubaAlgorithm;
Expand description
Good default algorithm for computing convolutions, using Karatsuba’s algorithm
with a threshold defined by KaratsubaHint
.
pub const STANDARD_CONVOLUTION: KaratsubaAlgorithm;
Good default algorithm for computing convolutions, using Karatsuba’s algorithm
with a threshold defined by KaratsubaHint
.