liberasurecode  1.6.2
Erasure Code API library
Data Fields
jerasure_rs_vand_descriptor Struct Reference

Data Fields

reed_sol_vandermonde_coding_matrix_func reed_sol_vandermonde_coding_matrix
 
galois_uninit_field_func galois_uninit_field
 
jerasure_matrix_encode_func jerasure_matrix_encode
 
jerasure_matrix_decode_func jerasure_matrix_decode
 
jerasure_make_decoding_matrix_func jerasure_make_decoding_matrix
 
jerasure_erasures_to_erased_func jerasure_erasures_to_erased
 
jerasure_matrix_dotprod_func jerasure_matrix_dotprod
 
int * matrix
 
int k
 
int m
 
int w
 

Detailed Description

Definition at line 61 of file jerasure_rs_vand.c.

Field Documentation

◆ galois_uninit_field

galois_uninit_field_func jerasure_rs_vand_descriptor::galois_uninit_field

Definition at line 66 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_exit(), and jerasure_rs_vand_init().

◆ jerasure_erasures_to_erased

jerasure_erasures_to_erased_func jerasure_rs_vand_descriptor::jerasure_erasures_to_erased

Definition at line 76 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_init(), and jerasure_rs_vand_reconstruct().

◆ jerasure_make_decoding_matrix

jerasure_make_decoding_matrix_func jerasure_rs_vand_descriptor::jerasure_make_decoding_matrix

Definition at line 75 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_init(), and jerasure_rs_vand_reconstruct().

◆ jerasure_matrix_decode

jerasure_matrix_decode_func jerasure_rs_vand_descriptor::jerasure_matrix_decode

◆ jerasure_matrix_dotprod

jerasure_matrix_dotprod_func jerasure_rs_vand_descriptor::jerasure_matrix_dotprod

Definition at line 77 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_init(), and jerasure_rs_vand_reconstruct().

◆ jerasure_matrix_encode

jerasure_matrix_encode_func jerasure_rs_vand_descriptor::jerasure_matrix_encode

Definition at line 69 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_encode(), and jerasure_rs_vand_init().

◆ k

int jerasure_rs_vand_descriptor::k

◆ m

int jerasure_rs_vand_descriptor::m

◆ matrix

int* jerasure_rs_vand_descriptor::matrix

◆ reed_sol_vandermonde_coding_matrix

reed_sol_vandermonde_coding_matrix_func jerasure_rs_vand_descriptor::reed_sol_vandermonde_coding_matrix

Definition at line 63 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_init().

◆ w

int jerasure_rs_vand_descriptor::w

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