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

user-provided function and data for solving B x = b More...

#include <struct.h>

Data Fields

SolFuncR func
 
void * data
 

Detailed Description

user-provided function and data for solving B x = b

Definition at line 145 of file struct.h.

Field Documentation

void* _EVSLBSol::data

data

Definition at line 147 of file struct.h.

Referenced by SetBSol().

SolFuncR _EVSLBSol::func

function pointer

Definition at line 146 of file struct.h.

Referenced by SetBSol().


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