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

BlackboxContainerSymmetric Class Template Reference

#include <blackbox-container-symmetric.h>

Inheritance diagram for BlackboxContainerSymmetric:

BlackboxContainerBase< Field, _Blackbox > List of all members.

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 Methods

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

Protected Methods

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 Mon Jun 20 09:16:57 2005 for linbox by doxygen1.2.18