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