|
linbox
|
converts a black box into a block black box More...
#include <blockbb.h>
Public Types | |
| typedef _BB | BB |
| typedef BB::Field | Field |
Public Member Functions | |
| BlockBB (BB &bb) | |
| BlockBB (BlockBB &bb) | |
| size_t | rowdim () const |
| size_t | coldim () const |
| const Field & | field () const |
| template<class Matrix> | |
| Matrix & | applyLeft (Matrix &Y, const Matrix &X) const |
| template<class Matrix> | |
| Matrix & | applyRight (Matrix &Y, const Matrix &X) const |
| template<class OutVector, class InVector> | |
| OutVector & | apply (OutVector &y, const InVector &x) const |
| template<class OutVector, class InVector> | |
| OutVector & | applyTranspose (OutVector &y, const InVector &x) const |
Protected Attributes | |
| BB | _bb |
converts a black box into a block black box
| typedef _BB BB |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |