Loading...
Searching...
No Matches
terra::linalg::detail::DummyConcreteOperator Class Reference

Dummy concrete operator for concept checks. Uses DummyVector as vector types. More...

#include <operator.hpp>

Public Types

using SrcVectorType = DummyVector< double >
 
using DstVectorType = DummyVector< double >
 

Public Member Functions

void apply_impl (const SrcVectorType &src, DstVectorType &dst) const
 Dummy apply_impl, does nothing.
 

Detailed Description

Dummy concrete operator for concept checks. Uses DummyVector as vector types.

Member Typedef Documentation

◆ DstVectorType

◆ SrcVectorType

Member Function Documentation

◆ apply_impl()

void terra::linalg::detail::DummyConcreteOperator::apply_impl ( const SrcVectorType src,
DstVectorType dst 
) const
inline

Dummy apply_impl, does nothing.

Parameters
srcSource vector.
dstDestination vector.

The documentation for this class was generated from the following file: