Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Math
Math.Matrix

Method Math.Matrix()->``-()


Method ``-

Matrix `-()
Matrix `-(object with)
Matrix ``-(object with)
Matrix sub(object with)

Description

Subtracts this matrix from another. A new matrix is returned. -m is equal to -1*m.