More testing and cleanup.

This commit is contained in:
jgoppert
2015-11-05 12:28:39 -05:00
parent 9d88b0d573
commit fd64e7e93a
10 changed files with 74 additions and 120 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#include "Matrix.hpp"
#include <assert.h>
#include <stdio.h>
#include "matrix.hpp"
using namespace matrix;
template class Matrix<float, 2, 3>;