Jet  v1.3.3
Public Member Functions | Public Attributes | List of all members
jet::MatrixCsr< T >::Element Struct Reference

#include <jet/matrix_csr.h>

Public Member Functions

 Element ()
 
 Element (size_t i, size_t j, const T &value)
 

Public Attributes

size_t i
 
size_t j
 
value
 

Constructor & Destructor Documentation

◆ Element() [1/2]

template<typename T >
jet::MatrixCsr< T >::Element::Element ( )

◆ Element() [2/2]

template<typename T >
jet::MatrixCsr< T >::Element::Element ( size_t  i,
size_t  j,
const T &  value 
)

Member Data Documentation

◆ i

template<typename T >
size_t jet::MatrixCsr< T >::Element::i

◆ j

template<typename T >
size_t jet::MatrixCsr< T >::Element::j

◆ value

template<typename T >
T jet::MatrixCsr< T >::Element::value

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