TRANSPOSE Overloaded Transpose Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when a variable has the transpose operator method applied, and is invoked when you callc = transpose(a)
or
/ c = a.'
Section: Object Oriented Programming
c = transpose(a)
or
/ c = a.'