|
ROL
|
#include <ROL_Sacado_Traits.hpp>
Public Types | |
| using | container_type = std::vector<Real> |
| using | value_type = typename std::vector<Real>::value_type |
| using | size_type = typename std::vector<Real>::size_type |
Public Member Functions | |
| value_type | get_value (const container_type &x, size_type i) const |
| void | set_value (container_type &x, size_type i, value_type xi) const |
Definition at line 45 of file ROL_Sacado_Traits.hpp.
| using Accessor< std::vector< Real > >::container_type = std::vector<Real> |
Definition at line 46 of file ROL_Sacado_Traits.hpp.
| using Accessor< std::vector< Real > >::value_type = typename std::vector<Real>::value_type |
Definition at line 47 of file ROL_Sacado_Traits.hpp.
| using Accessor< std::vector< Real > >::size_type = typename std::vector<Real>::size_type |
Definition at line 48 of file ROL_Sacado_Traits.hpp.
|
inline |
Definition at line 49 of file ROL_Sacado_Traits.hpp.
|
inline |
Definition at line 52 of file ROL_Sacado_Traits.hpp.