ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
viennacl::linalg::detail::z_handler< VectorT, PreconditionerT > Class Template Reference

handles the no_precond case at minimal overhead More...

#include <cg.hpp>

Public Member Functions

 z_handler (VectorT &residual)
 
VectorT & get ()
 

Detailed Description

template<typename VectorT, typename PreconditionerT>
class viennacl::linalg::detail::z_handler< VectorT, PreconditionerT >

handles the no_precond case at minimal overhead

Definition at line 94 of file cg.hpp.

Constructor & Destructor Documentation

template<typename VectorT, typename PreconditionerT>
viennacl::linalg::detail::z_handler< VectorT, PreconditionerT >::z_handler ( VectorT &  residual)
inline

Definition at line 96 of file cg.hpp.

Member Function Documentation

template<typename VectorT, typename PreconditionerT>
VectorT& viennacl::linalg::detail::z_handler< VectorT, PreconditionerT >::get ( )
inline

Definition at line 97 of file cg.hpp.


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