Data Structures UFC  1.0.0
Essential Data Structures for C language
Functions
matrix-utils.h File Reference

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...
 

Function Documentation

float matrix_max ( Matrix matrix)

Get the max value on the matrix.

Parameters
matrixthe matrix pointer
Returns
the max value
void matrix_print ( Matrix matrix)

pretty print matrix

Parameters
matrixthe matrix itself