|
ROL
|
Public Member Functions | |
| VectorKey (const V &x) | |
| VectorKey (const Ptr< V > &x) | |
| bool | operator< (const VectorKey &x) const |
| bool | operator== (const VectorKey &x) const |
Static Public Member Functions | |
| static std::string | to_string (const VectorKey &key) |
Public Attributes | |
| size_t | hash_code |
| int | dimension |
Friends | |
| class | VectorWorkspace< Real > |
Definition at line 71 of file ROL_VectorWorkspace.hpp.
|
inline |
Definition at line 76 of file ROL_VectorWorkspace.hpp.
References dimension, and hash_code.
Referenced by operator<(), operator==(), to_string(), and VectorKey().
|
inline |
Definition at line 80 of file ROL_VectorWorkspace.hpp.
References VectorKey().
|
inlinestatic |
Definition at line 83 of file ROL_VectorWorkspace.hpp.
References dimension, hash_code, and VectorKey().
|
inline |
Definition at line 90 of file ROL_VectorWorkspace.hpp.
References dimension, hash_code, and VectorKey().
|
inline |
Definition at line 94 of file ROL_VectorWorkspace.hpp.
References dimension, hash_code, and VectorKey().
|
friend |
Definition at line 191 of file ROL_VectorWorkspace.hpp.
| size_t ROL::details::VectorWorkspace< Real >::VectorKey::hash_code |
Definition at line 73 of file ROL_VectorWorkspace.hpp.
Referenced by ROL::details::VectorWorkspace< Real >::VectorStack::clone(), operator<(), operator==(), to_string(), and VectorKey().
| int ROL::details::VectorWorkspace< Real >::VectorKey::dimension |
Definition at line 74 of file ROL_VectorWorkspace.hpp.
Referenced by ROL::details::VectorWorkspace< Real >::VectorStack::clone(), operator<(), operator==(), to_string(), and VectorKey().