Adds another matrix to a matrix in place.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- self
- Type: Extreme.MathematicsMatrixT
A MatrixT. - term
- Type: Extreme.MathematicsMatrixT
The matrix to add to self.
Return Value
Type:
MatrixTA reference to
self.
Reference