GeneralMatrix.ArrayLeftDivide Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.ArrayLeftDivide Method 

Element-by-element left division, C = A.\B

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

Parameters

B
another matrix

Return Value

A.\B

See Also

GeneralMatrix Class | DotNetMatrix Namespace