MPOWER Overloaded Matrix Power Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when one variable is raised to another variable using the matrix power operator, and is invoked when you callc = mpower(a,b)
or
c = a^b