More cleanup.

This commit is contained in:
jgoppert
2015-11-05 12:34:14 -05:00
parent fd64e7e93a
commit 537c683d58
11 changed files with 20 additions and 10 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#include "SquareMatrix.hpp"
#include <assert.h>
#include <stdio.h>
#include "matrix.hpp"
using namespace matrix;
static const size_t n_large = 50;