liberasurecode  1.2.0
Erasure Code API library
 All Data Structures Files Functions Variables Typedefs Macros
Data Fields
jerasure_rs_vand_descriptor Struct Reference

Data Fields

reed_sol_vandermonde_coding_matrix_func reed_sol_vandermonde_coding_matrix
 
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 60 of file jerasure_rs_vand.c.

Field Documentation

jerasure_erasures_to_erased_func jerasure_rs_vand_descriptor::jerasure_erasures_to_erased

Definition at line 72 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_init(), and jerasure_rs_vand_reconstruct().

jerasure_make_decoding_matrix_func jerasure_rs_vand_descriptor::jerasure_make_decoding_matrix

Definition at line 71 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_init(), and jerasure_rs_vand_reconstruct().

jerasure_matrix_decode_func jerasure_rs_vand_descriptor::jerasure_matrix_decode
jerasure_matrix_dotprod_func jerasure_rs_vand_descriptor::jerasure_matrix_dotprod

Definition at line 73 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_init(), and jerasure_rs_vand_reconstruct().

jerasure_matrix_encode_func jerasure_rs_vand_descriptor::jerasure_matrix_encode

Definition at line 65 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_encode(), and jerasure_rs_vand_init().

int jerasure_rs_vand_descriptor::k
int jerasure_rs_vand_descriptor::m
int* jerasure_rs_vand_descriptor::matrix
reed_sol_vandermonde_coding_matrix_func jerasure_rs_vand_descriptor::reed_sol_vandermonde_coding_matrix

Definition at line 62 of file jerasure_rs_vand.c.

Referenced by jerasure_rs_vand_init().

int jerasure_rs_vand_descriptor::w

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