|
ROL
|
#include <example_02.hpp>
Public Member Functions | |
| ConStdVector (const ROL::Ptr< std::vector< Element > > &std_vec) | |
| void | plus (const ROL::Vector< Real > &x) |
| void | scale (const Real alpha) |
| Real | dot (const ROL::Vector< Real > &x) const |
| Real | norm () const |
| ROL::Ptr< ROL::Vector< Real > > | clone () const |
| ROL::Ptr< const std::vector< Element > > | getVector () const |
| ROL::Ptr< std::vector< Element > > | getVector () |
| ROL::Ptr< ROL::Vector< Real > > | basis (const int i) const |
| int | dimension () const |
| const ROL::Vector< Real > & | dual () const |
| ConStdVector (const ROL::Ptr< std::vector< Element > > &std_vec) | |
| void | plus (const Vector< Real > &x) |
| void | scale (const Real alpha) |
| Real | dot (const Vector< Real > &x) const |
| Real | norm () const |
| ROL::Ptr< Vector< Real > > | clone () const |
| ROL::Ptr< const std::vector< Element > > | getVector () const |
| ROL::Ptr< std::vector< Element > > | getVector () |
| ROL::Ptr< Vector< Real > > | basis (const int i) const |
| int | dimension () const |
| const Vector< Real > & | dual () const |
Private Types | |
| typedef std::vector< Element > | vector |
| typedef ROL::Vector< Real > | V |
| typedef vector::size_type | uint |
| typedef std::vector< Element > | vector |
| typedef vector::size_type | uint |
Private Attributes | |
| ROL::Ptr< std::vector< Element > > | std_vec_ |
| ROL::Ptr< ConDualStdVector< Real > > | dual_vec_ |
Definition at line 296 of file gross-pitaevskii/example_02.hpp.
|
private |
Definition at line 245 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
|
private |
Definition at line 246 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
|
private |
Definition at line 247 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
|
private |
Definition at line 298 of file gross-pitaevskii/example_02.hpp.
|
private |
Definition at line 299 of file gross-pitaevskii/example_02.hpp.
|
inline |
Definition at line 255 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
|
inline |
Definition at line 307 of file gross-pitaevskii/example_02.hpp.
|
inline |
Definition at line 257 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::dimension(), ConStdVector< Real, Element >::getVector(), and ConStdVector< Real, Element >::std_vec_.
|
inline |
Definition at line 266 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::dimension(), and ConStdVector< Real, Element >::std_vec_.
|
inline |
Definition at line 273 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::dimension(), ConStdVector< Real, Element >::getVector(), and ConStdVector< Real, Element >::std_vec_.
Referenced by ConStdVector< Real, Element >::norm().
|
inline |
Definition at line 284 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::dot().
|
inline |
Definition at line 290 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::std_vec_.
|
inline |
Definition at line 294 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::std_vec_.
Referenced by ConStdVector< Real, Element >::dot(), and ConStdVector< Real, Element >::plus().
|
inline |
Definition at line 298 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::std_vec_.
|
inline |
Definition at line 302 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::std_vec_.
|
inline |
Definition at line 310 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::std_vec_.
Referenced by ConStdVector< Real, Element >::dot(), ConStdVector< Real, Element >::plus(), and ConStdVector< Real, Element >::scale().
|
inline |
Definition at line 312 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
References ConStdVector< Real, Element >::dual_vec_.
|
inline |
Definition at line 309 of file gross-pitaevskii/example_02.hpp.
References ConStdVector< Real, Element >::getVector().
|
inline |
Definition at line 318 of file gross-pitaevskii/example_02.hpp.
|
inline |
Definition at line 325 of file gross-pitaevskii/example_02.hpp.
References ConStdVector< Real, Element >::getVector().
|
inline |
Definition at line 337 of file gross-pitaevskii/example_02.hpp.
|
inline |
Definition at line 343 of file gross-pitaevskii/example_02.hpp.
|
inline |
Definition at line 347 of file gross-pitaevskii/example_02.hpp.
|
inline |
Definition at line 351 of file gross-pitaevskii/example_02.hpp.
|
inline |
Definition at line 355 of file gross-pitaevskii/example_02.hpp.
|
inline |
Definition at line 362 of file gross-pitaevskii/example_02.hpp.
|
inline |
Definition at line 364 of file gross-pitaevskii/example_02.hpp.
|
private |
Definition at line 250 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
Referenced by ConStdVector< Real, Element >::basis(), ConStdVector< Real, Element >::clone(), ConStdVector< Real, Element >::dimension(), ConStdVector< Real, Element >::dot(), ConStdVector< Real, Element >::getVector(), ConStdVector< Real, Element >::plus(), and ConStdVector< Real, Element >::scale().
|
mutableprivate |
Definition at line 251 of file dual-spaces/simple-eq-constr-1/example_01.cpp.
Referenced by ConStdVector< Real, Element >::dual().