Class MatrixDifferentiationVisitor

All Implemented Interfaces:
GenericVisitor<Node,String,ParseException>, JepComponent, Serializable

public class MatrixDifferentiationVisitor extends DifferentiationVisitor
A DifferentiationVisitor which knows about vectors and matrices. In particular, it knows the derivative of a constant matrix is the zero matrix. It only works with the vector and matrix functions of a real variables and not the advanced case of functions of vector and matrix variables.
See Also: