From 9fb4ab106f17290faf65146d4b005885507c1900 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 19 May 2018 14:24:37 +0000 Subject: [Travis] Rebuilding documentation --- 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 9d73df0d..bef8b11e 100644 --- a/namespaceyage_1_1matrix.html +++ b/namespaceyage_1_1matrix.html @@ -185,7 +185,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.

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