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

Go to the source code of this file.

Namespaces

namespace  flexiblesusy
 

Functions

bool flexiblesusy::is_finite (const gsl_vector *)
 Returns true if GSL vector contains only finite elements, false otherwise. More...
 
template<int Size>
Eigen::Matrix< double, Size, 1 > flexiblesusy::to_eigen_vector (const gsl_vector *v)
 
template<typename Derived >
GSL_vector flexiblesusy::to_GSL_vector (const Eigen::DenseBase< Derived > &v)