SyTen

◆ OperatorWrapper()

template<typename Op >
template<typename OType , std::enable_if_t< std::is_same< std::decay_t< OType >, Op >::value, char > = 0>
syten::Krylov::OperatorWrapper< Op >::OperatorWrapper ( OType &&  o)
inline

OperatorWrapper constructor, copy/move construct underlying Operator.

Parameters
othe Operator to copy/move from