EVSL
1.1.0
EigenValues Slicing Library
|
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 |
user-provided Mat-Vec function and data for y = A * x or y = B * x
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().