Zephyr Scientific Library (zscilib)
Functions
Display

Functions used to present matrices in a user-friendly format. More...

Functions

int zsl_mtx_print (struct zsl_mtx *m)
 Printf the supplied matrix using printf in a human-readable manner. More...
 

Detailed Description

Functions used to present matrices in a user-friendly format.

Function Documentation

◆ zsl_mtx_print()

int zsl_mtx_print ( struct zsl_mtx m)

Printf the supplied matrix using printf in a human-readable manner.

Parameters
mPointer to the matrix to print.
Returns
0 if everything executed correctly, otherwise an appropriate error code.

Definition at line 1907 of file matrices.c.