aboutsummaryrefslogblamecommitdiff
path: root/nerv/lib/matrix/generic/matrix.h
blob: 9d44e6d0f79f6f86a98a0ab70de5386165c005fb (plain) (tree)
1
2
3
4



                                                                   
#include "../matrix.h"
Matrix *nerv_matrix_(create)(long nrow, long ncol, Status *status);
void nerv_matrix_(destroy)(Matrix *self, Status *status);
Matrix *nerv_matrix_(getrow)(Matrix *self, int row);