Make a copy C of A and apply function fn element wise to C. For indexes is not empty then C[indexes[i]] = fn(C[indexes[i]]). Returns a new matrix.
(A *matrix.ComplexMatrix, fn func(complex128) complex128, indexes ...int)
source not stored for this graph (policy: none)
no test coverage detected