1 #include <config.h>
2 #include <gsl/gsl_errno.h>
3 #include <gsl/gsl_vector.h>
4 
5 /* Compile all the inline matrix functions */
6 
7 #define COMPILE_INLINE_STATIC
8 #include "build.h"
9 #include <gsl/gsl_matrix.h>
10 
11