|
| | Submatrix (const Blackbox *BB, size_t row, size_t col, size_t Rowdim, size_t Coldim) |
| | Constructor from field and dense vector of field elements. More...
|
| |
|
virtual | ~Submatrix () |
| | Destructor.
|
| |
| template<class OutVector , class InVector > |
| OutVector & | apply (OutVector &y, const InVector &x) const |
| | Application of BlackBox matrix. More...
|
| |
| template<class OutVector , class InVector > |
| OutVector & | applyTranspose (OutVector &y, const InVector &x) const |
| | Application of BlackBox matrix transpose. More...
|
| |
| size_t | rowdim (void) const |
| | Retreive _row dimensions of BlackBox matrix. More...
|
| |
| size_t | coldim (void) const |
| | Retreive _column dimensions of BlackBox matrix. More...
|
| |
template<class Blackbox>
class LinBox::Submatrix< Blackbox, VectorCategories::DenseVectorTag >
Specialization for dense vectors.