klMatrix
Macros | Functions
kl_boost_test_complex_vsl_functions.cpp File Reference
#include "kl_matrix.h"
#include "kl_vsl.h"
#include <boost/test/included/unit_test.hpp>
Include dependency graph for kl_boost_test_complex_vsl_functions.cpp:

Macros

#define BOOST_TEST_MAIN
 
#define BOOST_TEST_MODULE   "C++ Unit Tests for kl Matrix Library"
 
#define KL_BOOST_TEST_VECTOR_SIZE   536870912
 

Functions

 BOOST_AUTO_TEST_CASE (TestBoostUTF)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexAdd)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexSubtract)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexMultiply)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexMultiplyByConj)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexConj)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexAbs)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexArg)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexDivide)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexSqrt)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexPow)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexPowX)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexExp)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexLn)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexLog10)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexCos)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexSin)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexTan)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexAcos)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexAsin)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexAtan)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexCosh)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexSinh)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexTanh)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexAcosh)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexAsinh)
 
 BOOST_AUTO_TEST_CASE (testVSLComplexAtanh)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleAdd)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleSub)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleMul)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleDiv)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleHypot)
 
 BOOST_AUTO_TEST_CASE (testVSLDoublePow)
 
 BOOST_AUTO_TEST_CASE (testVSLDoublePowx)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleSqr)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleAbs)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleInv)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleSqrt)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleExp)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleExpm1)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleLn)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleLog10)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleCos)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleSin)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleTan)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleAcos)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleAsin)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleAtan)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleCosh)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleSinh)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleTanh)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleAcosh)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleAsinh)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleAtanh)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleErf)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleErfc)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleCdfNorm)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleErfInv)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleErfcInv)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleCdfNormInv)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleLGamma)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleTGamma)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleFloor)
 
 BOOST_AUTO_TEST_CASE (testVSLDoublevdCeil)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleTrunc)
 
 BOOST_AUTO_TEST_CASE (testVSLDoubleRound)
 

Macro Definition Documentation

#define BOOST_TEST_MAIN
#define BOOST_TEST_MODULE   "C++ Unit Tests for kl Matrix Library"
#define KL_BOOST_TEST_VECTOR_SIZE   536870912

Function Documentation

BOOST_AUTO_TEST_CASE ( TestBoostUTF  )
BOOST_AUTO_TEST_CASE ( testVSLComplexAdd  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexSubtract  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexMultiply  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexMultiplyByConj  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexConj  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexAbs  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexArg  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexDivide  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexSqrt  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexPow  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexPowX  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexExp  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexLn  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexLog10  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexCos  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexSin  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexTan  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexAcos  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexAsin  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexAtan  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexCosh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexSinh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexTanh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexAcosh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexAsinh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLComplexAtanh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleAdd  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleSub  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleMul  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleDiv  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleHypot  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoublePow  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoublePowx  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleSqr  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleAbs  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleInv  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleSqrt  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleExp  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleExpm1  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleLn  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleLog10  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleCos  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleSin  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleTan  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleAcos  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleAsin  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleAtan  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleCosh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleSinh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleTanh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleAcosh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleAsinh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleAtanh  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleErf  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleErfc  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleCdfNorm  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleErfInv  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleErfcInv  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleCdfNormInv  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleLGamma  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleTGamma  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleFloor  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoublevdCeil  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleTrunc  )

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( testVSLDoubleRound  )

Here is the call graph for this function: