|
HLIBpro
2.3.1
|
Provide adjoint view, e.g. conjugate transposed of a given matrix.
#include <matrix_view.hh>
Additional Inherited Members | |
Public Types inherited from MatrixBase< AdjoinView< T_matrix > > | |
| using | value_t = typename matrix_trait< AdjoinView< T_matrix > >::value_t |
| scalar value type of matrix | |
Public Member Functions inherited from MatrixBase< AdjoinView< T_matrix > > | |
| size_t | nrows () const noexcept |
| return number of rows of matrix | |
| size_t | ncols () const noexcept |
| return number of columns of matrix | |
| Range | row_range () const noexcept |
| return number of rows of matrix | |
| Range | col_range () const noexcept |
| return number of columns of matrix | |
| value_t | operator() (const idx_t i, const idx_t j) const noexcept |
| return coefficient (i,j) | |
| value_t & | operator() (const idx_t i, const idx_t j) noexcept |
| return reference to coefficient (i,j) | |
| value_t * | data () const noexcept |
| return pointer to internal data | |
| size_t | row_stride () const noexcept |
| return stride w.r.t. row index set | |
| size_t | col_stride () const noexcept |
| return stride w.r.t. column index set | |
| blasview_t | blas_view () const noexcept |
| return BLAS matrix view of matrix object | |
| size_t | blas_nrows () const noexcept |
| return number of rows of actual BLAS matrix | |
| size_t | blas_ncols () const noexcept |
| return number of columns of actual BLAS matrix | |
1.8.9.1