![]() |
klMatrix
|
#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"

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) |
| #define __D1 65536 |
| void klMulticlassSVMHarness2 | ( | ofstream & | _tex | ) |

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

| void MatrixOpsQuickCheck | ( | ofstream & | _tex, |
| __int64 & | n | ||
| ) |

|
inline |


| void PrincipalComponentsDemo | ( | ofstream & | _tex, |
| __int64 & | n | ||
| ) |

| void testKLDescriptiveStatistics | ( | ofstream & | FS1, |
| __int64 & | n | ||
| ) |
| void testKLMultiVariateRandomNumberGenerator2 | ( | ofstream & | _tex, |
| __int64 & | n | ||
| ) |

| void __cdecl testKLRandomNumberGenerator2 | ( | ofstream & | _tex | ) |
| void __cdecl testKLRandomNumberGeneratorL | ( | const char * | fileName | ) |
| void testKLTimeSeries2 | ( | ofstream & | _tex, |
| __int64 & | n | ||
| ) |

| void testSamplePopulation2 | ( | ofstream & | _tex | ) |

1.8.7