summaryrefslogtreecommitdiff
path: root/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'matrix.h')
-rw-r--r--matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix.h b/matrix.h
index 85dfa2b..76a3688 100644
--- a/matrix.h
+++ b/matrix.h
@@ -33,7 +33,7 @@ typedef enum {
MATRIX_SWAP_COLS
} MatrixSwapType;
-typedef struct {
+typedef struct Matrix {
double *xs;
size_t m;
size_t n;