Template Function amici::is_equal

Function Documentation

template<class T>
bool amici::is_equal(T const &a, T const &b)

Check if two spans are equal, treating NaNs in the same position as equal.

Parameters:
  • a

  • b

Returns:

Whether the contents of the two spans are equal.