Performs a .map over a matrix and return the result The shape of the input and output matrices will be the same
input matrix of type T
operation that converts an element of type T to one of type S
a matrix with elements of type S that are calculated by applying op element by element
Generated using TypeDoc
Performs a .map over a matrix and return the result The shape of the input and output matrices will be the same