![]() |
Block-Structured AMR Software Framework
|
#include <AMReX_CSR.H>
Public Types | |
| using | U = std::conditional_t< std::is_const_v< T >, Long const, Long > |
Public Attributes | |
| T *__restrict__ | mat = nullptr |
| U *__restrict__ | col_index = nullptr |
| U *__restrict__ | row_offset = nullptr |
| Long | nnz = 0 |
| Long | nrows = 0 |
| using amrex::CsrView< T >::U = std::conditional_t<std::is_const_v<T>, Long const, Long> |
| U* __restrict__ amrex::CsrView< T >::col_index = nullptr |
| T* __restrict__ amrex::CsrView< T >::mat = nullptr |
| Long amrex::CsrView< T >::nnz = 0 |
| Long amrex::CsrView< T >::nrows = 0 |
| U* __restrict__ amrex::CsrView< T >::row_offset = nullptr |