Click or drag to resize

SparseMatrixplus Method

Matrix addition for a sparse matrix

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SparseMatrix plus(
	SparseMatrix B
)

Parameters

B  SparseMatrix
The matrix to add

Return Value

SparseMatrix
The result A + B
See Also