Click or drag to resize

SymmetricMatrixAddition Operator

Matrix addition.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SymmetricMatrix operator +(
	SymmetricMatrix A,
	SymmetricMatrix B
)
Request Example View Source

Parameters

A  SymmetricMatrix
The left side matrix of the addition operator.
B  SymmetricMatrix
The right side matrix of the addition operator.

Return Value

SymmetricMatrix
A matrix that represents the result of the matrix addition.
See Also