Template Function librapid::operator==(const Complex<L>&, const Complex<R>&)#

Function Documentation#

template<typename L, typename R>
constexpr bool librapid::operator==(const Complex<L> &left, const Complex<R> &right)#

Equality comparison of two complex numbers.

Template Parameters
  • L – Scalar type of LHS complex number

  • R – Scalar type of RHS complex number

Parameters
  • left – LHS complex number

  • right – RHS complex number

Returns

true if equal, false otherwise