Function report |
Source Code:lib\bch.c |
Create Date:2022-07-28 06:59:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:solve a m x m linear system in GF(2) with an expected number of solutions,* and return the number of found solutions
Proto:static int solve_linear_system(struct bch_control *bch, unsigned int *rows, unsigned int *sol, int nsol)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bch_control * | bch | |
unsigned int * | rows | |
unsigned int * | sol | |
int | nsol |
449 | k = 0 |
482 | If k > 0 Then |
504 | tmp = 0 |
511 | Return nsol |
Name | Describe |
---|---|
find_affine4_roots | his function builds and solves a linear system for finding roots of a degree* 4 affine monic polynomial X^4+aX^2+bX+c over GF(2^m). |
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 |