From 926a268b9a8d80f5d22b51a741d2ffbd8e898496 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:35:17 +0100 Subject: Updating docs --- namespaceyage_1_1matrix.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'namespaceyage_1_1matrix.html') diff --git a/namespaceyage_1_1matrix.html b/namespaceyage_1_1matrix.html index 2e84412e..6c4400d4 100644 --- a/namespaceyage_1_1matrix.html +++ b/namespaceyage_1_1matrix.html @@ -179,7 +179,7 @@ template<int M, int N, int P, int Q, class T >

Requires the two matrices to be compatible with multiplication.

-
Todo:
Think if this should be a static_assert.
+
Todo:
Think if this should be a static_assert.

Performs multiplication by getting the rows and columns, transposing one of them and then doting the result.

@@ -216,7 +216,7 @@ template<int M, int N, class T >