|
NeoN
A framework for CFD software
|
A view struct to allow easy read/write on all executors. More...
#include <sparsityView.hpp>
Public Member Functions | |
| SparsityView (View< const IndexType > colIdxsView, View< const IndexType > rowOffsView) | |
| KOKKOS_INLINE_FUNCTION IndexType | entry (const IndexType i, const IndexType j) const |
| Retrieve a reference to the matrix element at position (i,j). | |
Public Attributes | |
| View< const IndexType > | colIdxs |
| View< const IndexType > | rowOffs |
A view struct to allow easy read/write on all executors.
| IndexType | The index type of the rows and columns. |
Definition at line 30 of file sparsityView.hpp.
|
inline |
Definition at line 32 of file sparsityView.hpp.
|
inline |
Retrieve a reference to the matrix element at position (i,j).
| i | The row index. |
| j | The column index. |
Definition at line 43 of file sparsityView.hpp.
| View<const IndexType> NeoN::la::SparsityView< IndexType >::colIdxs |
Definition at line 59 of file sparsityView.hpp.
| View<const IndexType> NeoN::la::SparsityView< IndexType >::rowOffs |
Definition at line 60 of file sparsityView.hpp.