|
HLIBpro 3.1
|
This is the complete list of members for Matrix< T_value >, including all inherited members.
| blas_ncols() const noexcept | Matrix< T_value > | inline |
| blas_nrows() const noexcept | Matrix< T_value > | inline |
| blas_view() const noexcept | Matrix< T_value > | inline |
| byte_size() const | Matrix< T_value > | inline |
| check_data() const | Matrix< T_value > | |
| col_range() const noexcept | MatrixBase< T_derived > | inline |
| col_stride() const noexcept | Matrix< T_value > | inline |
| column(const idx_t j) const | Matrix< T_value > | inline |
| copy() const | Matrix< T_value > | inline |
| data() const noexcept | Matrix< T_value > | inline |
| Hpro::BLAS::MemBlock::data() noexcept | MemBlock< T_value > | inline |
| is_owner() const noexcept | MemBlock< T_value > | inline |
| Matrix() noexcept | Matrix< T_value > | inline |
| Matrix(const size_t anrows, const size_t ancols) | Matrix< T_value > | inline |
| Matrix(const Matrix &M, const copy_policy_t p=copy_reference) | Matrix< T_value > | inline |
| Matrix(Matrix &&M) noexcept | Matrix< T_value > | inline |
| Matrix(const Matrix &M, const Range &ar1, const Range &ar2, const copy_policy_t p=copy_reference) | Matrix< T_value > | inline |
| Matrix(value_t *aptr, const size_t anrows, const size_t arowstride, const size_t ancols, const size_t acolstride, const copy_policy_t p=copy_reference) | Matrix< T_value > | inline |
| MemBlock() noexcept | MemBlock< T_value > | inline |
| MemBlock(const size_t n) | MemBlock< T_value > | inline |
| MemBlock(const MemBlock &b) | MemBlock< T_value > | inline |
| MemBlock(MemBlock &&b) noexcept | MemBlock< T_value > | inline |
| MemBlock(value_t *aptr, const bool ais_owner=false) | MemBlock< T_value > | inline |
| ncols() const noexcept | Matrix< T_value > | inline |
| nrows() const noexcept | Matrix< T_value > | inline |
| operator()(const idx_t i, const idx_t j) const noexcept | Matrix< T_value > | inline |
| operator()(const idx_t i, const idx_t j) noexcept | Matrix< T_value > | inline |
| operator()(const Range &r1, const Range &r2) const | Matrix< T_value > | inline |
| operator()(const Range &r, const idx_t j) const | Matrix< T_value > | inline |
| operator()(const idx_t i, const Range &r) const | Matrix< T_value > | inline |
| operator=(const Matrix &M) | Matrix< T_value > | inline |
| operator=(Matrix &&M) noexcept | Matrix< T_value > | inline |
| Hpro::BLAS::MemBlock::operator=(const MemBlock &b) | MemBlock< T_value > | inline |
| Hpro::BLAS::MemBlock::operator=(MemBlock &&b) noexcept | MemBlock< T_value > | inline |
| reference() const | Matrix< T_value > | inline |
| resize(const size_t n, const size_t m) | Matrix< T_value > | inline |
| row(const idx_t i) const | Matrix< T_value > | inline |
| row_range() const noexcept | MatrixBase< T_derived > | inline |
| row_stride() const noexcept | Matrix< T_value > | inline |
| super_t typedef | Matrix< T_value > | |
| value_t typedef | Matrix< T_value > | |
| ~MemBlock() | MemBlock< T_value > | inline |