IndexDependentMap¶
Replace each entry of the passed in matrix with a specified function of the existing entry and its global indices.
C++ API¶
C API¶
-
ElError
ElIndexDependentMap_c
(ElMatrix_c A, complex_float (*func)(ElInt,ElInt,complex_float))¶
-
ElError
ElIndexDependentMap_z
(ElMatrix_z A, complex_double (*func)(ElInt,ElInt,complex_double))¶
-
ElError
ElIndexDependentMapDist_c
(ElDistMatrix_c A, complex_float (*func)(ElInt,ElInt,complex_float))¶
-
ElError
ElIndexDependentMapDist_z
(ElDistMatrix_z A, complex_double (*func)(ElInt,ElInt,complex_double))¶