PTEMS  0.1.0-dev+git.81fd0e4
PolyTopic Element Method Solver
ptems::SparseMatrixEntry< T > Struct Template Reference

Structure defining an entry in a sparse matrix. More...

#include <ptems/solvers/gmres.hpp>

Collaboration diagram for ptems::SparseMatrixEntry< T >:

Public Attributes

std::size_t I
 Row index of the entry. More...
 
std::size_t J
 Column index of the entry. More...
 
Value
 Value of the entry. More...
 

Detailed Description

template<typename T>
struct ptems::SparseMatrixEntry< T >

Structure defining an entry in a sparse matrix.

Member Data Documentation

◆ I

template<typename T >
std::size_t ptems::SparseMatrixEntry< T >::I

Row index of the entry.

◆ J

template<typename T >
std::size_t ptems::SparseMatrixEntry< T >::J

Column index of the entry.

◆ Value

template<typename T >
T ptems::SparseMatrixEntry< T >::Value

Value of the entry.


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