GeneralMatrix.Add Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.Add Method 

C = A + B

[Visual Basic]Overridable Public Function Add( _
   ByVal B As GeneralMatrix _
) As GeneralMatrix
[C#]
public virtual GeneralMatrix Add(
   GeneralMatrix B
);

Parameters

B
another matrix

Return Value

A + B

See Also

GeneralMatrix Class | DotNetMatrix Namespace