Makes a copy C of A and applies function fn to elements of then new copy C. If indexes is non empty then function is applied to all elements of C indexed by indexes array. Otherwise function is applied to all elements of A. New value of element in C is fn(A[i], x). Returns a new matrix.
(A *FloatMatrix, x float64, fn func(float64, float64) float64, indexes ...int)
source not stored for this graph (policy: none)
no test coverage detected