#ifdef HAVE_LIBGSL /* interface_gsl.h * Easel's interfaces to the GNU Scientific Library * * SRE, Tue Jul 13 15:36:48 2004 * SVN $Id: interface_gsl.h 664 2011-02-27 17:08:36Z eddys $ * SVN $URL: https://svn.janelia.org/eddylab/eddys/easel/branches/hmmer/3.1/interface_gsl.h $ */ #ifndef eslINTERFACE_GSL_INCLUDED #define eslINTERFACE_GSL_INCLUDED #include #include #include #include #include #include #include extern int esl_GSL_MatrixInversion(ESL_DMATRIX *A, ESL_DMATRIX **ret_Ai); #endif /*eslINTERFACE_GSL_INCLUDED*/ #endif /*HAVE_LIBGSL*/