#include <iostream>
#include <type_traits>
#include <tuple>
#include <utility>
#include "Eigen/Core"
Go to the source code of this file.
|
template<typename Derived , typename T , int N> |
bool | lsst::geom::allclose (CoordinateBase< Derived, T, N > const &a, CoordinateBase< Derived, T, N > const &b, T rtol=static_cast< T >(1E-5), T atol=static_cast< T >(1E-8)) noexcept(std::is_nothrow_copy_constructible< T >::value &&std::is_nothrow_copy_assignable< T >::value) |
| Floating-point comparison with tolerance. More...
|
|
template<typename Derived , typename T , int N> |
std::ostream & | lsst::geom::operator<< (std::ostream &os, CoordinateBase< Derived, T, N > const &coordinate) |
|