Matrix6By6Symmetric Operators |
The Matrix6By6Symmetric type exposes the following members.
Name | Description | |
---|---|---|
Addition(Matrix6By6Symmetric, Matrix6By6) |
Adds a matrix to this matrix.
| |
Addition(Matrix6By6Symmetric, Matrix6By6Symmetric) |
Adds a matrix to this matrix.
| |
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
| |
Multiply(Double, Matrix6By6Symmetric) |
Multiplies a scalar by a matrix.
| |
Multiply(Matrix6By6Symmetric, Matrix6By6) |
Multiplies the left matrix by the right matrix.
| |
Multiply(Matrix6By6Symmetric, Matrix6By6Symmetric) |
Multiplies the left matrix by the right matrix.
| |
Multiply(Matrix6By6Symmetric, Double) |
Multiplies a matrix by a scalar.
| |
Subtraction(Matrix6By6Symmetric, Matrix6By6) |
Subtracts the second matrix from the first.
| |
Subtraction(Matrix6By6Symmetric, Matrix6By6Symmetric) |
Subtracts the second matrix from the first.
|