Skylark (Sketching Library)  0.1
Public Member Functions
skylark::nla::id_precond_t< T > Struct Template Reference

#include <precond.hpp>

Inheritance diagram for skylark::nla::id_precond_t< T >:
Inheritance graph
[legend]
Collaboration diagram for skylark::nla::id_precond_t< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void apply (T &X) const
 Apply the preconditoiner to X, overwritting X.
void apply_adjoint (T &X) const

Detailed Description

template<typename T>
struct skylark::nla::id_precond_t< T >

Identity preconditioner - does nothing!

Definition at line 30 of file precond.hpp.


Member Function Documentation

template<typename T>
void skylark::nla::id_precond_t< T >::apply ( T &  X) const [inline, virtual]

Apply the preconditoiner to X, overwritting X.

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

Definition at line 31 of file precond.hpp.

template<typename T>
void skylark::nla::id_precond_t< T >::apply_adjoint ( T &  X) const [inline, virtual]

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

Definition at line 33 of file precond.hpp.


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