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_zero_out

Function Documentation

int rc_matrix_zero_out(rc_matrix_t *A)

Sets all values of an already-allocated matrix to 0.

Parameters

A – pointer to matrix to be zero’d out

Returns

0 on success, -1 on failure.