is_approx
Method of IntegerArray.
Overloads
| Name | Description |
|---|---|
is_approx(const IntegerArray rhs, integer tolerance) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance. |
is_approx(const RealMatrix rhs, integer tolerance) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance. |
is_approx(const RealMatrix rhs) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs. |
is_approx(const ComplexMatrix rhs, integer tolerance) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance. |
is_approx(const ComplexMatrix rhs) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs. |
is_approx(const IntegerArray rhs) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs. |
is_approx(const RealArray rhs, integer tolerance) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance. |
is_approx(const ComplexSparseMatrix rhs) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs. |
is_approx(const ComplexSparseMatrix rhs, integer tolerance) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance. |
is_approx(const RealSparseMatrix rhs) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs. |
is_approx(const RealSparseMatrix rhs, integer tolerance) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance. |
is_approx(const ComplexArray rhs) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs. |
is_approx(const ComplexArray rhs, integer tolerance) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance. |
is_approx(const BoolArray rhs) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs. |
is_approx(const BoolArray rhs, integer tolerance) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance. |
is_approx(const RealArray rhs) -> bool | Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs. |
is_approx(const IntegerArray rhs, integer tolerance) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance.
Parameters
- rhs: The second IntegerArray to compare.
- tolerance: The tolerance to use for comparison.
is_approx(const RealMatrix rhs, integer tolerance) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance.
Parameters
- rhs: The second IntegerArray to compare.
- tolerance: The tolerance to use for comparison.
is_approx(const RealMatrix rhs) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs.
Parameters
- rhs: The second IntegerArray to compare.
is_approx(const ComplexMatrix rhs, integer tolerance) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance.
Parameters
- rhs: The second IntegerArray to compare.
- tolerance: The tolerance to use for comparison.
is_approx(const ComplexMatrix rhs) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs.
Parameters
- rhs: The second IntegerArray to compare.
is_approx(const IntegerArray rhs) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs.
Parameters
- rhs: The second IntegerArray to compare.
is_approx(const RealArray rhs, integer tolerance) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance.
Parameters
- rhs: The second IntegerArray to compare.
- tolerance: The tolerance to use for comparison.
is_approx(const ComplexSparseMatrix rhs) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs.
Parameters
- rhs: The second IntegerArray to compare.
is_approx(const ComplexSparseMatrix rhs, integer tolerance) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance.
Parameters
- rhs: The second IntegerArray to compare.
- tolerance: The tolerance to use for comparison.
is_approx(const RealSparseMatrix rhs) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs.
Parameters
- rhs: The second IntegerArray to compare.
is_approx(const RealSparseMatrix rhs, integer tolerance) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance.
Parameters
- rhs: The second IntegerArray to compare.
- tolerance: The tolerance to use for comparison.
is_approx(const ComplexArray rhs) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs.
Parameters
- rhs: The second IntegerArray to compare.
is_approx(const ComplexArray rhs, integer tolerance) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance.
Parameters
- rhs: The second IntegerArray to compare.
- tolerance: The tolerance to use for comparison.
is_approx(const BoolArray rhs) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs.
Parameters
- rhs: The second IntegerArray to compare.
is_approx(const BoolArray rhs, integer tolerance) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs, within the specified tolerance.
Parameters
- rhs: The second IntegerArray to compare.
- tolerance: The tolerance to use for comparison.
is_approx(const RealArray rhs) -> bool
Returns true if the IntegerArray lhs is approximately equal to the IntegerArray rhs.
Parameters
- rhs: The second IntegerArray to compare.