#include <blackbox-container-symmetric.h>
Inheritance diagram for BlackboxContainerSymmetric:
Public Types | |
typedef _Blackbox | Blackbox |
Public Methods | |
BlackboxContainerSymmetric () | |
template<class Vector> | BlackboxContainerSymmetric (const Blackbox *D, const Field &F, const Vector &u0) |
BlackboxContainerSymmetric (const Blackbox *D, const Field &F, RandIter &g) | |
Protected Methods | |
void | _launch () |
void | _wait () |
|
|
|
|
|
|
|
|
|
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 >. |
|
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 >. |