suanPan
arpack_wrapper.h File Reference
#include <Domain/MetaMat/MetaMat.hpp>
#include <memory>
Include dependency graph for arpack_wrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int eig_solve (cx_vec &, cx_mat &, const std::shared_ptr< MetaMat< double >> &, unsigned, const char *="SM")
 
int eig_solve (vec &eigval, mat &eigvec, const std::shared_ptr< MetaMat< double >> &, const std::shared_ptr< MetaMat< double >> &, unsigned, const char *="SM")
 
int eig_solve (cx_vec &eigval, cx_mat &eigvec, const std::shared_ptr< MetaMat< double >> &, const std::shared_ptr< MetaMat< double >> &, unsigned, const char *="LM")
 
int eig_solve (vec &eigval, mat &eigvec, const std::shared_ptr< MetaMat< double >> &, const std::shared_ptr< MetaMat< double >> &)
 
int eig_solve (cx_vec &eigval, cx_mat &eigvec, const std::shared_ptr< MetaMat< double >> &, const std::shared_ptr< MetaMat< double >> &)
 

Function Documentation

◆ eig_solve() [1/5]

int eig_solve ( cx_vec &  eigval,
cx_mat &  eigvec,
const std::shared_ptr< MetaMat< double >> &  K,
unsigned  num,
const char *  form = "SM" 
)
Here is the caller graph for this function:

◆ eig_solve() [2/5]

int eig_solve ( cx_vec &  eigval,
cx_mat &  eigvec,
const std::shared_ptr< MetaMat< double >> &  K,
const std::shared_ptr< MetaMat< double >> &  KG 
)

◆ eig_solve() [3/5]

int eig_solve ( cx_vec &  eigval,
cx_mat &  eigvec,
const std::shared_ptr< MetaMat< double >> &  K,
const std::shared_ptr< MetaMat< double >> &  M,
unsigned  num,
const char *  form = "LM" 
)

◆ eig_solve() [4/5]

int eig_solve ( vec &  eigval,
mat &  eigvec,
const std::shared_ptr< MetaMat< double >> &  K,
const std::shared_ptr< MetaMat< double >> &  KG 
)
Here is the call graph for this function:

◆ eig_solve() [5/5]

int eig_solve ( vec &  eigval,
mat &  eigvec,
const std::shared_ptr< MetaMat< double >> &  K,
const std::shared_ptr< MetaMat< double >> &  M,
unsigned  num,
const char *  form = "SM" 
)
Here is the call graph for this function: