CubbyFlow::MatrixCSR< T >::Element Struct Reference

#include <Core/Matrix/MatrixCSR.hpp>

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 >
CubbyFlow::MatrixCSR< T >::Element::Element ( )

◆ Element() [2/2]

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

Member Data Documentation

◆ i

template<typename T>
size_t CubbyFlow::MatrixCSR< T >::Element::i

◆ j

template<typename T>
size_t CubbyFlow::MatrixCSR< T >::Element::j

◆ value

template<typename T>
T CubbyFlow::MatrixCSR< T >::Element::value

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