From 1735a2127401ccb80197e21a2a07ab0ba38bfb84 Mon Sep 17 00:00:00 2001 From: Naej Date: Mon, 2 Jan 2017 00:52:39 +0100 Subject: [PATCH] added something --- LibMatrix/matrix.c | 23 +++++++++++++++++++++++ LibMatrix/matrix.h | 26 ++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/LibMatrix/matrix.c b/LibMatrix/matrix.c index 356c059..e818705 100644 --- a/LibMatrix/matrix.c +++ b/LibMatrix/matrix.c @@ -665,3 +665,26 @@ bool equalsMatrix(Matrix m1, Matrix m2){ return true; } + +void setRowToTrue(Matrix matrix, int RowNb){ + int i =0; + for (i=0;i