klMatrix
Functions
kl_arpack_non_sym_dense.cpp File Reference
#include "D:\Packages\arpack++\examples\matrices\nonsym\dnmatrxa.h"
#include "ardnsmat.h"
#include "ardsnsym.h"
#include "ardsmat.h"
#include "D:\Packages\arpack++\examples\matrices\nonsym\lnsymsol.h"
#include "arrseig.h"
#include <complex>
Include dependency graph for kl_arpack_non_sym_dense.cpp:

Functions

void MemoryOverflow ()
 
void callAprpackNonSymmetric (int n, double *matrix, unsigned int numEigs, complex< double > *eigenValues, complex< double > **eigenVectors, char *whichp="LM")
 

Function Documentation

void callAprpackNonSymmetric ( int  n,
double *  matrix,
unsigned int  numEigs,
complex< double > *  eigenValues,
complex< double > **  eigenVectors,
char *  whichp = "LM" 
)

Here is the caller graph for this function:

void MemoryOverflow ( )