Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

BlackboxContainer Class Template Reference

#include <blackbox-container.h>

Inheritance diagram for BlackboxContainer:

BlackboxContainerBase< Field, _Blackbox > List of all members.

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 Methods

 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 Methods

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 >.


Member Data Documentation

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


Generated on Mon Jun 20 09:16:57 2005 for linbox by doxygen1.2.18