MADNESS
0.10.1
|
functor for the gaxpy_inplace method More...
#include <funcimpl.h>
Public Types | |
typedef Range< typename FunctionImpl< Q, NDIM >::dcT::const_iterator > | rangeT |
Public Member Functions | |
do_gaxpy_inplace () | |
do_gaxpy_inplace (FunctionImpl< T, NDIM > *f, T alpha, R beta) | |
bool | operator() (typename rangeT::iterator &it) const |
template<typename Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
T | alpha |
the current function impl More... | |
R | beta |
prefactor for other function impl More... | |
FunctionImpl< T, NDIM > * | f |
prefactor for current function impl More... | |
functor for the gaxpy_inplace method
typedef Range<typename FunctionImpl<Q,NDIM>::dcT::const_iterator> madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::rangeT |
|
inline |
|
inline |
|
inline |
|
inline |
T madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::alpha |
the current function impl
Referenced by madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::operator()(), and madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::serialize().
R madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::beta |
prefactor for other function impl
Referenced by madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::operator()(), and madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::serialize().
FunctionImpl<T,NDIM>* madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::f |
prefactor for current function impl
Referenced by madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::operator()(), and madness::FunctionImpl< T, NDIM >::do_gaxpy_inplace< Q, R >::serialize().