void matrix_print(Matrix *matrix)
Prints the elements of a matrix to the console in a formatted way.
float matrix_max(Matrix *matrix)
Finds the maximum value in a matrix.
struct matrix Matrix
A 2D matrix of floating-point numbers.
Definition matrix.h:21