Loading...
Searching...
No Matches
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 |
| T | value |
Constructor & Destructor Documentation
◆ Element() [1/2]
| CubbyFlow::MatrixCSR< T >::Element::Element | ( | ) |
◆ Element() [2/2]
Member Data Documentation
◆ i
| size_t CubbyFlow::MatrixCSR< T >::Element::i |
◆ j
| size_t CubbyFlow::MatrixCSR< T >::Element::j |
◆ value
| T CubbyFlow::MatrixCSR< T >::Element::value |
The documentation for this struct was generated from the following files:
- Core/Matrix/MatrixCSR.hpp
- Core/Matrix/MatrixCSR-Impl.hpp
1.9.8