Overload List
Overload 1: class operator GreaterThanOrEqual(const ALeft: Matrix; const ARight: Matrix): Boolean;
Returns true, if ALeft is greater than or equal to ARight.
Returns: Boolean
Returns true, if ALeft is greater than or equal to all elements in ARight.
Overload 2: class operator GreaterThanOrEqual(const ALeft: Matrix; const ARight: TCplx): Boolean;
Returns true, if ALeft is greater than or equal to ARight.
Returns: Boolean
Returns true, if all elements in ALeft are greater than or equal to ARight.
Overload 3: class operator GreaterThanOrEqual(const ALeft: Matrix; const ARight: Vector): Boolean;
Returns true, if ALeft is greater than or equal to ARight.
Returns: Boolean
Returns true, if ALeft is greater than or equal to all elements in ARight.
Overload 4: class operator GreaterThanOrEqual(const ALeft: Matrix; const ARight: Double): Boolean;
Returns true, if ALeft is greater than or equal to ARight.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | Matrix | |
| 2 | ARight | Double | scalar |
Returns: Boolean
Returns true, if all elements in ALeft are greater than or equal to ARight.
Overload 5: class operator GreaterThanOrEqual(const ALeft: TCplx; const ARight: Matrix): Boolean;
Returns true, if ALeft is greater than or equal to ARight.
Returns: Boolean
Returns true, if ALeft is greater than or equal to all elements in ARight.
Overload 6: class operator GreaterThanOrEqual(const ALeft: Vector; const ARight: Matrix): Boolean;
Returns true, if ALeft is greater than or equal to ARight.
Returns: Boolean
Returns true, if ALeft is greater than or equal to all elements in ARight.
Overload 7: class operator GreaterThanOrEqual(const ALeft: Double; const ARight: Matrix): Boolean;
Returns true, if ALeft is greater than or equal to ARight.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | Double | scalar |
| 2 | ARight | Matrix |
Returns: Boolean
Returns true, if ALeft is greater than or equal to all elements in ARight.