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