Structure defining an entry in a sparse matrix. More...
#include <ptems/solvers/gmres.hpp>
Public Attributes | |
std::size_t | I |
Row index of the entry. More... | |
std::size_t | J |
Column index of the entry. More... | |
T | Value |
Value of the entry. More... | |
Structure defining an entry in a sparse matrix.
std::size_t ptems::SparseMatrixEntry< T >::I |
Row index of the entry.
std::size_t ptems::SparseMatrixEntry< T >::J |
Column index of the entry.
T ptems::SparseMatrixEntry< T >::Value |
Value of the entry.