Function rc_matrix_print#
Defined in File matrix.h
Function Documentation#
-
int rc_matrix_print(rc_matrix_t A)#
Prints the contents of matrix A to stdout in decimal notation with 4 decimal places.
Not recommended for very large matrices as rows will typically linewrap if the terminal window is not wide enough.
- Parameters:
A – [in] Matrix to print
- Returns:
0 on success, -1 on failure.