Click or drag to resize

SparseMatrixAddition Operator

C = A + B

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

Parameters

A  SparseMatrix
first matrix
B  SparseMatrix
another matrix

Return Value

SparseMatrix
A + B
See Also