Skip to content
Snippets Groups Projects
Commit eb34a032 authored by Max Kahnt's avatar Max Kahnt
Browse files

Add rows, cols enum to SingleNonZeroColumnMatrix.

parent 4ba42061
Branches
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ class SingleNonZeroColumnMatrix
};
public:
enum { rows = ROWS, cols = COLS};
typedef RowProxy row_type;
typedef row_type const_row_reference;
typedef typename std::size_t size_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment