Differentiation operator applying on matrix

2k Views Asked by At

I need to apply a differential operator (nabla) on a matrix. Problem is, that I don't know how to calculate that. Do I treat nabla as a column vector and simply multiply vector with the matrix? Or is nabla to be handled as jacobi matrix?