|
Functions |
Gan_Bool | gan_mat_set_el (Gan_Matrix *A, unsigned i, unsigned j, double value) |
| Macro: Set specific element of matrix.
|
double | gan_mat_get_el (const Gan_Matrix *A, unsigned i, unsigned j) |
| Macro: Get specific element of matrix.
|
Gan_Bool | gan_mat_inc_el (Gan_Matrix *A, unsigned i, unsigned j, double value) |
| Macro: Increment specific element of matrix by given value.
|
Gan_Bool | gan_mat_dec_el (Gan_Matrix *A, unsigned i, unsigned j, double value) |
| Macro: Decrement specific element of matrix by given value.
|
Gan_Bool | gan_squmat_set_el (Gan_SquMatrix *A, unsigned row, unsigned col, double value) |
| Macro: Set specific element of square matrix.
|
double | gan_squmat_get_el (const Gan_SquMatrix *A, unsigned row, unsigned col) |
| Macro: Get specific element of square matrix.
|
Gan_Bool | gan_squmat_inc_el (Gan_SquMatrix *A, unsigned row, unsigned col, double value) |
| Macro: Increment specific element of square matrix by given value.
|
Gan_Bool | gan_squmat_dec_el (Gan_SquMatrix *A, unsigned row, unsigned col, double value) |
| Macro: Decrement specific element of square matrix by given value.
|
Gan_Bool | gan_matf_set_el (Gan_Matrix_f *A, unsigned i, unsigned j, float value) |
| Macro: Set specific element of matrix.
|
float | gan_matf_get_el (const Gan_Matrix_f *A, unsigned i, unsigned j) |
| Macro: Get specific element of matrix.
|
Gan_Bool | gan_matf_inc_el (Gan_Matrix_f *A, unsigned i, unsigned j, float value) |
| Macro: Increment specific element of matrix by given value.
|
Gan_Bool | gan_matf_dec_el (Gan_Matrix_f *A, unsigned i, unsigned j, float value) |
| Macro: Decrement specific element of matrix by given value.
|
Gan_Bool | gan_squmatf_set_el (Gan_SquMatrix_f *A, unsigned row, unsigned col, float value) |
| Macro: Set specific element of square matrix.
|
float | gan_squmatf_get_el (const Gan_SquMatrix_f *A, unsigned row, unsigned col) |
| Macro: Get specific element of square matrix.
|
Gan_Bool | gan_squmatf_inc_el (Gan_SquMatrix_f *A, unsigned row, unsigned col, float value) |
| Macro: Increment specific element of square matrix by given value.
|
Gan_Bool | gan_squmatf_dec_el (Gan_SquMatrix_f *A, unsigned row, unsigned col, float value) |
| Macro: Decrement specific element of square matrix by given value.
|