KASKADE 7 development version
|
Traits class to unify the assignment of std::vector to a Vector. More...
#include <newton_bridge.hh>
Traits class to unify the assignment of std::vector to a Vector.
Definition at line 53 of file newton_bridge.hh.
Static Public Member Functions | |
static void | read (VectorImpl &out, std::vector< double > const &in, int vbegin, int vend) |
static void | write (VectorImpl const &in, std::vector< double > &out, int vbegin, int vend) |
static void | writeToFile (std::string const &name, bool append, VectorImpl const &x) |
static void | print (VectorImpl const &out, std::string const &message) |
static std::string | getRole (const VectorImpl &out, int component) |
static void | scale (VectorImpl &out, std::vector< double > const &lambda) |
Static Public Attributes | |
static const int | nComponents = 1 |
|
inlinestatic |
Definition at line 95 of file newton_bridge.hh.
Referenced by Kaskade::Bridge::Vector< Implementation >::getRole().
|
inlinestatic |
Definition at line 87 of file newton_bridge.hh.
Referenced by Kaskade::Bridge::Vector< Implementation >::print().
|
inlinestatic |
Definition at line 57 of file newton_bridge.hh.
Referenced by Kaskade::Bridge::Vector< Implementation >::read().
|
inlinestatic |
Definition at line 97 of file newton_bridge.hh.
|
inlinestatic |
Definition at line 66 of file newton_bridge.hh.
Referenced by Kaskade::Bridge::Vector< Implementation >::doapplyAsDualTo(), and Kaskade::Bridge::Vector< Implementation >::write().
|
inlinestatic |
Definition at line 75 of file newton_bridge.hh.
|
static |
Definition at line 55 of file newton_bridge.hh.