klMatrix
Data Structures | Functions | Variables
kl_matrix_exponential.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_latex_helper_fns.h"
#include "expokit.h"
#include <complex>
Include dependency graph for kl_matrix_exponential.cpp:

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
 

Function Documentation

void MatrixExponential ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void matvecfunc_cplx_Impl ( void *  data,
cplx *  in,
cplx *  out 
)
void matvecfunc_double_Impl ( void *  data,
double *  in,
double *  out 
)

Here is the caller graph for this function:

Variable Documentation

klTestType klTestSize
static