函数逻辑报告 |
Source Code:lib\bch.c |
Create Date:2022-07-27 07:57:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:actor a polynomial using Berlekamp Trace algorithm (BTA)
函数原型:static void factor_polynomial(struct bch_control *bch, int k, struct gf_poly *f, struct gf_poly **g, struct gf_poly **h)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
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 | 如果polynomial degree 大于0则 |
867 | gf_poly_copy(f2, f) |
869 | 如果polynomial degree 小于polynomial degree 则 |
874 | gf_poly_copy( * g, gcd) |
875 | gf_poly_copy( * h, q) |
名称 | 描述 |
---|---|
find_poly_roots | d roots of a polynomial, using BTZ algorithm; see the beginning of this* file for details |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |