GeneralMatrix.AddEquals Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.AddEquals Method 

A = A + B

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

Parameters

B
another matrix

Return Value

A + B

See Also

GeneralMatrix Class | DotNetMatrix Namespace