MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
AbstractLinAlgPack_assert_print_nan_inf.hpp File Reference
#include <stdexcept>
#include "AbstractLinAlgPack_Types.hpp"
Include dependency graph for AbstractLinAlgPack_assert_print_nan_inf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractLinAlgPack::NaNInfException
 

Namespaces

 AbstractLinAlgPack
 

Functions

bool AbstractLinAlgPack::assert_print_nan_inf (const value_type &val, const char name[], bool throw_excpt, std::ostream *out)
 This function asserts if a value_type scalare is a NaN or Inf and optionally prints out these entires. More...
 
bool AbstractLinAlgPack::assert_print_nan_inf (const Vector &v, const char name[], bool throw_excpt, std::ostream *out)
 This function asserts if a vector has any NaN or inf entries and optionally prints out these entires. More...