Skip to main content

mle_evals_to_coeffs_inplace

Function mle_evals_to_coeffs_inplace 

Source
pub fn mle_evals_to_coeffs_inplace(
    evals: &mut DeviceBuffer<F>,
    n: usize,
    device_ctx: &GpuDeviceCtx,
) -> Result<(), CudaError>
Expand description

Assumes that evals is column-major matrix of evaluations on a hypercube H_n. In-place interpolates evals from evaluations to coefficient form.