EVSL  1.1.0
EigenValues Slicing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
_BSolDataPol Struct Reference

#include <struct.h>

Data Fields

int max_deg
 
int deg
 
double intv [2]
 
double cc
 
double dd
 
double tol
 
double * mu
 
double * wk
 

Detailed Description

Definition at line 178 of file struct.h.

Field Documentation

double _BSolDataPol::cc

Definition at line 182 of file struct.h.

Referenced by BSolPol(), and lsPol().

double _BSolDataPol::dd

center and half-width

Definition at line 182 of file struct.h.

Referenced by BSolPol(), and lsPol().

int _BSolDataPol::deg

actual degree of the polynomial

Definition at line 180 of file struct.h.

Referenced by BSolPol(), lsPol(), and main().

double _BSolDataPol::intv[2]

spectrum bounds of the matrix

Definition at line 181 of file struct.h.

Referenced by lsPol(), and SetupBPol().

int _BSolDataPol::max_deg

max degree set by user

Definition at line 179 of file struct.h.

Referenced by lsPol(), and SetupBPol().

double* _BSolDataPol::mu

polyno. coeff

Definition at line 184 of file struct.h.

Referenced by BSolPol(), FreeBSolPolData(), lsPol(), and SetupBPol().

double _BSolDataPol::tol

approx. tolerance

Definition at line 183 of file struct.h.

Referenced by SetupBPol().

double* _BSolDataPol::wk

working array for applying

Definition at line 185 of file struct.h.

Referenced by BSolPol(), FreeBSolPolData(), and SetupBPol().


The documentation for this struct was generated from the following file: