aboutsummaryrefslogtreecommitdiff
path: root/nerv/lib/matrix/cumatrix.h
blob: e6def660b1efbe868d3a320a7e26d11384b701d8 (plain) (blame)
1
2
3
4
5
6
7
#ifndef NERV_CUMATRIX_H
#define NERV_CUMATRIX_H
#include "matrix.h"
void nerv_cumatrix_print_profile();
void nerv_cumatrix_clear_profile();
void nerv_cumatrix_init();
#endif