template<typename Vector>
struct IsfiniteTester< Vector, 4U >
Definition at line 679 of file geo_vectors_utils_test.cc.
template<typename Vector >
Definition at line 680 of file geo_vectors_utils_test.cc.
705 BOOST_TEST(!
geo::vect::isfinite(Vector{ std::nan(
""), std::nan(
""), std::nan(
""), std::nan(
"") }));
bool isfinite(Vector const &v)
Returns whether all components of the vector are finite.
The documentation for this struct was generated from the following file: