API documentation
nvec Struct Reference
Structure keeping the vectors for cvode. More...
#include <Bloch_CV_Model.h>
Public Attributes | |
| N_Vector | y |
| N_Vector | abstol |
Detailed Description
Structure keeping the vectors for cvode.
Definition at line 55 of file Bloch_CV_Model.h.
Member Data Documentation
| N_Vector nvec::abstol |
CVODE vector
Definition at line 57 of file Bloch_CV_Model.h.
| N_Vector nvec::y |
CVODE vector
Definition at line 56 of file Bloch_CV_Model.h.
The documentation for this struct was generated from the following file:
