Main Page | Modules | Namespace List | Class Hierarchy | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

BlackboxContainer Class Template Reference

#include <blackbox-container.h>

Inheritance diagram for BlackboxContainer:

BlackboxContainerBase< Field, _Blackbox >

Detailed Description

template<class Field, class _Blackbox, class RandIter = typename Field::RandIter>
class LinBox::BlackboxContainer< Field, _Blackbox, RandIter >

Limited doc so far.


Public Types

typedef _Blackbox Blackbox

Public Member Functions

 BlackboxContainer ()
template<class Vector>  BlackboxContainer (const Blackbox *D, const Field &F, const Vector &u0)
template<class Vector>  BlackboxContainer (const Blackbox *D, const Field &F, const Vector &u0, unsigned long size)
template<class Vector1, class Vector2>  BlackboxContainer (const Blackbox *D, const Field &F, const Vector1 &u0, const Vector2 &v0)
 BlackboxContainer (const Blackbox *D, const Field &F, RandIter &g)

Protected Member Functions

void _launch ()
void _wait ()

Protected Attributes

std::vector< typename Field::Elementw


Member Typedef Documentation

typedef _Blackbox Blackbox
 


Constructor & Destructor Documentation

BlackboxContainer  )  [inline]
 

BlackboxContainer const Blackbox D,
const Field F,
const Vector u0
[inline]
 

BlackboxContainer const Blackbox D,
const Field F,
const Vector u0,
unsigned long  size
[inline]
 

BlackboxContainer const Blackbox D,
const Field F,
const Vector1 &  u0,
const Vector2 &  v0
[inline]
 

BlackboxContainer const Blackbox D,
const Field F,
RandIter g
[inline]
 


Member Function Documentation

void _launch  )  [inline, protected, virtual]
 

Launches a process to do the computation of the next sequence value: $v^T A^{i+1} u$. ...or just does it.

Implements BlackboxContainerBase< Field, _Blackbox >.

void _wait  )  [inline, protected, virtual]
 

If a separate process is computing the next value of $v^T A^{i+1} u$, _wait() blocks until the value is ready.

Implements BlackboxContainerBase< Field, _Blackbox >.


Field Documentation

std::vector<typename Field::Element> w [protected]
 


Generated on Fri Jul 8 10:29:44 2005 for linbox by doxygen 1.3.7