|
linbox
1
|
See base class for doc. More...
#include <blackbox-container-symmetric.h>
Protected Member Functions | |
| void | _launch () |
| void | _wait () |
Protected Member Functions inherited from BlackboxContainerBase< Field, _Blackbox > | |
| 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, _Blackbox > | |
| Field | _F |
| Members. | |
See base class for doc.
|
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 >.
|
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, _Blackbox >.
1.8.1