klMatrix
Macros | Functions
kl_unit_tests.h File Reference
#include "kl_matrix.h"
#include "kl_random_number_generator.h"
#include "kl_time_series.h"
#include "kl_regression.h"
#include "kl_multivariate_random_variable.h"
#include "kl_sample_population.h"
#include "kl_multiclass_svm.h"
#include "kl_principal_components.h"
#include <vector>
#include "kl_memory.h"
Include dependency graph for kl_unit_tests.h:
This graph shows which files directly or indirectly include this file:

Macros

#define __D1   65536
 

Functions

template<class TYPE >
void MatrixOpsQuickCheck (ofstream &_tex, __int64 &n)
 
template<class type >
void testKLDescriptiveStatistics (ofstream &FS1, __int64 &n)
 
template<class TYPE >
void testKLTimeSeries2 (ofstream &_tex, __int64 &n)
 
template<class TYPE >
void testSamplePopulation2 (ofstream &_tex)
 
template<class TYPE >
void klMulticlassSVMHarness2 (ofstream &_tex)
 
template<class TYPE >
void testKLMultiVariateRandomNumberGenerator2 (ofstream &_tex, __int64 &n)
 
template<class TYPE >
void PrincipalComponentsDemo (ofstream &_tex, __int64 &n)
 
template<class TYPE >
void __cdecl testKLRandomNumberGenerator2 (ofstream &_tex)
 
template<class TYPE >
void klRVUnitTestHarnessLaTex2 (klRV< TYPE > **RV, unsigned int size, vector< string > names, ofstream &_tex)
 
void MemoryManagement (ofstream &_tex, __int64 &n)
 
template<class TYPE >
void __cdecl testKLRandomNumberGeneratorL (const char *fileName)
 

Macro Definition Documentation

#define __D1   65536

Function Documentation

template<class TYPE >
void klMulticlassSVMHarness2 ( ofstream &  _tex)

Here is the call graph for this function:

template<class TYPE >
void klRVUnitTestHarnessLaTex2 ( klRV< TYPE > **  RV,
unsigned int  size,
vector< string >  names,
ofstream &  _tex 
)

Here is the call graph for this function:

template<class TYPE >
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:

template<class TYPE >
void PrincipalComponentsDemo ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

template<class type >
void testKLDescriptiveStatistics ( ofstream &  FS1,
__int64 &  n 
)
template<class TYPE >
void testKLMultiVariateRandomNumberGenerator2 ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

template<class TYPE >
void __cdecl testKLRandomNumberGenerator2 ( ofstream &  _tex)
template<class TYPE >
void __cdecl testKLRandomNumberGeneratorL ( const char *  fileName)
template<class TYPE >
void testKLTimeSeries2 ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

template<class TYPE >
void testSamplePopulation2 ( ofstream &  _tex)

Here is the call graph for this function: