binius_math

Function extrapolate_line

source
pub fn extrapolate_line<P, FS>(x0: P, x1: P, z: FS) -> P
where P: PackedExtension<FS, Scalar: ExtensionField<FS>>, FS: Field,
Expand description

Extrapolates lines through a pair of packed fields at a single point from a subfield.