MTIMES Overloaded Matrix Multiplication Operator

Section: Object Oriented Programming

Usage

This is a method that is invoked when two variables are multiplied using the matrix operator and is invoked when you call
   c = mtimes(a,b)

or for

   c = a * b