halo2_base::utils::halo2

Function raw_assign_fixed

Source
pub fn raw_assign_fixed<F: Field>(
    region: &mut Region<'_, F>,
    column: Column<Fixed>,
    offset: usize,
    value: F,
) -> Cell
Expand description

Assign fixed to physical region.