klMatrix
Functions
kl_matrix_helper_fns.h File Reference
#include "kl_memory.h"
#include "kl_matrix.h"
#include "kl_stat.h"
#include "kl_random_number_generator.h"
#include "kl_multivariate_random_variable.h"
Include dependency graph for kl_matrix_helper_fns.h:
This graph shows which files directly or indirectly include this file:

Functions

klMatrix< double > SampleGOE (__int64 n, unsigned seed=4357)
 
klMatrix< double > SampleWishart (__int64 n, unsigned seed=4357)
 
klMatrix< double > SampleSymmetricStandardNormalRM (__int64 n, unsigned seed=4357)
 
template<class TYPE >
klVector< TYPE > kl_random_permutation (unsigned range, unsigned seed=4357)
 
template<class TYPE >
klMatrix< TYPE > IdentityMatrix (__int64 n)
 
klMatrix< double > HilbertMatrix (__int64 n)
 

Function Documentation

klMatrix<double> HilbertMatrix ( __int64  n)
inline

Here is the caller graph for this function:

template<class TYPE >
klMatrix<TYPE> IdentityMatrix ( __int64  n)
template<class TYPE >
klVector<TYPE> kl_random_permutation ( unsigned  range,
unsigned  seed = 4357 
)

Here is the call graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function: