Data Structures UFC
1.0.0
Essential Data Structures for C language
|
Go to the source code of this file.
Functions | |
void | matrix_print (Matrix *matrix) |
pretty print matrix More... | |
float | matrix_max (Matrix *matrix) |
Get the max value on the matrix. More... | |
float matrix_max | ( | Matrix * | matrix | ) |
Get the max value on the matrix.
matrix | the matrix pointer |
void matrix_print | ( | Matrix * | matrix | ) |
pretty print matrix
matrix | the matrix itself |