Deleted matrix_t from dspl.h

pull/6/merge
Dsplib 2019-10-13 14:30:50 +03:00
rodzic b68cab6766
commit d732d5709c
2 zmienionych plików z 0 dodań i 22 usunięć

Wyświetl plik

@ -52,17 +52,6 @@ typedef struct
} fft_t;
typedef struct
{
void* dat;
int n;
int m;
int type;
} matrix_t;
typedef struct
{
double mrg32k3a_seed;

Wyświetl plik

@ -52,17 +52,6 @@ typedef struct
} fft_t;
typedef struct
{
void* dat;
int n;
int m;
int type;
} matrix_t;
typedef struct
{
double mrg32k3a_seed;