The transposed view onto a matrix. More...
#include <Transposed.hpp>
Public Types | |
using | size_type = typename RawMatrix::size_type |
using | value_type = typename RawMatrix::value_type |
Public Member Functions | |
template<class M , Dune::disableCopyMove< TransposedMatrix, M > = 0> | |
TransposedMatrix (M &&matrix) | |
ConstRowProxy | operator[] (size_type row) const |
template<class M = Matrix, std::enable_if_t< not std::is_const_v< M >, int > = 0> | |
MutableRowProxy | operator[] (size_type row) |
size_type | N () const |
size_type | M () const |
template<class Mat > | |
TransposedMatrix & | operator+= (Mat const &mat) |
The transposed view onto a matrix.