Data Structures Lerax
v3.0-102-gaf18
Opinionated Data Structures & Algorithms
Loading...
Searching...
No Matches
matrix-utils.h
Go to the documentation of this file.
1
12
13
#ifndef MATRIX_PRINT_H
14
#define MATRIX_PRINT_H
15
#include "
matrix.h
"
16
23
void
matrix_print
(
Matrix
*matrix);
24
25
33
float
matrix_max
(
Matrix
*matrix);
34
35
#endif
matrix_print
void matrix_print(Matrix *matrix)
Prints the elements of a matrix to the console in a formatted way.
matrix_max
float matrix_max(Matrix *matrix)
Finds the maximum value in a matrix.
matrix.h
Matrix
struct matrix Matrix
A 2D matrix of floating-point numbers.
Definition
matrix.h:21
src
matrix
matrix-utils.h
Generated by
1.14.0