MOOCHO (Single Doxygen Collection)
Version of the Day
|
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... | |