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.