linbox
1
|
Limited doc so far. More...
#include <blackbox-container.h>
Protected Member Functions | |
void | _launch () |
void | _wait () |
Limited doc so far.
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< Field, _Blackbox >.
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< Field, _Blackbox >.