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_vector_print_sci

Function Documentation

int rc_vector_print_sci(rc_vector_t v)

Prints to stdout the contents of vector v in one line.

Like rc_vector_print but prints with scientific notation. This is not advisable for extremely long vectors but serves for quickly debugging or printing.

Parameters

v[in] Pointer to user’s rc_vector_t struct

Returns

Returns 0 on success or -1 on failure.