CMR  1.3.0
Classes | Public Types | List of all members
tu::Matrix< V > Class Template Reference

Base class for matrices whose entries have type V. More...

#include <matrix.hpp>

Inheritance diagram for tu::Matrix< V >:
tu::DenseMatrix< V > tu::SparseMatrix< V >

Classes

struct  Nonzero
 Row/column index type. More...
 

Public Types

typedef V Value
 
typedef std::size_t Index
 Type of entries. More...
 

Detailed Description

template<typename V>
class tu::Matrix< V >

Base class for matrices whose entries have type V.

Member Typedef Documentation

◆ Index

template<typename V >
typedef std::size_t tu::Matrix< V >::Index

Type of entries.

◆ Value

template<typename V >
typedef V tu::Matrix< V >::Value

The documentation for this class was generated from the following file: