Zeros
Create an \(m \times n\) matrix of all zeros.
C API
-
ElError
ElZeros_i
(ElMatrix_i A, ElInt m, ElInt n)
-
ElError
ElZeros_s
(ElMatrix_s A, ElInt m, ElInt n)
-
ElError
ElZeros_d
(ElMatrix_d A, ElInt m, ElInt n)
-
ElError
ElZeros_c
(ElMatrix_c A, ElInt m, ElInt n)
-
ElError
ElZeros_z
(ElMatrix_z A, ElInt m, ElInt n)
-
ElError
ElZerosDist_i
(ElDistMatrix_i A, ElInt m, ElInt n)
-
ElError
ElZerosDist_s
(ElDistMatrix_s A, ElInt m, ElInt n)
-
ElError
ElZerosDist_d
(ElDistMatrix_d A, ElInt m, ElInt n)
-
ElError
ElZerosDist_c
(ElDistMatrix_c A, ElInt m, ElInt n)
-
ElError
ElZerosDist_z
(ElDistMatrix_z A, ElInt m, ElInt n)
Python API
-
Zeros
(A, m, n)