Overload List
Overload 1: class operator Equal(const Left: Matrix; const Right: Matrix): Boolean;
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 2: class operator Equal(const Left: Matrix; const Right: TCplx): Boolean;
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Overload 3: class operator Equal(const Left: Matrix; const Right: TMtx): Boolean;
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 4: class operator Equal(const Left: Matrix; const Right: TVec): Boolean;
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 5: class operator Equal(const Left: Matrix; const Right: Double): Boolean;
Returns true, if all elements of Left are equal to Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | Matrix | |
| 2 | Right | Double | scalar |
Returns: Boolean
Overload 6: class operator Equal(const Left: TCplx; const Right: Matrix): Boolean;
Returns true, if Left is equal to all elements in Right.
Returns: Boolean
Overload 7: class operator Equal(const Left: TMtx; const Right: Matrix): Boolean;
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 8: class operator Equal(const Left: TVec; const Right: Matrix): Boolean;
Returns true, if all elements of Left are equal to Right.
Returns: Boolean
Size and Complex properties must also match.
Overload 9: class operator Equal(const Left: Double; const Right: Matrix): Boolean;
Returns true, if Left is equal to all elements in Right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | Double | scalar |
| 2 | Right | Matrix |
Returns: Boolean