linbox
|
no doc. More...
#include <blackbox-block-container.h>
Protected Member Functions | |
void | _launch () |
Launches a process to do the computation of the next sequence value: . More... | |
void | _wait () |
If a separate process is computing the next value of , _wait() blocks until the value is ready. | |
void | Mul (Block &M1, const Blackbox &M2, const Block &M3) |
Initializers. | |
void | init (const Block &U, const Block &V) |
User Left and Right blocks. | |
Protected Attributes | |
const Field * | _field |
Members. | |
no doc.
|
inlineprotectedvirtual |
Launches a process to do the computation of the next sequence value: .
...or just does it.
Implements BlackboxBlockContainerBase< _Field, _Blackbox, _MatrixDomain >.