20#ifndef CCGSL_PERMUTE_MATRIX_LONG_HPP
21#define CCGSL_PERMUTE_MATRIX_LONG_HPP
24#include<gsl/gsl_permute_matrix_long.h>
40 return gsl_permute_matrix_long( p.get(), A.
get() ); }
This class handles matrix_long objects as shared handles.
gsl_matrix_long * get()
Get the gsl_matrix_long.
The gsl package creates an interface to the GNU Scientific Library for C++.