linbox  1
Protected Member Functions
DenseContainer< Field, Vector, RandIter > Class Template Reference

Limited doc so far. More...

#include <dense-container.h>

Inheritance diagram for DenseContainer< Field, Vector, RandIter >:
BlackboxContainerBase< Field, Vector >

List of all members.

Protected Member Functions

void _launch ()
void _wait ()
- Protected Member Functions inherited from BlackboxContainerBase< Field, Vector >
Element & init (const Vector1 &uu, const Vector2 &vv)
 Initializers.
Element & init (RandIter &g)
 Random Left vectors, Zero Right vector.
Element & init (const Vector &uu)
 User Left vectors, Zero Right vector.

Additional Inherited Members

- Protected Attributes inherited from BlackboxContainerBase< Field, Vector >
Field _F
 Members.

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 ( )
inlineprotectedvirtual

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

void _wait ( )
inlineprotectedvirtual

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


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