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

BlackboxContainerSymmetric Class Template Reference

#include <blackbox-container-symmetric.h>

Inheritance diagram for BlackboxContainerSymmetric:

BlackboxContainerBase< Field, _Blackbox >

Detailed Description

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

See base class for doc.


Public Types

typedef _Blackbox Blackbox

Public Member Functions

 BlackboxContainerSymmetric ()
template<class Vector>  BlackboxContainerSymmetric (const Blackbox *D, const Field &F, const Vector &u0)
 BlackboxContainerSymmetric (const Blackbox *D, const Field &F, RandIter &g)

Protected Member Functions

void _launch ()
void _wait ()


Member Typedef Documentation

typedef _Blackbox Blackbox
 


Constructor & Destructor Documentation

BlackboxContainerSymmetric  )  [inline]
 

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

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


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