| _alloc | BlasMatrix< _Field::Element > | [protected] |
| _beg_col | DenseSubmatrix< _Field::Element > | [protected] |
| _beg_row | DenseSubmatrix< _Field::Element > | [protected] |
| _col | BlasBlackbox | [protected] |
| _end_col | DenseSubmatrix< _Field::Element > | [protected] |
| _end_row | DenseSubmatrix< _Field::Element > | [protected] |
| _F | BlasBlackbox | [protected] |
| _M | DenseSubmatrix< _Field::Element > | [protected] |
| _MD | BlasBlackbox | [protected] |
| _One | BlasBlackbox | [protected] |
| _ptr | BlasMatrix< _Field::Element > | [protected] |
| _row | BlasBlackbox | [protected] |
| _stride | BlasMatrix< _Field::Element > | [protected] |
| _Zero | BlasBlackbox | [protected] |
| apply(Vector1 &y, const Vector2 &x) const | BlasBlackbox | [inline] |
| applyTranspose(Vector1 &y, const Vector2 &x) const | BlasBlackbox | [inline] |
| BlasBlackbox() | BlasBlackbox | [inline] |
| BlasBlackbox(const Field &F) | BlasBlackbox | [inline] |
| BlasBlackbox(const Field &F, size_t m, size_t n) | BlasBlackbox | [inline] |
| BlasBlackbox(const Field &F, BlasMatrix< Element > &M) | BlasBlackbox | [inline] |
| BlasBlackbox(const Blackbox &M) | BlasBlackbox | [inline] |
| BlasBlackbox(const BlasBlackbox< Field > &M) | BlasBlackbox | [inline] |
| BlasBlackbox(const Field &F, const BlasBlackbox< Field > &M) | BlasBlackbox | [inline] |
| BlasMatrix() | BlasMatrix< _Field::Element > | [inline] |
| BlasMatrix(int m, int n) | BlasMatrix< _Field::Element > | [inline] |
| BlasMatrix(const Matrix &A) | BlasMatrix< _Field::Element > | [inline] |
| BlasMatrix(const Matrix &A, const size_t i0, const size_t j0, const size_t m, const size_t n) | BlasMatrix< _Field::Element > | [inline] |
| BlasMatrix(DenseMatrixBase< Element > &A) | BlasMatrix< _Field::Element > | [inline] |
| BlasMatrix(DenseMatrixBase< Element > &A, const size_t i0, const size_t j0, const size_t m, const size_t n) | BlasMatrix< _Field::Element > | [inline] |
| BlasMatrix(const BlasMatrix< Element > &A) | BlasMatrix< _Field::Element > | [inline] |
| BlasMatrix(BlasMatrix< Element > &A) | BlasMatrix< _Field::Element > | [inline] |
| BlasMatrix(BlasMatrix< Element > &A, const size_t i, const size_t j, const size_t m, const size_t n) | BlasMatrix< _Field::Element > | [inline] |
| Col typedef | DenseSubmatrix< _Field::Element > | |
| colBegin() | DenseSubmatrix< _Field::Element > | |
| colBegin() const | DenseSubmatrix< _Field::Element > | |
| coldim() const | BlasBlackbox | [inline] |
| colEnd() | DenseSubmatrix< _Field::Element > | |
| colEnd() const | DenseSubmatrix< _Field::Element > | |
| ColIterator typedef | DenseSubmatrix< _Field::Element > | |
| Column typedef | DenseSubmatrix< _Field::Element > | |
| ConstCol typedef | DenseSubmatrix< _Field::Element > | |
| ConstColIterator typedef | DenseSubmatrix< _Field::Element > | |
| ConstRawIndexedIterator typedef | DenseSubmatrix< _Field::Element > | |
| ConstRow typedef | DenseSubmatrix< _Field::Element > | |
| ConstRowIterator typedef | DenseSubmatrix< _Field::Element > | |
| createBlasMatrix(const Matrix &A, MatrixContainerCategory::BlasContainer) | BlasMatrix< _Field::Element > | [inline] |
| createBlasMatrix(const Matrix &A, MatrixContainerCategory::Container) | BlasMatrix< _Field::Element > | [inline] |
| createBlasMatrix(const Matrix &A, MatrixContainerCategory::Blackbox) | BlasMatrix< _Field::Element > | [inline] |
| createBlasMatrix(const Matrix &A, const size_t i0, const size_t j0, const size_t m, const size_t n, MatrixContainerCategory::Container) | BlasMatrix< _Field::Element > | [inline] |
| createBlasMatrix(const Matrix &A, const size_t i0, const size_t j0, const size_t m, const size_t n, MatrixContainerCategory::Blackbox) | BlasMatrix< _Field::Element > | [inline] |
| DenseSubmatrix() | DenseSubmatrix< _Field::Element > | [inline] |
| DenseSubmatrix(DenseMatrixBase< Element > &M, size_t row, size_t col, size_t rowdim, size_t coldim) | DenseSubmatrix< _Field::Element > | |
| DenseSubmatrix(const DenseSubmatrix< Element > &SM, size_t row, size_t col, size_t rowdim, size_t coldim) | DenseSubmatrix< _Field::Element > | |
| DenseSubmatrix(const DenseSubmatrix< Element > &SM) | DenseSubmatrix< _Field::Element > | |
| Element typedef | BlasBlackbox | |
| Field typedef | BlasBlackbox | |
| field() const | BlasBlackbox | [inline] |
| getEntry(size_t i, size_t j) const | DenseSubmatrix< _Field::Element > | [inline] |
| getEntry(Element &x, size_t i, size_t j) | DenseSubmatrix< _Field::Element > | [inline] |
| getPointer() const | BlasMatrix< _Field::Element > | [inline] |
| getStride() const | BlasMatrix< _Field::Element > | [inline] |
| getWritePointer() | BlasMatrix< _Field::Element > | [inline] |
| operator=(const BlasMatrix< Element > &A) | BlasMatrix< _Field::Element > | [inline] |
| LinBox::DenseSubmatrix< _Field::Element >::operator=(const DenseSubmatrix< Element > &SM) | DenseSubmatrix< _Field::Element > | |
| rawBegin() | DenseSubmatrix< _Field::Element > | |
| rawBegin() const | DenseSubmatrix< _Field::Element > | |
| rawEnd() | DenseSubmatrix< _Field::Element > | |
| rawEnd() const | DenseSubmatrix< _Field::Element > | |
| rawIndexBegin() | DenseSubmatrix< _Field::Element > | |
| rawIndexBegin() const | DenseSubmatrix< _Field::Element > | |
| rawIndexEnd() | DenseSubmatrix< _Field::Element > | |
| rawIndexEnd() const | DenseSubmatrix< _Field::Element > | |
| read(std::istream &file, const Field &field) | DenseSubmatrix< _Field::Element > | |
| refEntry(size_t i, size_t j) | DenseSubmatrix< _Field::Element > | [inline] |
| Row typedef | DenseSubmatrix< _Field::Element > | |
| rowBegin() | DenseSubmatrix< _Field::Element > | |
| rowBegin() const | DenseSubmatrix< _Field::Element > | |
| rowdim() const | BlasBlackbox | [inline] |
| rowEnd() | DenseSubmatrix< _Field::Element > | |
| rowEnd() const | DenseSubmatrix< _Field::Element > | |
| RowIterator typedef | DenseSubmatrix< _Field::Element > | |
| Self_t typedef | BlasBlackbox | |
| setEntry(size_t i, size_t j, const Element &a_ij) | DenseSubmatrix< _Field::Element > | [inline] |
| write(std::ostream &os, const Field &field, bool mapleFormat=false) const | DenseSubmatrix< _Field::Element > | |
| ~BlasMatrix() | BlasMatrix< _Field::Element > | [inline] |