Zero

Sets all of the entries of the input matrix to zero.

C++ API

void Zero(Matrix<T> &A)
void Zero(AbstractDistMatrix<T> &A)

C API

ElError ElZero_i(ElMatrix_i A)
ElError ElZero_s(ElMatrix_s A)
ElError ElZero_d(ElMatrix_d A)
ElError ElZero_c(ElMatrix_c A)
ElError ElZero_z(ElMatrix_z A)
ElError ElZeroDist_i(ElDistMatrix_i A)
ElError ElZeroDist_s(ElDistMatrix_s A)
ElError ElZeroDist_d(ElDistMatrix_d A)
ElError ElZeroDist_c(ElDistMatrix_c A)
ElError ElZeroDist_z(ElDistMatrix_z A)