| _alloc | BlasMatrix< Element > | [protected] |
| _beg_col | DenseSubmatrix< Element > | [protected] |
| _beg_row | DenseSubmatrix< Element > | [protected] |
| _diag | TriangularBlasMatrix | [protected] |
| _end_col | DenseSubmatrix< Element > | [protected] |
| _end_row | DenseSubmatrix< Element > | [protected] |
| _M | DenseSubmatrix< Element > | [protected] |
| _ptr | BlasMatrix< Element > | [protected] |
| _stride | BlasMatrix< Element > | [protected] |
| _uplo | TriangularBlasMatrix | [protected] |
| BlasMatrix() | BlasMatrix< Element > | [inline] |
| BlasMatrix(int m, int n) | BlasMatrix< Element > | [inline] |
| BlasMatrix(const Matrix &A) | BlasMatrix< Element > | [inline] |
| BlasMatrix(const Matrix &A, const size_t i0, const size_t j0, const size_t m, const size_t n) | BlasMatrix< Element > | [inline] |
| BlasMatrix(DenseMatrixBase< Element > &A) | BlasMatrix< Element > | [inline] |
| BlasMatrix(DenseMatrixBase< Element > &A, const size_t i0, const size_t j0, const size_t m, const size_t n) | BlasMatrix< Element > | [inline] |
| BlasMatrix(const BlasMatrix< Element > &A) | BlasMatrix< Element > | [inline] |
| BlasMatrix(BlasMatrix< Element > &A) | BlasMatrix< Element > | [inline] |
| BlasMatrix(BlasMatrix< Element > &A, const size_t i, const size_t j, const size_t m, const size_t n) | BlasMatrix< Element > | [inline] |
| Col typedef | DenseSubmatrix< Element > | |
| colBegin() | DenseSubmatrix< Element > | |
| colBegin() const | DenseSubmatrix< Element > | |
| coldim() const | DenseSubmatrix< Element > | [inline] |
| colEnd() | DenseSubmatrix< Element > | |
| colEnd() const | DenseSubmatrix< Element > | |
| ColIterator typedef | DenseSubmatrix< Element > | |
| Column typedef | DenseSubmatrix< Element > | |
| ConstCol typedef | DenseSubmatrix< Element > | |
| ConstColIterator typedef | DenseSubmatrix< Element > | |
| ConstRawIndexedIterator typedef | DenseSubmatrix< Element > | |
| ConstRow typedef | DenseSubmatrix< Element > | |
| ConstRowIterator typedef | DenseSubmatrix< Element > | |
| createBlasMatrix(const Matrix &A, MatrixContainerCategory::BlasContainer) | BlasMatrix< Element > | [inline] |
| createBlasMatrix(const Matrix &A, MatrixContainerCategory::Container) | BlasMatrix< Element > | [inline] |
| createBlasMatrix(const Matrix &A, MatrixContainerCategory::Blackbox) | BlasMatrix< 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< 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< Element > | [inline] |
| DenseSubmatrix() | DenseSubmatrix< Element > | [inline] |
| DenseSubmatrix(DenseMatrixBase< Element > &M, size_t row, size_t col, size_t rowdim, size_t coldim) | DenseSubmatrix< Element > | |
| DenseSubmatrix(const DenseSubmatrix< Element > &SM, size_t row, size_t col, size_t rowdim, size_t coldim) | DenseSubmatrix< Element > | |
| DenseSubmatrix(const DenseSubmatrix< Element > &SM) | DenseSubmatrix< Element > | |
| Element typedef | BlasMatrix< Element > | |
| getDiag() const | TriangularBlasMatrix | [inline] |
| getEntry(size_t i, size_t j) const | DenseSubmatrix< Element > | [inline] |
| getEntry(Element &x, size_t i, size_t j) | DenseSubmatrix< Element > | [inline] |
| getPointer() const | BlasMatrix< Element > | [inline] |
| getStride() const | BlasMatrix< Element > | [inline] |
| getUpLo() const | TriangularBlasMatrix | [inline] |
| getWritePointer() | BlasMatrix< Element > | [inline] |
| operator=(const BlasMatrix< Element > &A) | BlasMatrix< Element > | [inline] |
| LinBox::DenseSubmatrix< Element >::operator=(const DenseSubmatrix< Element > &SM) | DenseSubmatrix< Element > | |
| rawBegin() | DenseSubmatrix< Element > | |
| rawBegin() const | DenseSubmatrix< Element > | |
| rawEnd() | DenseSubmatrix< Element > | |
| rawEnd() const | DenseSubmatrix< Element > | |
| rawIndexBegin() | DenseSubmatrix< Element > | |
| rawIndexBegin() const | DenseSubmatrix< Element > | |
| rawIndexEnd() | DenseSubmatrix< Element > | |
| rawIndexEnd() const | DenseSubmatrix< Element > | |
| read(std::istream &file, const Field &field) | DenseSubmatrix< Element > | |
| refEntry(size_t i, size_t j) | DenseSubmatrix< Element > | [inline] |
| Row typedef | DenseSubmatrix< Element > | |
| rowBegin() | DenseSubmatrix< Element > | |
| rowBegin() const | DenseSubmatrix< Element > | |
| rowdim() const | DenseSubmatrix< Element > | [inline] |
| rowEnd() | DenseSubmatrix< Element > | |
| rowEnd() const | DenseSubmatrix< Element > | |
| RowIterator typedef | DenseSubmatrix< Element > | |
| Self_t typedef | DenseSubmatrix< Element > | |
| setEntry(size_t i, size_t j, const Element &a_ij) | DenseSubmatrix< Element > | [inline] |
| TriangularBlasMatrix(const size_t m, const size_t n, BlasTag::uplo x=BlasTag::up, BlasTag::diag y=BlasTag::nonunit) | TriangularBlasMatrix | [inline] |
| TriangularBlasMatrix(const BlasMatrix< Element > &A, BlasTag::uplo x=BlasTag::up, BlasTag::diag y=BlasTag::nonunit) | TriangularBlasMatrix | [inline] |
| TriangularBlasMatrix(BlasMatrix< Element > &A, BlasTag::uplo x=BlasTag::up, BlasTag::diag y=BlasTag::nonunit) | TriangularBlasMatrix | [inline] |
| TriangularBlasMatrix(const TriangularBlasMatrix< Element > &A) | TriangularBlasMatrix | [inline] |
| write(std::ostream &os, const Field &field, bool mapleFormat=false) const | DenseSubmatrix< Element > | |
| ~BlasMatrix() | BlasMatrix< Element > | [inline] |