[][src]Function flint_sys::_fmpz_mod_poly_radix_init

pub unsafe extern "C" fn _fmpz_mod_poly_radix_init(
    Rpow: *mut *mut fmpz,
    Rinv: *mut *mut fmpz,
    R: *const fmpz,
    lenR: slong,
    k: slong,
    invL: *const fmpz,
    p: *const fmpz
)

See the FLINT Documentation for this function.