CMR
1.3.0
|
Base class for matrices whose entries have type V
.
More...
#include <matrix.hpp>
Classes | |
struct | Nonzero |
Row/column index type. More... | |
Public Types | |
typedef V | Value |
typedef std::size_t | Index |
Type of entries. More... | |
Base class for matrices whose entries have type V
.
typedef std::size_t tu::Matrix< V >::Index |
Type of entries.
typedef V tu::Matrix< V >::Value |