flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
gsl_vector.hpp File Reference
#include "gsl.hpp"
#include <gsl/gsl_vector.h>
#include <initializer_list>
#include <iosfwd>
#include <cstddef>
Include dependency graph for gsl_vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  flexiblesusy::GSL_vector
 

Namespaces

namespace  flexiblesusy
 

Functions

double * flexiblesusy::begin (GSL_vector &)
 iterator to begin of GSL_vector More...
 
const double * flexiblesusy::cbegin (const GSL_vector &)
 const iterator to begin of GSL_vector More...
 
const double * flexiblesusy::cend (const GSL_vector &)
 const iterator to end of GSL_vector More...
 
double * flexiblesusy::end (GSL_vector &)
 iterator to end of GSL_vector More...
 
bool flexiblesusy::is_finite (const GSL_vector &)
 Returns true if GSL_vector contains only finite elements, false otherwise. More...
 
std::ostream & flexiblesusy::operator<< (std::ostream &ostr, const GSL_vector &vec)