From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- namespaceyage_1_1matrix.html | 50 ++++++++++++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 18 deletions(-) (limited to 'namespaceyage_1_1matrix.html') diff --git a/namespaceyage_1_1matrix.html b/namespaceyage_1_1matrix.html index a674fc0f..cb1f896c 100644 --- a/namespaceyage_1_1matrix.html +++ b/namespaceyage_1_1matrix.html @@ -9,6 +9,13 @@ + + + + + @@ -44,6 +51,21 @@ $(function() { }); + +
+ +
+
+
+ +
- -
@@ -90,8 +107,7 @@ Functions  

Detailed Description

-

Namespace containing functions that operate on matrices.

-

Function Documentation

+

Function Documentation

◆ dot()

@@ -119,8 +135,6 @@ template<int R, class T >
- -

Returns the dot product between two vectors.

Parameters
@@ -157,8 +171,6 @@ template<int M, int N, int P, int Q, class T >
[in]m1,m2Input matrices.
- -

Multiplies two matrices together.

Parameters
@@ -186,8 +198,6 @@ template<int M, int N, class T >
[in]m1,m2Matrix inputs
- -

Transposes a matrix and returns the result.

Parameters
@@ -198,11 +208,15 @@ template<int M, int N, class T > + - + -- cgit
[in]minput matrix.