linbox
Protected Member Functions | Protected Attributes
BlackboxBlockContainerRecord< _Field, _Blackbox, _MatrixDomain > Class Template Reference

no doc. More...

#include <blackbox-block-container.h>

+ Inheritance diagram for BlackboxBlockContainerRecord< _Field, _Blackbox, _MatrixDomain >:
+ Collaboration diagram for BlackboxBlockContainerRecord< _Field, _Blackbox, _MatrixDomain >:

Protected Member Functions

void _launch ()
 Launches a process to do the computation of the next sequence value: $U A^{i+1} V$. More...
 
void _wait ()
 If a separate process is computing the next value of $U A^{i+1} V$, _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.
 

Detailed Description

template<class _Field, class _Blackbox, class _MatrixDomain = MatrixDomain<_Field>>
class LinBox::BlackboxBlockContainerRecord< _Field, _Blackbox, _MatrixDomain >

no doc.

Member Function Documentation

◆ _launch()

void _launch ( )
inlineprotectedvirtual

Launches a process to do the computation of the next sequence value: $U A^{i+1} V$.

...or just does it.

Implements BlackboxBlockContainerBase< _Field, _Blackbox, _MatrixDomain >.


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