| base_size | Matrix_T< ComplexType > | privatestatic |
| cols | matrix_base< ComplexType > | |
| conjugate() | matrix_base< ComplexType > | inline |
| conjugated | matrix_base< ComplexType > | protected |
| copy() const | Matrix_T< ComplexType > | |
| copy_to(matrix_base< ComplexType > &target) const | matrix_base< ComplexType > | inline |
| data | matrix_base< ComplexType > | |
| ensure_aligned() | matrix_base< ComplexType > | inline |
| get_data() const | matrix_base< ComplexType > | inline |
| is_conjugated() const | matrix_base< ComplexType > | inline |
| is_transposed() const | matrix_base< ComplexType > | inline |
| isnan() | Matrix_T< ComplexType > | |
| matrix_base() | matrix_base< ComplexType > | inline |
| matrix_base(ComplexType *data_in, int rows_in, int cols_in) | matrix_base< ComplexType > | inline |
| matrix_base(ComplexType *data_in, int rows_in, int cols_in, int stride_in) | matrix_base< ComplexType > | inline |
| matrix_base(int rows_in, int cols_in) | matrix_base< ComplexType > | inline |
| matrix_base(int rows_in, int cols_in, int stride_in) | matrix_base< ComplexType > | inline |
| matrix_base(const matrix_base< ComplexType > &in) | matrix_base< ComplexType > | inline |
| Matrix_T() | Matrix_T< ComplexType > | |
| Matrix_T(ComplexType *data_in, int rows_in, int cols_in) | Matrix_T< ComplexType > | |
| Matrix_T(ComplexType *data_in, int rows_in, int cols_in, int stride_in) | Matrix_T< ComplexType > | |
| Matrix_T(int rows_in, int cols_in) | Matrix_T< ComplexType > | |
| Matrix_T(int rows_in, int cols_in, int stride_in) | Matrix_T< ComplexType > | |
| Matrix_T(const Matrix_T &other) | Matrix_T< ComplexType > | |
| Matrix_T(Matrix_T &&other) noexcept | Matrix_T< ComplexType > | |
| operator<(const matrix_base< ComplexType > &other) const | matrix_base< ComplexType > | inline |
| operator=(const Matrix_T &other) | Matrix_T< ComplexType > | |
| operator=(Matrix_T &&other) noexcept | Matrix_T< ComplexType > | |
| matrix_base< ComplexType >::operator=(const matrix_base &mtx) | matrix_base< ComplexType > | inline |
| operator[](int idx) const | matrix_base< ComplexType > | inline |
| owner | matrix_base< ComplexType > | protected |
| padding_ | Matrix_T< ComplexType > | private |
| padding_size | Matrix_T< ComplexType > | privatestatic |
| print_matrix() const | Matrix_T< ComplexType > | |
| references | matrix_base< ComplexType > | protected |
| release_data() | matrix_base< ComplexType > | inline |
| replace_data(ComplexType *data_in, bool owner_in) | matrix_base< ComplexType > | inline |
| rows | matrix_base< ComplexType > | |
| set_owner(bool owner_in) | matrix_base< ComplexType > | inline |
| size() const | matrix_base< ComplexType > | inline |
| stride | matrix_base< ComplexType > | |
| transpose() | matrix_base< ComplexType > | inline |
| transposed | matrix_base< ComplexType > | protected |
| ~matrix_base() | matrix_base< ComplexType > | inline |
| ~Matrix_T()=default | Matrix_T< ComplexType > | |