[][src]Function flint_sys::fmpz_lucas_chain_mul

pub unsafe extern "C" fn fmpz_lucas_chain_mul(
    Ukm: *mut fmpz,
    Ukm1: *const fmpz,
    Um: *const fmpz,
    Um1: *const fmpz,
    A: *const fmpz,
    B: *const fmpz,
    k: *const fmpz,
    n: *const fmpz
)

See the FLINT Documentation for this function.