Skylark (Sketching Library)  0.1
Public Member Functions | Public Attributes
skylark::nla::tri_inverse_precond_t< XType, RType, UL, D > Struct Template Reference

#include <precond.hpp>

Inheritance diagram for skylark::nla::tri_inverse_precond_t< XType, RType, UL, D >:
Inheritance graph
[legend]
Collaboration diagram for skylark::nla::tri_inverse_precond_t< XType, RType, UL, D >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 tri_inverse_precond_t (const RType &R)
void apply (XType &X) const
 Apply the preconditoiner to X, overwritting X.
void apply_adjoint (XType &X) const

Public Attributes

const RType & R

Detailed Description

template<typename XType, typename RType, elem::UpperOrLower UL, elem::UnitOrNonUnit D>
struct skylark::nla::tri_inverse_precond_t< XType, RType, UL, D >

A preconditioner that is the inverse of a given traingular matrix.

Definition at line 61 of file precond.hpp.


Constructor & Destructor Documentation

template<typename XType , typename RType , elem::UpperOrLower UL, elem::UnitOrNonUnit D>
skylark::nla::tri_inverse_precond_t< XType, RType, UL, D >::tri_inverse_precond_t ( const RType &  R) [inline]

Definition at line 64 of file precond.hpp.


Member Function Documentation

template<typename XType , typename RType , elem::UpperOrLower UL, elem::UnitOrNonUnit D>
void skylark::nla::tri_inverse_precond_t< XType, RType, UL, D >::apply ( XType &  X) const [inline, virtual]

Apply the preconditoiner to X, overwritting X.

Implements skylark::nla::precond_t< XType >.

Definition at line 66 of file precond.hpp.

References skylark::nla::tri_inverse_precond_t< XType, RType, UL, D >::R.

template<typename XType , typename RType , elem::UpperOrLower UL, elem::UnitOrNonUnit D>
void skylark::nla::tri_inverse_precond_t< XType, RType, UL, D >::apply_adjoint ( XType &  X) const [inline, virtual]

Member Data Documentation

template<typename XType , typename RType , elem::UpperOrLower UL, elem::UnitOrNonUnit D>
const RType& skylark::nla::tri_inverse_precond_t< XType, RType, UL, D >::R

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