flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
gsl_vector.cpp File Reference
#include "gsl_vector.hpp"
#include "error.hpp"
#include <cmath>
#include <iostream>
#include <string>
#include <utility>
Include dependency graph for gsl_vector.cpp:

Go to the source code of this file.

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)