klMatrix
Data Structures | Functions | Variables
klIntegrationTest.cpp File Reference
#include "kl_matrix.h"
#include "kl_stat.h"
#include "kl_random_number_generator.h"
#include "kl_time_series.h"
#include "kl_multivariate_random_variable.h"
#include "kl_sample_population.h"
#include "kl_principal_components.h"
#include "kl_regression.h"
#include "kl_multiclass_svm.h"
#include "kl_wavelet.h"
#include "kl_matrix_helper_fns.h"
#include "kl_divergence_functions.h"
#include "kl_util.h"
#include "kl_unit_tests.h"
#include "kl_matrix_facorizations.h"
#include "kl_unit_test_wrapper.h"
#include "kl_matlab_dependent_unit_tests.h"
#include "kl_matlab_iface.h"
#include "kl_arpack.h"
#include "kl_latex_helper_fns.h"
#include "kl_algorithm_paramters.h"
#include "kl_fast_gauss_transform.h"
#include "kl_point_cloud_generator.h"
#include <math.h>
#include "kl_vsl.h"
#include <errno.h>
#include "limits.h"
#include <limits>
#include "testmatgenunit.h"
Include dependency graph for klIntegrationTest.cpp:

Data Structures

class  klFastGaussAlgorithmParameters
 

Functions

void __cdecl klNewHandler ()
 
void MatrixOpsQuickCheck (ofstream &_tex, __int64 &n)
 
void MatrixNorm (ofstream &_tex, __int64 &n)
 
void MemoryManagement (ofstream &_tex, __int64 &n)
 
void SemidefiniteProgrammingCheck (ofstream &_tex, __int64 &n)
 
void PrincipalComponentsDemo (ofstream &_tex, __int64 &n)
 
void IterativeKrylovCheck (ofstream &_tex, __int64 &n, const char *fileName=NULL)
 
void GenerateTraceyWidomSample (ofstream &_tex, __int64 &n)
 
void Utility (ofstream &_tex, __int64 &n)
 
void MatrixMultiplicationCheck (ofstream &_tex, __int64 &n)
 
void LinearRegression (ofstream &_tex, __int64 &n)
 
void LinearRegressionAtanSet (ofstream &_tex, __int64 &n)
 
void MatrixExponential (ofstream &_tex, __int64 &n)
 
void MutithreadedWorkflow (void)
 
void VerifyWingerLaw (ofstream &_tex, __int64 &n)
 
void GenerativeGramConsistencyCheck (ofstream &_tex, __int64 &n)
 
void MatrixEigenSolver (ofstream &_tex, __int64 &n)
 
void Arpack_MKLsyevxSmokeTest (ofstream &_tex, __int64 &n, const char *fileName)
 
void FEATSEigensolver (ofstream &_tex, __int64 &n, const char *fileName)
 
void BinaryIO (ofstream &_tex, __int64 &n)
 
void PointCloudAndLatexPlots (ofstream &_tex, __int64 &n)
 
void RandomMatrixNorms (ofstream &_tex, __int64 &n)
 
void ARPACK_VS_SYEVX (ofstream &_tex, unsigned int &n)
 
void ConvertCSVMatrixFilesToBinFormat ()
 
void FastGaussTransform (ofstream &_tex, klAlgorithmParameterContainer &klapc)
 
void IteratedExponentialFiltering (ofstream &_tex, __int64 &n)
 
void VSLFunctions (ofstream &_tex, __int64 &n)
 
void klIntegrationTest (bool useIntelMemMgr, klTestType klItegrationTestSize)
 
void TestMerssenePeriodIssue ()
 
void FEATSEigensolver (ofstream &_tex, unsigned int &n, const char *fileName)
 
bool testmatgen (bool silent)
 
klMatrix< double > real_2d_array_to_klMatrix (ap::real_2d_array a)
 

Variables

char * basefilename
 
static klTestType klTestSize = klTestType::SMALL
 
DWORD gdwTlsIndex
 

Function Documentation

void Arpack_MKLsyevxSmokeTest ( ofstream &  _tex,
__int64 &  n,
const char *  fileName 
)

Here is the call graph for this function:

void ARPACK_VS_SYEVX ( ofstream &  _tex,
unsigned int &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void BinaryIO ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void ConvertCSVMatrixFilesToBinFormat ( )

Here is the call graph for this function:

Here is the caller graph for this function:

void FastGaussTransform ( ofstream &  _tex,
klAlgorithmParameterContainer klapc 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void FEATSEigensolver ( ofstream &  _tex,
__int64 &  n,
const char *  fileName 
)
void FEATSEigensolver ( ofstream &  _tex,
unsigned int &  n,
const char *  fileName 
)

Here is the call graph for this function:

void GenerateTraceyWidomSample ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void GenerativeGramConsistencyCheck ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void IteratedExponentialFiltering ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void IterativeKrylovCheck ( ofstream &  _tex,
__int64 &  n,
const char *  fileName = NULL 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void klIntegrationTest ( bool  useIntelMemMgr,
klTestType  klItegrationTestSize 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void __cdecl klNewHandler ( )

Here is the call graph for this function:

void LinearRegression ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void LinearRegressionAtanSet ( ofstream &  _tex,
__int64 &  n 
)

bbc check shallow copy

Here is the call graph for this function:

Here is the caller graph for this function:

void MatrixEigenSolver ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void MatrixExponential ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void MatrixMultiplicationCheck ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void MatrixNorm ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void MatrixOpsQuickCheck ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

void MemoryManagement ( ofstream &  _tex,
__int64 &  n 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

void MutithreadedWorkflow ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

void PointCloudAndLatexPlots ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void PrincipalComponentsDemo ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

void RandomMatrixNorms ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

klMatrix<double> real_2d_array_to_klMatrix ( ap::real_2d_array  a)

Here is the caller graph for this function:

void SemidefiniteProgrammingCheck ( ofstream &  _tex,
__int64 &  n 
)

Here is the caller graph for this function:

bool testmatgen ( bool  silent)

Here is the caller graph for this function:

void TestMerssenePeriodIssue ( )

Here is the call graph for this function:

void Utility ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void VerifyWingerLaw ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void VSLFunctions ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

char* basefilename
DWORD gdwTlsIndex
klTestType klTestSize = klTestType::SMALL
static