SMath Studio Core documentation
C#
VB
C++
F#
Show/Hide TOC
TMatrix
Addition Operator
Overload List
Addition(TComplex, TMatrix)
Computes the sum of two objects:
TComplex
and
TMatrix
.
Addition(TMatrix, TComplex)
Computes the sum of two objects:
TMatrix
and
TComplex
.
Addition(TMatrix, TMatrix)
Computes the sum of two
TMatrix
objects.
See Also
Reference
TMatrix Class
SMath.Math.Numeric Namespace
In This Article
Overload List
See Also