|
RTOp Package Browser (Single Doxygen Collection)
Version of the Day
|
Element-wise transformation operator for TOpAXPY. More...
#include <RTOpPack_TOpAXPY.hpp>
Public Member Functions | |
| TOpAXPYEleWiseTransformation (const Scalar &alpha) | |
| void | operator() (const Scalar &v0, Scalar &z0) const |
Private Attributes | |
| Scalar | alpha_ |
Element-wise transformation operator for TOpAXPY.
Definition at line 54 of file RTOpPack_TOpAXPY.hpp.
| RTOpPack::TOpAXPYEleWiseTransformation< Scalar >::TOpAXPYEleWiseTransformation | ( | const Scalar & | alpha | ) | [inline] |
Definition at line 57 of file RTOpPack_TOpAXPY.hpp.
| void RTOpPack::TOpAXPYEleWiseTransformation< Scalar >::operator() | ( | const Scalar & | v0, |
| Scalar & | z0 | ||
| ) | const [inline] |
Definition at line 60 of file RTOpPack_TOpAXPY.hpp.
Scalar RTOpPack::TOpAXPYEleWiseTransformation< Scalar >::alpha_ [private] |
Definition at line 65 of file RTOpPack_TOpAXPY.hpp.
1.7.6.1