From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- matrixtest_8cpp.html | 354 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 354 insertions(+) create mode 100644 matrixtest_8cpp.html (limited to 'matrixtest_8cpp.html') diff --git a/matrixtest_8cpp.html b/matrixtest_8cpp.html new file mode 100644 index 00000000..f2ddf262 --- /dev/null +++ b/matrixtest_8cpp.html @@ -0,0 +1,354 @@ + + + + + + + +YAGE: test/matrixtest.cpp File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  0.02 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
matrixtest.cpp File Reference
+
+
+
#include <algorithm>
+#include <cstdlib>
+#include <ctime>
+#include <vector>
+#include "Math/math.hpp"
+#include "gtest/gtest.h"
+
+ + + + + + + + + + + + + + + + + + + +

+Functions

template<int Size>
int matrixAssign (int number, int i, int j)
 
template<int Size>
int matrixAddition (int num1, int num2)
 
int vectorDotProduct (const std::vector< int > &vec_contents_f, const std::vector< int > &vec_contents_s)
 
bool matrixMultiplication ()
 
 TEST (Matrix, Assign)
 
 TEST (Matrix, Addition)
 
 TEST (Vector, DotProduct)
 
int main (int argc, char **argv)
 
+

Function Documentation

+ +

◆ main()

+ +
+
+ + + + + + + + + + + + + + + + + + +
int main (int argc,
char ** argv 
)
+
+ +
+
+ +

◆ matrixAddition()

+ +
+
+
+template<int Size>
+ + + + + + + + + + + + + + + + + + +
int matrixAddition (int num1,
int num2 
)
+
+ +
+
+ +

◆ matrixAssign()

+ +
+
+
+template<int Size>
+ + + + + + + + + + + + + + + + + + + + + + + + +
int matrixAssign (int number,
int i,
int j 
)
+
+ +
+
+ +

◆ matrixMultiplication()

+ +
+
+ + + + + + + +
bool matrixMultiplication ()
+
+ +
+
+ +

◆ TEST() [1/3]

+ +
+
+ + + + + + + + + + + + + + + + + + +
TEST (Matrix ,
Assign  
)
+
+ +
+
+ +

◆ TEST() [2/3]

+ +
+
+ + + + + + + + + + + + + + + + + + +
TEST (Matrix ,
Addition  
)
+
+ +
+
+ +

◆ TEST() [3/3]

+ +
+
+ + + + + + + + + + + + + + + + + + +
TEST (Vector ,
DotProduct  
)
+
+ +
+
+ +

◆ vectorDotProduct()

+ +
+
+ + + + + + + + + + + + + + + + + + +
int vectorDotProduct (const std::vector< int > & vec_contents_f,
const std::vector< int > & vec_contents_s 
)
+
+ +
+
+
+
+ + + + -- cgit