Matrix addition
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Matrix operator +(
Matrix A,
Matrix B
)
Parameters
- A Matrix
- First addend
- B Matrix
- Second addend
Return Value
MatrixSum of the two matrices
See Also