Matrix addition.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Matrix operator +(
Matrix A,
Matrix B
)
Public Shared Operator + (
A As Matrix,
B As Matrix
) As Matrix
Request Example
View SourceParameters
- A Matrix
- The left side matrix of the addition operator.
- B Matrix
- The right side matrix of the addition operator.
Return Value
MatrixA matrix that represents the result of the matrix addition.
See Also