wrapper class for Sundials "N_Vector"
More...
#include <sundialsUtils.h>
|
N_Vector | v |
|
bool | alloc |
|
unsigned int | n |
|
wrapper class for Sundials "N_Vector"
◆ sdVector() [1/4]
◆ sdVector() [2/4]
Construct a new vector of length n
.
◆ sdVector() [3/4]
sdVector::sdVector |
( |
N_Vector |
other | ) |
|
Wrap an existing N_Vector
.
◆ sdVector() [4/4]
sdVector::sdVector |
( |
const sdVector & |
other | ) |
|
◆ ~sdVector()
◆ operator[]() [1/2]
template<class T >
realtype & sdVector::operator[] |
( |
T |
i | ) |
|
|
inline |
◆ operator[]() [2/2]
template<class T >
realtype & sdVector::operator[] |
( |
T |
i | ) |
const |
|
inline |
◆ forSundials()
N_Vector & sdVector::forSundials |
( |
| ) |
|
|
inline |
Return the underlying N_Vector
object needed by Sundials functions.
◆ length()
unsigned int sdVector::length |
( |
| ) |
const |
|
inline |
◆ size()
size_t sdVector::size |
( |
| ) |
const |
|
inline |
◆ alloc
The documentation for this class was generated from the following files: