Click or drag to resize

Matrix3By3Symmetric Operators

The Matrix3By3Symmetric type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Matrix3By3Symmetric, Matrix3By3)
Adds a matrix to this matrix.
Public operatorStatic memberAddition(Matrix3By3Symmetric, Matrix3By3Symmetric)
Adds a matrix to this matrix.
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Public operatorStatic memberMultiply(Double, Matrix3By3Symmetric)
Multiplies a scalar by a matrix.
Public operatorStatic memberMultiply(Matrix3By3Symmetric, Cartesian)
Multiplies the 3-by-3 matrix by the Cartesian vector.
Public operatorStatic memberMultiply(Matrix3By3Symmetric, Matrix3By3)
Multiplies the left matrix by the right matrix.
Public operatorStatic memberMultiply(Matrix3By3Symmetric, Matrix3By3Symmetric)
Multiplies the left matrix by the right matrix.
Public operatorStatic memberMultiply(Matrix3By3Symmetric, Double)
Multiplies a matrix by a scalar.
Public operatorStatic memberSubtraction(Matrix3By3Symmetric, Matrix3By3)
Subtracts the second matrix from the first.
Public operatorStatic memberSubtraction(Matrix3By3Symmetric, Matrix3By3Symmetric)
Subtracts the second matrix from the first.
Top
See Also