SquareMatrixAddition Operator
Adds two real, square matrices.
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static SquareMatrix operator +(
SquareMatrix A,
SquareMatrix B
)
Public Shared Operator + (
A As SquareMatrix,
B As SquareMatrix
) As SquareMatrix
public:
static SquareMatrix^ operator +(
SquareMatrix^ A,
SquareMatrix^ B
)
static let inline (+)
A : SquareMatrix *
B : SquareMatrix : SquareMatrix
- A SquareMatrix
- The first matrix.
- B SquareMatrix
- The second matrix.
SquareMatrixThe sum matrix
A +
B.