C++ wrapper to the GSL integer matrix routines. More...
#include <iostream>
#include <fstream>
#include <iomanip>
#include <math.h>
#include <stdlib.h>
#include <assert.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_matrix_int.h>
#include <gsl/gsl_linalg.h>
#include "gsl_permutation.h"
Go to the source code of this file.
Classes | |
class | matrix_int |
Wrapper class for GSL integer matrices routines. More... |
C++ wrapper to the GSL integer matrix routines.