expm testing and fixes.

This commit is contained in:
jgoppert
2015-11-05 15:39:41 -05:00
parent 5517532c90
commit 5566b3dc77
7 changed files with 93 additions and 27 deletions
+4
View File
@@ -14,6 +14,10 @@ int main()
(void)n;
float r = v.dot(v);
(void)r;
Vector<float, 5> v2(v);
assert(v == v2);
return 0;
}