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

user-provided Mat-Vec function and data for y = A * x or y = B * x More...

#include <struct.h>

Data Fields

MVFunc func
 
void * data
 

Detailed Description

user-provided Mat-Vec function and data for y = A * x or y = B * x

Definition at line 136 of file struct.h.

Field Documentation

void* _EVSLMatvec::data

data

Definition at line 138 of file struct.h.

Referenced by SetAMatrix(), SetAMatvec(), SetBMatrix(), and SetBMatvec().

MVFunc _EVSLMatvec::func

function pointer

Definition at line 137 of file struct.h.

Referenced by SetAMatrix(), SetAMatvec(), SetBMatrix(), and SetBMatvec().


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