DenseContainer Class Template Reference

Limited doc so far. More...

#include <dense-container.h>

Inheritance diagram for DenseContainer:

BlackboxContainerBase

List of all members.

Protected Member Functions

void _launch ()
void _wait ()


Detailed Description

template<class Field, class Vector, class RandIter = typename Field::RandIter>
class LinBox::DenseContainer< Field, Vector, RandIter >

Limited doc so far.

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.

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.


The documentation for this class was generated from the following file:

Generated on Wed Dec 10 07:17:32 2008 for linbox by  doxygen 1.5.7.1