Click or drag to resize

MatrixSubtract Method

Overload List
  NameDescription
Public methodStatic memberSubtract(Matrix, Matrix)

Creates a Matrix whose elements have the values of the elements of the minuend matrix subtracted by the elements of the subtrahend matrix.

The most efficient operation to do this is chosen through double dispatch based on the concrete types of the given matrices.

Public methodStatic memberSubtract(Matrix, Matrix3By3)
Creates a Matrix whose elements have the values of the elements of the minuend matrix subtracted by the elements of the subtrahend matrix.
Public methodStatic memberSubtract(Matrix, Matrix6By6)
Creates a Matrix whose elements have the values of the elements of the minuend matrix subtracted by the elements of the subtrahend matrix.
Public methodStatic memberSubtract(Matrix3By3, Matrix)
Creates a Matrix whose elements have the values of the elements of the minuend matrix subtracted by the elements of the subtrahend matrix.
Public methodStatic memberSubtract(Matrix6By6, Matrix)
Creates a Matrix whose elements have the values of the elements of the minuend matrix subtracted by the elements of the subtrahend matrix.
Top
See Also