Usually Jacobian matrix encapsulate partial derivatives of a vector f w.r.t. another vector v.
More generally how to define/get the Jacobian matrix of a matrix F w.r.t another matrix V?
Is it just taking the elements of F and V and arranging them as vectors and getting the usual Jacobian matrix of 2 vectors?