linbox
Protected Member Functions | Protected Attributes
BlackboxContainerSymmetric< Field, _Blackbox, RandIter > Class Template Reference

See base class for doc. More...

#include <blackbox-container-symmetric.h>

+ Inheritance diagram for BlackboxContainerSymmetric< Field, _Blackbox, RandIter >:
+ Collaboration diagram for BlackboxContainerSymmetric< Field, _Blackbox, RandIter >:

Protected Member Functions

void _launch ()
 Launches a process to do the computation of the next sequence value: $v^T A^{i+1} u$. More...
 
void _wait ()
 If a separate process is computing the next value of $v^T A^{i+1} u$, _wait() blocks until the value is ready.
 
Element & init (const Vector1 &uu, const Vector2 &vv)
 Initializers. More...
 
Element & init (RandIter &g)
 Random Left vectors, Zero Right vector.
 
Element & init (const Vector &uu)
 User Left vectors, Zero Right vector.
 

Protected Attributes

const Field * _field
 Members.
 

Detailed Description

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

See base class for doc.

Member Function Documentation

◆ _launch()

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

◆ init()

Element& init ( const Vector1 &  uu,
const Vector2 &  vv 
)
inlineprotectedinherited

Initializers.

User Left and Right vectors


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