Partial specialization of reshaped.
More...
Public Types |
|
typedef expr_t::const_reference | const_reference |
| | Type of reference to constant element.
|
|
typedef expr_t::value_type | value_type |
| | Type of elements.
|
Public Member Functions |
|
| reshaped (const util::const_ref< expr_t > &a) |
| | Constructor.
|
|
size_t | cols () const |
| | Returns number of columns.
|
|
const_reference | operator() (size_t row, size_t col) const |
| | Subscript operator.
|
|
size_t | rows () const |
| | Returns number of rows.
|
Private Member Functions |
|
| reshaped (const reshaped &) |
| | Inaccessible copy constructor.
|
Detailed Description
template<typename value_t, typename expr_t, typename tag_t, typename target_shape>
class nabla::reshaped< matrix_expression< value_t, expr_t, tag_t >, target_shape, lower_triangular >
Partial specialization of reshaped.
- See Also
- reshaped
Definition at line 3625 of file matrix.h.
The documentation for this class was generated from the following file: