Removed all uses of C library from tests

This commit is contained in:
Pavel Kirienko
2017-03-17 13:38:48 +03:00
committed by James Goppert
parent 9ebf5f89db
commit e09cf12e2e
17 changed files with 87 additions and 126 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
#include "test_macros.hpp"
#include <matrix/math.hpp>
using matrix::SquareMatrix;
using matrix::zeros;
using namespace matrix;
static const size_t n_large = 50;