Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Public Attributes
concepts::GMRes< F >::R Struct Reference
Collaboration diagram for concepts::GMRes< F >::R:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 R (uint szh, R *lnk=0)
 ~R ()

Public Attributes

Real cos
F * h
Rleft
Rright
sin
Vector< F > * v

Detailed Description

template<class F>
struct concepts::GMRes< F >::R

Definition at line 50 of file gmres.hh.


Constructor & Destructor Documentation

template<class F>
concepts::GMRes< F >::R::R ( uint  szh,
R lnk = 0 
) [inline]

Definition at line 58 of file gmres.hh.

template<class F>
concepts::GMRes< F >::R::~R ( ) [inline]

Definition at line 63 of file gmres.hh.


Member Data Documentation

template<class F>
Real concepts::GMRes< F >::R::cos

Definition at line 55 of file gmres.hh.

template<class F>
F* concepts::GMRes< F >::R::h

Definition at line 56 of file gmres.hh.

template<class F>
R* concepts::GMRes< F >::R::left

Definition at line 52 of file gmres.hh.

template<class F>
R* concepts::GMRes< F >::R::right

Definition at line 51 of file gmres.hh.

template<class F>
F concepts::GMRes< F >::R::sin

Definition at line 54 of file gmres.hh.

template<class F>
Vector<F>* concepts::GMRes< F >::R::v

Definition at line 53 of file gmres.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)