Data Structures Lerax 1.0.0
Essential Data Structures for C language
Loading...
Searching...
No Matches
matrix-utils.h File Reference

Go to the source code of this file.

Functions

void matrix_print (Matrix *matrix)
 pretty print matrix
float matrix_max (Matrix *matrix)
 Get the max value on the matrix.

Function Documentation

◆ matrix_max()

float matrix_max ( Matrix * matrix)

Get the max value on the matrix.

Parameters
matrixthe matrix pointer
Returns
the max value

◆ matrix_print()

void matrix_print ( Matrix * matrix)

pretty print matrix

Parameters
matrixthe matrix itself