42 #ifndef ASSERT_PRINT_NAN_INF_H
43 #define ASSERT_PRINT_NAN_INF_H
50 namespace DenseLinAlgPack {
54 {
public:
NaNInfException(
const std::string& what_arg) : std::runtime_error(what_arg) {}};
77 ,
bool throw_excpt, std::ostream*
out );
100 ,
bool throw_excpt, std::ostream*
out );
123 ,
bool throw_excpt, std::ostream*
out );
127 #endif // ASSERT_PRINT_NAN_INF_H
bool assert_print_nan_inf(const value_type &val, const std::string &name, bool throw_excpt, std::ostream *out)
FortranTypes::f_dbl_prec value_type
Typedef for the value type of elements that is used for the library.
NaNInfException(const std::string &what_arg)