Zephyr Scientific Library (zscilib)
Functions
Display

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

Functions

int zsl_vec_print (struct zsl_vec *v)
 Print the supplied vector using printf in a human-readable manner. More...
 

Detailed Description

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

Function Documentation

◆ zsl_vec_print()

int zsl_vec_print ( struct zsl_vec v)

Print the supplied vector using printf in a human-readable manner.

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

Definition at line 515 of file vectors.c.