aboutsummaryrefslogtreecommitdiffstats
path: root/test/matrix_test.cpp
blob: 165481643c4f8e355a23aa13588297d7afd0283a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * created 22-06-17 by Yann Herklotz
 *
 * Tests the math class using different tests to see if matrix operations work 
 * correctly.
 *
 */

#include "Math/math.hpp"

int main()
{
	return 0;
}