liberasurecode  1.6.1
Erasure Code API library
Data Fields
liberasurecode_rs_vand_descriptor Struct Reference

Data Fields

init_liberasurecode_rs_vand_func init_liberasurecode_rs_vand
 
deinit_liberasurecode_rs_vand_func deinit_liberasurecode_rs_vand
 
free_systematic_matrix_func free_systematic_matrix
 
make_systematic_matrix_func make_systematic_matrix
 
liberasurecode_rs_vand_encode_func liberasurecode_rs_vand_encode
 
liberasurecode_rs_vand_decode_func liberasurecode_rs_vand_decode
 
liberasurecode_rs_vand_reconstruct_func liberasurecode_rs_vand_reconstruct
 
int * matrix
 
int k
 
int m
 
int w
 

Detailed Description

Definition at line 60 of file liberasurecode_rs_vand.c.

Field Documentation

◆ deinit_liberasurecode_rs_vand

deinit_liberasurecode_rs_vand_func liberasurecode_rs_vand_descriptor::deinit_liberasurecode_rs_vand

◆ free_systematic_matrix

free_systematic_matrix_func liberasurecode_rs_vand_descriptor::free_systematic_matrix

◆ init_liberasurecode_rs_vand

init_liberasurecode_rs_vand_func liberasurecode_rs_vand_descriptor::init_liberasurecode_rs_vand

Definition at line 62 of file liberasurecode_rs_vand.c.

Referenced by liberasurecode_rs_vand_init().

◆ k

int liberasurecode_rs_vand_descriptor::k

◆ liberasurecode_rs_vand_decode

liberasurecode_rs_vand_decode_func liberasurecode_rs_vand_descriptor::liberasurecode_rs_vand_decode

◆ liberasurecode_rs_vand_encode

liberasurecode_rs_vand_encode_func liberasurecode_rs_vand_descriptor::liberasurecode_rs_vand_encode

◆ liberasurecode_rs_vand_reconstruct

liberasurecode_rs_vand_reconstruct_func liberasurecode_rs_vand_descriptor::liberasurecode_rs_vand_reconstruct

◆ m

int liberasurecode_rs_vand_descriptor::m

◆ make_systematic_matrix

make_systematic_matrix_func liberasurecode_rs_vand_descriptor::make_systematic_matrix

Definition at line 65 of file liberasurecode_rs_vand.c.

Referenced by liberasurecode_rs_vand_init().

◆ matrix

int* liberasurecode_rs_vand_descriptor::matrix

◆ w

int liberasurecode_rs_vand_descriptor::w

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