CMR  1.3.0
Public Member Functions | Public Attributes | List of all members
tu::Matrix< V >::Nonzero Struct Reference

Row/column index type. More...

#include <matrix.hpp>

Public Member Functions

 Nonzero (Index r, Index c, const Value &v)
 

Public Attributes

Index row
 
Index column
 
const Valuevalue
 

Detailed Description

template<typename V>
struct tu::Matrix< V >::Nonzero

Row/column index type.

Constructor & Destructor Documentation

◆ Nonzero()

template<typename V >
tu::Matrix< V >::Nonzero::Nonzero ( Index  r,
Index  c,
const Value v 
)
inline

Member Data Documentation

◆ column

template<typename V >
Index tu::Matrix< V >::Nonzero::column

◆ row

template<typename V >
Index tu::Matrix< V >::Nonzero::row

◆ value

template<typename V >
const Value& tu::Matrix< V >::Nonzero::value

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