flint-sys 0.9.0

Bindings to the FLINT C library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* automatically generated by rust-bindgen 0.70.1 */

use crate::deps::*;
use crate::fq_zech_types::*;


pub const FQ_ZECH_MAT_SOLVE_TRI_ROWS_CUTOFF: u32 = 64;
pub const FQ_ZECH_MAT_SOLVE_TRI_COLS_CUTOFF: u32 = 64;
pub const FQ_ZECH_MAT_LU_RECURSIVE_CUTOFF: u32 = 4;
extern "C" {
    pub fn FQ_ZECH_MAT_MUL_KS_CUTOFF(
        r: slong,
        c: slong,
        ctx: *const fq_zech_ctx_struct,
    ) -> libc::c_int;
}