Class matrix_view_transpose (o2scl)¶
-
template<class
mat_t
>
classo2scl
::
matrix_view_transpose
¶ Construct a view of the transpose of a matrix.
- Note
This class is experimental.
Public Functions
-
double &
operator()
(size_t i, size_t j)¶ Return a reference to the ith column of the selected row.
-
const double &
operator()
(size_t i, size_t j) const¶ Return a const reference to the ith column of the selected row.
-
size_t
size1
() const¶ Return the number of rows.
-
size_t
size2
() const¶ Return the number of columns.