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

BlackboxBlockContainerBase Class Template Reference

#include <blackbox-block-container-base.h>

List of all members.


Detailed Description

template<class _Field, class _Blackbox>
class LinBox::BlackboxBlockContainerBase< _Field, _Blackbox >

A base class for BlackboxBlockContainer. The primary member function is begin().

It returns an iterator which after i increments (++) dereferences to $U A^i V$, for $U$ and $V$ determined by the init function. It is designed to be used with implementations of Block Berlekamp-Massey such as BlockMasseyDomain.

Subclasses complete the implementation by defining _launch() and _wait().


Protected Member Functions

virtual void _launch ()=0
virtual void _wait ()=0
void Mul (Block &M1, const Blackbox &M2, const Block &M3)
 Initializers.

void init (const Block &U, const Block &V)
 User Left and Right blocks.


Protected Attributes

Field _F
 Members.


Member Function Documentation

virtual void _launch  )  [protected, pure virtual]
 

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

virtual void _wait  )  [protected, pure virtual]
 

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


The documentation for this class was generated from the following file:
Generated on Thu Feb 8 22:32:56 2007 for linbox by doxygen 1.3.4