Removed old references to matrix.hpp.

This commit is contained in:
jgoppert 2015-11-07 11:08:17 -05:00
parent 222e42f934
commit 1fb0f33eb4
22 changed files with 22 additions and 22 deletions

View File

@ -1,7 +1,7 @@
#include <cassert>
#include <cstdio>
#include "matrix.hpp"
#include <matrix/math.hpp>
using namespace matrix;