C++ wrapper to the GSL double precision matrix routines. More...
#include <iostream>
#include <fstream>
#include <iomanip>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_linalg.h>
#include "gsl_permutation.h"
#include "gsl_vector_double.h"
Go to the source code of this file.
Classes | |
class | matrix |
Wrapper class for double precision GSL matrix routines. More... | |
Defines | |
#define | type_is_int |
#define | type_is_double |
C++ wrapper to the GSL double precision matrix routines.