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

user-provided function and data for solving (A - SIGMA*B) x = b More...

#include <struct.h>

Data Fields

SolFuncC func
 
void * data
 

Detailed Description

user-provided function and data for solving (A - SIGMA*B) x = b

Definition at line 102 of file struct.h.

Field Documentation

void* _EVSLASIGMABSol::data

data

Definition at line 104 of file struct.h.

Referenced by SetASigmaBSol().

SolFuncC _EVSLASIGMABSol::func

function pointer

Definition at line 103 of file struct.h.

Referenced by SetASigmaBSol().


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