This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_matrix_print_sci

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.