KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
gsl_util.cpp File Reference

GSL utility stuff to help those using the C++ wrapper on GSL code. More...

#include <l/l_debug.h>
#include <l_cpp/l_exception.h>
#include "gsl_cpp/gsl_util.h"
#include <sstream>

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

void kjb::report_gsl_failure_and_throw_kjb_error (int gsl_code, const char *file, unsigned line_no)
 Implements the error-handling activities of Gsl_Etx_impl(). More...
 
void kjb::gsl_iterate_EPE (int gsl_error_code)
 On error, print a GSL iteration error message (like EPE) More...
 

Detailed Description

GSL utility stuff to help those using the C++ wrapper on GSL code.

Author
Andrew Predoehl

GSL is the GNU Scientific Library.