Click or drag to resize

MatrixAddition Operator

Matrix addition

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Matrix operator +(
	Matrix A,
	Matrix B
)

Parameters

A  Matrix
First addend
B  Matrix
Second addend

Return Value

Matrix
Sum of the two matrices
See Also