klMatrix
Functions
kl_ML_helper_fns.cpp File Reference
#include "kl_matrix_helper_fns.h"
#include "kl_divergence_functions.h"
#include "kl_arpack.h"
#include "testmatgenunit.h"
#include "kl_matrix.h"
Include dependency graph for kl_ML_helper_fns.cpp:

Functions

klMatrix< double > SampleGOE (__int64 n, unsigned seed)
 
klMatrix< double > SampleWishart (__int64 n, unsigned seed)
 
bool testmatgen (bool silent)
 
klMatrix< double > real_2d_array_to_klMatrix (ap::real_2d_array a)
 
klMatrix< double > SampleSymmetricStandardNormalRM (__int64 n, unsigned seed)
 

Function Documentation

klMatrix<double> real_2d_array_to_klMatrix ( ap::real_2d_array  a)

Here is the caller graph for this function:

klMatrix<double> SampleGOE ( __int64  n,
unsigned  seed 
)

Here is the call graph for this function:

Here is the caller graph for this function:

klMatrix<double> SampleSymmetricStandardNormalRM ( __int64  n,
unsigned  seed 
)

Here is the call graph for this function:

Here is the caller graph for this function:

klMatrix<double> SampleWishart ( __int64  n,
unsigned  seed 
)

Here is the call graph for this function:

Here is the caller graph for this function:

bool testmatgen ( bool  silent)