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