#ifndef NERV_MMATRIX_H #define NERV_MMATRIX_H #include "matrix.h" Matrix *nerv_matrix_host_float_perm_gen(int ncol, Status *status); #endif