Kronecker Product and Digamma Functions
• kronecker(M, N)—Multiplies matrix N by each element of matrix M, returning an M·N by M·N array.
• Psi(z)—Returns the derivative of the natural log of the Γ(z) function.
Arguments
• M and N are square matrices.
• z is a real number.