Are there methods for applying scalar operations to a matrix? I know that I could loop through every position to perform the operator but I have seen several libraries that offer this feature. It makes the code a little cleaner.
Benjamin
Check out the ArrayMultiply and ArrayDivide methods, if that's what you're looking for?