diff options
Diffstat (limited to 'matrix.h')
-rw-r--r-- | matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ typedef enum { MATRIX_SWAP_COLS } MatrixSwapType; -typedef struct { +typedef struct Matrix { double *xs; size_t m; size_t n; |