Function rc_matrix_print_sci#
Defined in File matrix.h
Function Documentation#
- 
int rc_matrix_print_sci(rc_matrix_t A)#
 Prints the contents of matrix A to stdout in scientific notation.
Prints 4 significant figures. 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.