SyTen
syten::Krylov::ClassicImpl::Detail::InnerProduct< Vecs > Struct Template Reference

The InnerProduct struct is a functor computing the inner product of the stored vector with a given vector. More...

#include <classic_krylov.h>

Public Member Functions

 InnerProduct (Vecs const &v_)
 construct from a reference to the vector to multiply with More...
 
template<typename Coefs >
auto operator() (Coefs const &c) const
 operator () calculate the inner product of stored vector with argument More...
 

Public Attributes

Vecs const & v
 the vector (random-access container) stored More...
 

Detailed Description

template<typename Vecs>
struct syten::Krylov::ClassicImpl::Detail::InnerProduct< Vecs >

The InnerProduct struct is a functor computing the inner product of the stored vector with a given vector.


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