Function report |
Source Code:lib\bch.c |
Create Date:2022-07-28 06:59:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mpute polynomial GCD (Greatest Common Divisor) in GF(2^m)[X]
Proto:static struct gf_poly *gf_poly_gcd(struct bch_control *bch, struct gf_poly *a, struct gf_poly *b)
Type:struct gf_poly
Parameter:
Type | Parameter | Name |
---|---|---|
struct bch_control * | bch | |
struct gf_poly * | a | |
struct gf_poly * | b |
781 | dbg("gcd(%s,%s)=", gf_poly_str(a), gf_poly_str(b)) |
783 | If polynomial degree < polynomial degree Then |
789 | When polynomial degree > 0 cycle |
796 | dbg("%s\n", gf_poly_str(a)) |
798 | Return a |
Name | Describe |
---|---|
factor_polynomial | actor a polynomial using Berlekamp Trace algorithm (BTA) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |