Skip to main content

is_approx

Method of BoolArray.

Overloads

NameDescription
is_approx(const ComplexSparseMatrix rhs) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs.
is_approx(const ComplexSparseMatrix rhs, bool tolerance) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.
is_approx(const RealSparseMatrix rhs) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs.
is_approx(const RealSparseMatrix rhs, bool tolerance) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.
is_approx(const ComplexArray rhs) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs.
is_approx(const ComplexArray rhs, bool tolerance) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.
is_approx(const BoolArray rhs) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs.
is_approx(const BoolArray rhs, bool tolerance) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.
is_approx(const RealArray rhs) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs.
is_approx(const RealArray rhs, bool tolerance) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.
is_approx(const IntegerArray rhs) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs.
is_approx(const IntegerArray rhs, bool tolerance) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.
is_approx(const ComplexMatrix rhs) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs.
is_approx(const ComplexMatrix rhs, bool tolerance) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.
is_approx(const RealMatrix rhs) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs.
is_approx(const RealMatrix rhs, bool tolerance) -> boolReturns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.

is_approx(const ComplexSparseMatrix rhs) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs.

Parameters

is_approx(const ComplexSparseMatrix rhs, bool tolerance) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.

Parameters

  • rhs: The second BoolArray to compare.
  • tolerance: The tolerance to use for comparison.

is_approx(const RealSparseMatrix rhs) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs.

Parameters

is_approx(const RealSparseMatrix rhs, bool tolerance) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.

Parameters

  • rhs: The second BoolArray to compare.
  • tolerance: The tolerance to use for comparison.

is_approx(const ComplexArray rhs) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs.

Parameters

is_approx(const ComplexArray rhs, bool tolerance) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.

Parameters

  • rhs: The second BoolArray to compare.
  • tolerance: The tolerance to use for comparison.

is_approx(const BoolArray rhs) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs.

Parameters

is_approx(const BoolArray rhs, bool tolerance) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.

Parameters

  • rhs: The second BoolArray to compare.
  • tolerance: The tolerance to use for comparison.

is_approx(const RealArray rhs) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs.

Parameters

is_approx(const RealArray rhs, bool tolerance) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.

Parameters

  • rhs: The second BoolArray to compare.
  • tolerance: The tolerance to use for comparison.

is_approx(const IntegerArray rhs) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs.

Parameters

is_approx(const IntegerArray rhs, bool tolerance) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.

Parameters

  • rhs: The second BoolArray to compare.
  • tolerance: The tolerance to use for comparison.

is_approx(const ComplexMatrix rhs) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs.

Parameters

is_approx(const ComplexMatrix rhs, bool tolerance) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.

Parameters

  • rhs: The second BoolArray to compare.
  • tolerance: The tolerance to use for comparison.

is_approx(const RealMatrix rhs) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs.

Parameters

is_approx(const RealMatrix rhs, bool tolerance) -> bool

Returns true if the BoolArray lhs is approximately equal to the BoolArray rhs, within the specified tolerance.

Parameters

  • rhs: The second BoolArray to compare.
  • tolerance: The tolerance to use for comparison.