From 8ad8165816929301a87e90bbb32c3df6b69030ee Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:28:11 +0100 Subject: Updating docs --- matrixtest_8cpp.html | 354 --------------------------------------------------- 1 file changed, 354 deletions(-) delete mode 100644 matrixtest_8cpp.html (limited to 'matrixtest_8cpp.html') diff --git a/matrixtest_8cpp.html b/matrixtest_8cpp.html deleted file mode 100644 index 53da02c2..00000000 --- a/matrixtest_8cpp.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - - -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