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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
/* automatically generated by rust-bindgen 0.70.1 */

use crate::deps::*;
use crate::flint::*;
use crate::gr_types::*;
use crate::mpoly_types::*;


#[repr(C)]
pub struct gr_mpoly_struct {
    pub coeffs: gr_ptr,
    pub exps: *mut ulong,
    pub length: slong,
    pub bits: flint_bitcnt_t,
    pub coeffs_alloc: slong,
    pub exps_alloc: slong,
}
#[allow(clippy::unnecessary_operation, clippy::identity_op)]
const _: () = {
    ["Size of gr_mpoly_struct"][::std::mem::size_of::<gr_mpoly_struct>() - 48usize];
    ["Alignment of gr_mpoly_struct"][::std::mem::align_of::<gr_mpoly_struct>() - 8usize];
    ["Offset of field: gr_mpoly_struct::coeffs"]
        [::std::mem::offset_of!(gr_mpoly_struct, coeffs) - 0usize];
    ["Offset of field: gr_mpoly_struct::exps"]
        [::std::mem::offset_of!(gr_mpoly_struct, exps) - 8usize];
    ["Offset of field: gr_mpoly_struct::length"]
        [::std::mem::offset_of!(gr_mpoly_struct, length) - 16usize];
    ["Offset of field: gr_mpoly_struct::bits"]
        [::std::mem::offset_of!(gr_mpoly_struct, bits) - 24usize];
    ["Offset of field: gr_mpoly_struct::coeffs_alloc"]
        [::std::mem::offset_of!(gr_mpoly_struct, coeffs_alloc) - 32usize];
    ["Offset of field: gr_mpoly_struct::exps_alloc"]
        [::std::mem::offset_of!(gr_mpoly_struct, exps_alloc) - 40usize];
};
impl Default for gr_mpoly_struct {
    fn default() -> Self {
        let mut s = ::std::mem::MaybeUninit::<Self>::uninit();
        unsafe {
            ::std::ptr::write_bytes(s.as_mut_ptr(), 0, 1);
            s.assume_init()
        }
    }
}
pub type gr_mpoly_t = [gr_mpoly_struct; 1usize];
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct _gr_mpoly_ctx_struct {
    pub cctx: *mut gr_ctx_struct,
    pub mctx: *mut mpoly_ctx_struct,
    pub vars: *mut *mut libc::c_char,
}
#[allow(clippy::unnecessary_operation, clippy::identity_op)]
const _: () = {
    ["Size of _gr_mpoly_ctx_struct"][::std::mem::size_of::<_gr_mpoly_ctx_struct>() - 24usize];
    ["Alignment of _gr_mpoly_ctx_struct"][::std::mem::align_of::<_gr_mpoly_ctx_struct>() - 8usize];
    ["Offset of field: _gr_mpoly_ctx_struct::cctx"]
        [::std::mem::offset_of!(_gr_mpoly_ctx_struct, cctx) - 0usize];
    ["Offset of field: _gr_mpoly_ctx_struct::mctx"]
        [::std::mem::offset_of!(_gr_mpoly_ctx_struct, mctx) - 8usize];
    ["Offset of field: _gr_mpoly_ctx_struct::vars"]
        [::std::mem::offset_of!(_gr_mpoly_ctx_struct, vars) - 16usize];
};
impl Default for _gr_mpoly_ctx_struct {
    fn default() -> Self {
        let mut s = ::std::mem::MaybeUninit::<Self>::uninit();
        unsafe {
            ::std::ptr::write_bytes(s.as_mut_ptr(), 0, 1);
            s.assume_init()
        }
    }
}
pub type gr_mpoly_ctx_struct = gr_ctx_struct;
pub type gr_mpoly_ctx_t = [gr_mpoly_ctx_struct; 1usize];
extern "C" {
    pub fn gr_mpoly_ctx_init_rand(
        ctx: *mut gr_mpoly_ctx_struct,
        state: *mut flint_rand_struct,
        base_ring: *mut gr_ctx_struct,
        max_nvars: slong,
    );
    pub fn gr_mpoly_ctx_clear(ctx: *mut gr_mpoly_ctx_struct);
    pub fn gr_mpoly_ctx_init(
        ctx: *mut gr_mpoly_ctx_struct,
        base_ring: *mut gr_ctx_struct,
        nvars: slong,
        ord: ordering_t,
    );
    pub fn gr_mpoly_ctx_set_gen_names(
        ctx: *mut gr_mpoly_ctx_struct,
        s: *mut *const libc::c_char,
    ) -> libc::c_int;
    pub fn gr_mpoly_gens(res: *mut gr_vec_struct, ctx: *mut gr_mpoly_ctx_struct) -> libc::c_int;
    pub fn gr_mpoly_gens_recursive(
        vec: *mut gr_vec_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_ctx_write(
        out: *mut gr_stream_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_ctx_is_ring(ctx: *mut gr_mpoly_ctx_struct) -> truth_t;
    pub fn gr_mpoly_ctx_is_zero_ring(ctx: *mut gr_mpoly_ctx_struct) -> truth_t;
    pub fn gr_mpoly_ctx_is_commutative_ring(ctx: *mut gr_mpoly_ctx_struct) -> truth_t;
    pub fn gr_mpoly_ctx_is_integral_domain(ctx: *mut gr_mpoly_ctx_struct) -> truth_t;
    pub fn gr_mpoly_ctx_is_field(ctx: *mut gr_mpoly_ctx_struct) -> truth_t;
    pub fn gr_mpoly_ctx_is_threadsafe(ctx: *mut gr_mpoly_ctx_struct) -> truth_t;
    #[link_name = "gr_mpoly_init__extern"]
    pub fn gr_mpoly_init(A: *mut gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct);
    pub fn gr_mpoly_init3(
        A: *mut gr_mpoly_struct,
        alloc: slong,
        bits: flint_bitcnt_t,
        ctx: *mut gr_mpoly_ctx_struct,
    );
    pub fn gr_mpoly_init2(A: *mut gr_mpoly_struct, alloc: slong, ctx: *mut gr_mpoly_ctx_struct);
    #[link_name = "gr_mpoly_clear__extern"]
    pub fn gr_mpoly_clear(A: *mut gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct);
    pub fn _gr_mpoly_fit_length(
        coeffs: *mut gr_ptr,
        coeffs_alloc: *mut slong,
        exps: *mut *mut ulong,
        exps_alloc: *mut slong,
        N: slong,
        length: slong,
        cctx: *mut gr_ctx_struct,
    );
    pub fn gr_mpoly_fit_length(A: *mut gr_mpoly_struct, len: slong, ctx: *mut gr_mpoly_ctx_struct);
    pub fn gr_mpoly_fit_bits(
        A: *mut gr_mpoly_struct,
        bits: flint_bitcnt_t,
        ctx: *mut gr_mpoly_ctx_struct,
    );
    pub fn gr_mpoly_fit_length_fit_bits(
        A: *mut gr_mpoly_struct,
        len: slong,
        bits: flint_bitcnt_t,
        ctx: *mut gr_mpoly_ctx_struct,
    );
    pub fn gr_mpoly_fit_length_reset_bits(
        A: *mut gr_mpoly_struct,
        len: slong,
        bits: flint_bitcnt_t,
        ctx: *mut gr_mpoly_ctx_struct,
    );
    #[link_name = "_gr_mpoly_set_length__extern"]
    pub fn _gr_mpoly_set_length(
        A: *mut gr_mpoly_struct,
        newlen: slong,
        ctx: *mut gr_mpoly_ctx_struct,
    );
    #[link_name = "gr_mpoly_length__extern"]
    pub fn gr_mpoly_length(x: *const gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct) -> slong;
    pub fn _gr_mpoly_normalise(A: *mut gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct);
    #[link_name = "gr_mpoly_swap__extern"]
    pub fn gr_mpoly_swap(
        A: *mut gr_mpoly_struct,
        B: *mut gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    );
    #[link_name = "gr_mpoly_set_shallow__extern"]
    pub fn gr_mpoly_set_shallow(
        res: *mut gr_mpoly_struct,
        poly: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    );
    pub fn gr_mpoly_set(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    #[link_name = "gr_mpoly_zero__extern"]
    pub fn gr_mpoly_zero(A: *mut gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct) -> libc::c_int;
    pub fn gr_mpoly_is_zero(A: *const gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct) -> truth_t;
    pub fn gr_mpoly_gen(
        A: *mut gr_mpoly_struct,
        var: slong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_is_gen(
        A: *const gr_mpoly_struct,
        var: slong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> truth_t;
    pub fn gr_mpoly_equal(
        A: *const gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> truth_t;
    pub fn _gr_mpoly_push_exp_ui(
        A: *mut gr_mpoly_struct,
        exp: *const ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    );
    pub fn gr_mpoly_push_term_scalar_ui(
        A: *mut gr_mpoly_struct,
        c: gr_srcptr,
        exp: *const ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn _gr_mpoly_push_exp_fmpz(
        A: *mut gr_mpoly_struct,
        exp: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    );
    pub fn gr_mpoly_push_term_scalar_fmpz(
        A: *mut gr_mpoly_struct,
        c: gr_srcptr,
        exp: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_sort_terms(A: *mut gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct);
    pub fn gr_mpoly_combine_like_terms(
        A: *mut gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_is_canonical(
        A: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> truth_t;
    pub fn gr_mpoly_assert_canonical(A: *const gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct);
    pub fn gr_mpoly_randtest_bits(
        A: *mut gr_mpoly_struct,
        state: *mut flint_rand_struct,
        length: slong,
        exp_bits: flint_bitcnt_t,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_randtest_bound(
        A: *mut gr_mpoly_struct,
        state: *mut flint_rand_struct,
        length: slong,
        exp_bound: ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    #[link_name = "_gr_mpoly_randtest_default__extern"]
    pub fn _gr_mpoly_randtest_default(
        res: *mut gr_mpoly_struct,
        state: *mut flint_rand_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_write_pretty(
        out: *mut gr_stream_struct,
        A: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_write(
        out: *mut gr_stream_struct,
        poly: *mut gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_print_pretty(
        A: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_other(
        res: *mut gr_mpoly_struct,
        A: gr_srcptr,
        A_ctx: *mut gr_ctx_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_scalar(
        A: *mut gr_mpoly_struct,
        c: gr_srcptr,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_ui(
        A: *mut gr_mpoly_struct,
        c: ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_si(
        A: *mut gr_mpoly_struct,
        c: slong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_fmpz(
        A: *mut gr_mpoly_struct,
        c: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_fmpq(
        A: *mut gr_mpoly_struct,
        c: *const fmpq,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    #[link_name = "gr_mpoly_one__extern"]
    pub fn gr_mpoly_one(A: *mut gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct) -> libc::c_int;
    pub fn gr_mpoly_is_one(A: *const gr_mpoly_struct, ctx: *mut gr_mpoly_ctx_struct) -> truth_t;
    pub fn gr_mpoly_get_coeff_scalar_fmpz(
        c: gr_ptr,
        A: *const gr_mpoly_struct,
        exp: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_get_coeff_scalar_ui(
        c: gr_ptr,
        A: *const gr_mpoly_struct,
        exp: *const ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_scalar_fmpz(
        A: *mut gr_mpoly_struct,
        c: gr_srcptr,
        exp: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_ui_fmpz(
        A: *mut gr_mpoly_struct,
        c: ulong,
        exp: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_si_fmpz(
        A: *mut gr_mpoly_struct,
        c: slong,
        exp: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_fmpz_fmpz(
        A: *mut gr_mpoly_struct,
        c: *const fmpz,
        exp: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_fmpq_fmpz(
        A: *mut gr_mpoly_struct,
        c: *const fmpq,
        exp: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_scalar_ui(
        poly: *mut gr_mpoly_struct,
        c: gr_srcptr,
        exp: *const ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_ui_ui(
        A: *mut gr_mpoly_struct,
        c: ulong,
        exp: *const ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_si_ui(
        A: *mut gr_mpoly_struct,
        c: slong,
        exp: *const ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_fmpz_ui(
        A: *mut gr_mpoly_struct,
        c: *const fmpz,
        exp: *const ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_set_coeff_fmpq_ui(
        A: *mut gr_mpoly_struct,
        c: *const fmpq,
        exp: *const ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_neg(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_add(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        C: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_sub(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        C: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_mul(
        poly1: *mut gr_mpoly_struct,
        poly2: *const gr_mpoly_struct,
        poly3: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_mul_johnson(
        poly1: *mut gr_mpoly_struct,
        poly2: *const gr_mpoly_struct,
        poly3: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_mul_monomial(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        C: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_mul_scalar(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        c: gr_srcptr,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_mul_si(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        c: slong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_mul_ui(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        c: ulong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_mul_fmpz(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        c: *const fmpz,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_mul_fmpq(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        c: *const fmpq,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_inv(
        res: *mut gr_mpoly_struct,
        poly: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_canonical_associate(
        res: *mut gr_mpoly_struct,
        u: *mut gr_mpoly_struct,
        poly: *const gr_mpoly_struct,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_derivative(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        var: slong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
    pub fn gr_mpoly_integral(
        A: *mut gr_mpoly_struct,
        B: *const gr_mpoly_struct,
        var: slong,
        ctx: *mut gr_mpoly_ctx_struct,
    ) -> libc::c_int;
}