GeneralMatrix.ArrayRightDivideEquals Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.ArrayRightDivideEquals Method 

Element-by-element right division in place, A = A./B

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

Parameters

B
another matrix

Return Value

A./B

See Also

GeneralMatrix Class | DotNetMatrix Namespace