aboutsummaryrefslogtreecommitdiff
path: root/nerv/lib/matrix/mmatrix.h
blob: 31e798418c3f13d6b3b4ee3047c123c51a0cf606 (plain) (blame)
1
2
3
4
5
#ifndef NERV_MMATRIX_H
#define NERV_MMATRIX_H
#include "matrix.h"
Matrix *nerv_matrix_host_float_perm_gen(int ncol, Status *status);
#endif