liberasurecode 1.6.3
Erasure Code API library
Loading...
Searching...
No Matches
Data Fields
jerasure_rs_cauchy_descriptor Struct Reference

Data Fields

cauchy_original_coding_matrix_func cauchy_original_coding_matrix
 
jerasure_matrix_to_bitmatrix_func jerasure_matrix_to_bitmatrix
 
jerasure_smart_bitmatrix_to_schedule_func jerasure_smart_bitmatrix_to_schedule
 
galois_uninit_field_func galois_uninit_field
 
jerasure_bitmatrix_encode_func jerasure_bitmatrix_encode
 
jerasure_bitmatrix_decode_func jerasure_bitmatrix_decode
 
jerasure_erasures_to_erased_func jerasure_erasures_to_erased
 
jerasure_make_decoding_bitmatrix_func jerasure_make_decoding_bitmatrix
 
jerasure_bitmatrix_dotprod_func jerasure_bitmatrix_dotprod
 
int * matrix
 
int * bitmatrix
 
int ** schedule
 
int k
 
int m
 
int w
 

Detailed Description

Definition at line 74 of file jerasure_rs_cauchy.c.

Field Documentation

◆ bitmatrix

int* jerasure_rs_cauchy_descriptor::bitmatrix

◆ cauchy_original_coding_matrix

cauchy_original_coding_matrix_func jerasure_rs_cauchy_descriptor::cauchy_original_coding_matrix

Definition at line 76 of file jerasure_rs_cauchy.c.

Referenced by jerasure_rs_cauchy_init().

◆ galois_uninit_field

galois_uninit_field_func jerasure_rs_cauchy_descriptor::galois_uninit_field

Definition at line 81 of file jerasure_rs_cauchy.c.

Referenced by free_rs_cauchy_desc(), and jerasure_rs_cauchy_init().

◆ jerasure_bitmatrix_decode

jerasure_bitmatrix_decode_func jerasure_rs_cauchy_descriptor::jerasure_bitmatrix_decode

◆ jerasure_bitmatrix_dotprod

jerasure_bitmatrix_dotprod_func jerasure_rs_cauchy_descriptor::jerasure_bitmatrix_dotprod

Definition at line 94 of file jerasure_rs_cauchy.c.

Referenced by jerasure_rs_cauchy_init(), and jerasure_rs_cauchy_reconstruct().

◆ jerasure_bitmatrix_encode

jerasure_bitmatrix_encode_func jerasure_rs_cauchy_descriptor::jerasure_bitmatrix_encode

Definition at line 84 of file jerasure_rs_cauchy.c.

Referenced by jerasure_rs_cauchy_encode(), and jerasure_rs_cauchy_init().

◆ jerasure_erasures_to_erased

jerasure_erasures_to_erased_func jerasure_rs_cauchy_descriptor::jerasure_erasures_to_erased

Definition at line 92 of file jerasure_rs_cauchy.c.

Referenced by jerasure_rs_cauchy_init(), and jerasure_rs_cauchy_reconstruct().

◆ jerasure_make_decoding_bitmatrix

jerasure_make_decoding_bitmatrix_func jerasure_rs_cauchy_descriptor::jerasure_make_decoding_bitmatrix

Definition at line 93 of file jerasure_rs_cauchy.c.

Referenced by jerasure_rs_cauchy_init(), and jerasure_rs_cauchy_reconstruct().

◆ jerasure_matrix_to_bitmatrix

jerasure_matrix_to_bitmatrix_func jerasure_rs_cauchy_descriptor::jerasure_matrix_to_bitmatrix

Definition at line 77 of file jerasure_rs_cauchy.c.

Referenced by jerasure_rs_cauchy_init().

◆ jerasure_smart_bitmatrix_to_schedule

jerasure_smart_bitmatrix_to_schedule_func jerasure_rs_cauchy_descriptor::jerasure_smart_bitmatrix_to_schedule

Definition at line 78 of file jerasure_rs_cauchy.c.

Referenced by jerasure_rs_cauchy_init().

◆ k

int jerasure_rs_cauchy_descriptor::k

◆ m

int jerasure_rs_cauchy_descriptor::m

◆ matrix

int* jerasure_rs_cauchy_descriptor::matrix

Definition at line 97 of file jerasure_rs_cauchy.c.

Referenced by free_rs_cauchy_desc(), and jerasure_rs_cauchy_init().

◆ schedule

int** jerasure_rs_cauchy_descriptor::schedule

Definition at line 99 of file jerasure_rs_cauchy.c.

Referenced by free_rs_cauchy_desc(), and jerasure_rs_cauchy_init().

◆ w

int jerasure_rs_cauchy_descriptor::w

The documentation for this struct was generated from the following file: