Extracted from Pike v7.4 release 35 at 2003-12-09.
pike.ida.liu.se
[Top]
predef::
Math
Math.SMatrix

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


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.