20#ifndef CCGSL_PERMUTE_MATRIX_COMPLEX_DOUBLE_HPP
21#define CCGSL_PERMUTE_MATRIX_COMPLEX_DOUBLE_HPP
24#include<gsl/gsl_permute_matrix_complex_double.h>
39 matrix_complex_double( permutation& p, gsl::matrix_complex_double& A ){
40 return gsl_permute_matrix_complex_double( p.get(), A.get() ); }
The gsl package creates an interface to the GNU Scientific Library for C++.