|
| Row (Matrix< Element > matrix, dbsize_t row, dbsize_t col, dbsize_t num_cols) |
|
Element * | get (dbsize_t row) |
|
void | is_mult_of (Row< const Element > row_a, SubMatrix< const Element > mat_b) |
|
template<> |
void | is_mult_of (Row< const GF28_Element > row_a, SubMatrix< const GF28_Element > mat_b) |
|
template<> |
void | is_mult_of (Row< const GF216_Element > row_a, SubMatrix< const GF216_Element > mat_b) |
|
| SubMatrix (Matrix< Element > matrix, dbsize_t row, dbsize_t col, dbsize_t num_rows, dbsize_t num_cols) |
|
Element * | get (dbsize_t row, dbsize_t col) |
|
Element * | first () |
|
void | add (Matrix< Element > &m) |
|
void | print () |
|
void | is_mult_of (Col< const Element > col_a, Row< const Element > row_b) |
|
template<> |
void | is_mult_of (Col< const GF28_Element > col_a, Row< const GF28_Element > row_b) |
|
template<> |
void | is_mult_of (Col< const GF216_Element > col_a, Row< const GF216_Element > row_b) |
|
|
Matrix< Element > | matrix |
|
dbsize_t | row |
|
dbsize_t | col |
|
dbsize_t | num_rows |
|
dbsize_t | num_cols |
|
The documentation for this class was generated from the following files: