Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
Functions
math_utilities_tests.cpp File Reference

Tests for the contents of math_utilities.h. More...

#include <math.h>
#include <gtest/gtest.h>
#include "../global/global.h"
#include "../utils/basic_structs.h"
#include "../utils/math_utilities.h"
#include "../utils/testing_utilities.h"
Include dependency graph for math_utilities_tests.cpp:

Functions

 TEST (tALLRotateCoords, CorrectInputExpectCorrectOutput)
 
 TEST (tALLDotProduct, CorrectInputExpectCorrectOutput)
 Test the math_utils::dotProduct function.
 
 TEST (tALLSquareMagnitude, CorrectInputExpectCorrectOutput)
 Test the math_utils::dotProduct function.
 
 TEST (tALLCyclicPermuteOnce, CorrectInputExpectCorrectOutput)
 Test the math_utils::Cyclic_Permute_Once function.
 
 TEST (tALLCyclicPermuteTwice, CorrectInputExpectCorrectOutput)
 Test the math_utils::Cyclic_Permute_Twice function.
 

Detailed Description

Tests for the contents of math_utilities.h.

Author
Robert 'Bob' Caddy (rvc@p.nosp@m.itt..nosp@m.edu)