#include <functions.hh>
Inheritance diagram for RVL::RVLL2innerProd< Scalar >:

Public Member Functions | |
| RVLL2innerProd (Scalar _scale=ScalarFieldTraits< Scalar >::One(), Scalar _init=ScalarFieldTraits< Scalar >::Zero()) | |
| RVLL2innerProd (const RVLL2innerProd< Scalar > &ipfo) | |
| ~RVLL2innerProd () | |
| void | setValue () |
| void | operator() (LocalDataContainer< Scalar > const &v, LocalDataContainer< Scalar > const &w) |
| Scalar | getScale () const |
| added to enable faithful copy in LinAlg package copy constructors | |
| void | setScale (Scalar newscale) |
| added to separate instantiation from initialization. | |
| string | getName () const |
Definition at line 216 of file functions.hh.
| RVL::RVLL2innerProd< Scalar >::RVLL2innerProd | ( | Scalar | _scale = ScalarFieldTraits<Scalar>::One(), |
|
| Scalar | _init = ScalarFieldTraits<Scalar>::Zero() | |||
| ) |
| _scale | a scale factor applied to the inner product. Defaults to 1 | |
| _init | uses 0 as the default initial value, but can be set otherwise. |
Definition at line 225 of file functions.hh.
| RVL::RVLL2innerProd< Scalar >::RVLL2innerProd | ( | const RVLL2innerProd< Scalar > & | ipfo | ) |
Definition at line 229 of file functions.hh.
| RVL::RVLL2innerProd< Scalar >::~RVLL2innerProd | ( | ) |
Definition at line 232 of file functions.hh.
| void RVL::RVLL2innerProd< Scalar >::setValue | ( | ) | [virtual] |
Implements RVL::ScalarRedn< Scalar >.
Definition at line 234 of file functions.hh.
Referenced by RVL::RVLL2innerProd< complex< Scalar > >::operator()(), and RVL::RVLL2innerProd< complex< Scalar > >::setValue().
| void RVL::RVLL2innerProd< Scalar >::operator() | ( | LocalDataContainer< Scalar > const & | v, | |
| LocalDataContainer< Scalar > const & | w | |||
| ) | [virtual] |
| Scalar RVL::RVLL2innerProd< Scalar >::getScale | ( | ) | const |
added to enable faithful copy in LinAlg package copy constructors
Definition at line 267 of file functions.hh.
| void RVL::RVLL2innerProd< Scalar >::setScale | ( | Scalar | newscale | ) |
| string RVL::RVLL2innerProd< Scalar >::getName | ( | ) | const [virtual] |
1.4.7