Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
#include <iostream>
#include <vector>
#include <gsl/gsl_histogram.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_errno.h>
Go to the source code of this file.
Classes | |
class | mygsl::linear_system_solver |
brief Linear system solver algorithm More... | |
Namespaces | |
mygsl | |
Top-level namespace of the Bayeux/mygsl module library. | |
Functions | |
bool | mygsl::linear_system_2x2_solve (double a1_, double b1_, double c1_, double a2_, double b2_, double c2_, double &x_, double &y_) |