Function rc_matrix_zero_out#
Defined in File matrix.h
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.