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