Function report |
Source Code:lib\bch.c |
Create Date:2022-07-28 06:59:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:actor a polynomial using Berlekamp Trace algorithm (BTA)
Proto:static void factor_polynomial(struct bch_control *bch, int k, struct gf_poly *f, struct gf_poly **g, struct gf_poly **h)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bch_control * | bch | |
int | k | |
struct gf_poly * | f | |
struct gf_poly ** | g | |
struct gf_poly ** | h |
857 | dbg("factoring %s...\n", gf_poly_str(f)) |
860 | * h = NULL |
865 | If polynomial degree > 0 Then |
867 | gf_poly_copy(f2, f) |
869 | If polynomial degree < polynomial degree Then |
874 | gf_poly_copy( * g, gcd) |
875 | gf_poly_copy( * h, q) |
Name | Describe |
---|---|
find_poly_roots | d roots of a polynomial, using BTZ algorithm; see the beginning of this* file for details |
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 |