![]() |
klMatrix
|
#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"
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 |
void Arpack_MKLsyevxSmokeTest | ( | ofstream & | _tex, |
__int64 & | n, | ||
const char * | fileName | ||
) |
void ARPACK_VS_SYEVX | ( | ofstream & | _tex, |
unsigned int & | n | ||
) |
void BinaryIO | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void ConvertCSVMatrixFilesToBinFormat | ( | ) |
void FastGaussTransform | ( | ofstream & | _tex, |
klAlgorithmParameterContainer & | klapc | ||
) |
void FEATSEigensolver | ( | ofstream & | _tex, |
__int64 & | n, | ||
const char * | fileName | ||
) |
void FEATSEigensolver | ( | ofstream & | _tex, |
unsigned int & | n, | ||
const char * | fileName | ||
) |
void GenerateTraceyWidomSample | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void GenerativeGramConsistencyCheck | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void IteratedExponentialFiltering | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void IterativeKrylovCheck | ( | ofstream & | _tex, |
__int64 & | n, | ||
const char * | fileName = NULL |
||
) |
void klIntegrationTest | ( | bool | useIntelMemMgr, |
klTestType | klItegrationTestSize | ||
) |
void __cdecl klNewHandler | ( | ) |
void LinearRegression | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void LinearRegressionAtanSet | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
bbc check shallow copy
void MatrixEigenSolver | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void MatrixExponential | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void MatrixMultiplicationCheck | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void MatrixNorm | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void MatrixOpsQuickCheck | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
|
inline |
void MutithreadedWorkflow | ( | void | ) |
void PointCloudAndLatexPlots | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void PrincipalComponentsDemo | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void RandomMatrixNorms | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
klMatrix<double> real_2d_array_to_klMatrix | ( | ap::real_2d_array | a | ) |
void SemidefiniteProgrammingCheck | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
bool testmatgen | ( | bool | silent | ) |
void TestMerssenePeriodIssue | ( | ) |
void Utility | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void VerifyWingerLaw | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void VSLFunctions | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
char* basefilename |
DWORD gdwTlsIndex |
|
static |