Dummy operator for testing concepts. Implements apply_impl as a no-op. More...
#include <operator.hpp>
Public Types | |
| using | SrcVectorType = SrcVectorT |
| using | DstVectorType = DstVectorT |
Public Member Functions | |
| void | apply_impl (const SrcVectorType &src, DstVectorType &dst) const |
| Dummy apply_impl, does nothing. | |
Dummy operator for testing concepts. Implements apply_impl as a no-op.
| using terra::linalg::detail::DummyOperator< SrcVectorT, DstVectorT >::DstVectorType = DstVectorT |
| using terra::linalg::detail::DummyOperator< SrcVectorT, DstVectorT >::SrcVectorType = SrcVectorT |
|
inline |
Dummy apply_impl, does nothing.
| src | Source vector. |
| dst | Destination vector. |