![]() |
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_latex_helper_fns.h"
#include "expokit.h"
#include <complex>
Data Structures | |
class | klExpoKitDGEXPVDriver |
class | klExpoKitDGPADMDriver |
Functions | |
void | matvecfunc_double_Impl (void *data, double *in, double *out) |
void | matvecfunc_cplx_Impl (void *data, cplx *in, cplx *out) |
void | MatrixExponential (ofstream &_tex, __int64 &n) |
Variables | |
static klTestType | klTestSize |
void MatrixExponential | ( | ofstream & | _tex, |
__int64 & | n | ||
) |
void matvecfunc_cplx_Impl | ( | void * | data, |
cplx * | in, | ||
cplx * | out | ||
) |
void matvecfunc_double_Impl | ( | void * | data, |
double * | in, | ||
double * | out | ||
) |
|
static |