klMatrix
Data Structures | Functions
kl_arpack.h File Reference
#include <math.h>
#include <fstream>
#include <iostream>
#include "kl_matrix.h"
Include dependency graph for kl_arpack.h:
This graph shows which files directly or indirectly include this file:

Data Structures

class  klArpackFunctor
 

Functions

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

Function Documentation

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

Here is the caller graph for this function:

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