Click or drag to resize
DigitalRuneMatrixD Operators and Type Conversions

The MatrixD type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two matrices.
Public operatorStatic memberDivision
Divides a matrix by a scalar.
Public operatorStatic memberEquality
Tests if two matrices are equal.
Public operatorStatic member(MatrixD to Double)
Performs an explicit conversion from MatrixD to a 2-dimensional double array.
Public operatorStatic member(MatrixD to Double)
Performs an explicit conversion from MatrixD to jagged double array.
Public operatorStatic member(MatrixD to Matrix22D)
Performs an explicit conversion from MatrixD to Matrix22D.
Public operatorStatic member(MatrixD to Matrix33D)
Performs an explicit conversion from MatrixD to Matrix33D.
Public operatorStatic member(MatrixD to Matrix44D)
Performs an explicit conversion from MatrixD to Matrix44D.
Public operatorStatic member(MatrixD to MatrixF)
Performs an explicit conversion from MatrixD to MatrixF.
Public operatorStatic memberInequality
Tests if two matrices are not equal.
Public operatorStatic memberMultiply(Double, MatrixD)
Multiplies a matrix by a scalar.
Public operatorStatic memberMultiply(MatrixD, MatrixD)
Multiplies two matrices.
Public operatorStatic memberMultiply(MatrixD, VectorD)
Multiplies a matrix with a column vector.
Public operatorStatic memberMultiply(MatrixD, Double)
Multiplies a matrix and a scalar.
Public operatorStatic memberSubtraction
Subtracts two matrices.
Public operatorStatic memberUnaryNegation
Negates a matrix.
Top
See Also