#include <CSRConfig.h>
Classes | |
| struct | set_alloc |
| struct | set_scalar |
Public Types | |
| using | allocator_type = typename alloc_info< Alloc >::type |
| using | gidx_t = typename index_info< gidx >::type |
| using | lidx_t = typename index_info< lidx >::type |
| using | scalar_t = typename scalar_info< scalar_id >::type |
| template<alloc new_alloc> | |
| using | set_alloc_t = typename set_alloc< new_alloc >::type |
| template<index new_lidx> | |
| using | set_lidx_t = CSRConfig< Alloc, new_lidx, gidx, scalar_id > |
| template<scalar new_scalar> | |
| using | set_scalar_t = typename set_scalar< new_scalar >::type |
Static Public Member Functions | |
| static void | print () |
Static Public Attributes | |
| static constexpr alloc | allocator = Alloc |
| static constexpr index | gidx = GlobalInd |
| static constexpr index | lidx = LocalInd |
| static constexpr csr_mode | mode |
| static constexpr scalar | scalar_id = Scalar |
Definition at line 280 of file CSRConfig.h.
| using AMP::LinearAlgebra::CSRConfig< Alloc, LocalInd, GlobalInd, Scalar >::allocator_type = typename alloc_info<Alloc>::type |
Definition at line 292 of file CSRConfig.h.
| using AMP::LinearAlgebra::CSRConfig< Alloc, LocalInd, GlobalInd, Scalar >::gidx_t = typename index_info<gidx>::type |
Definition at line 290 of file CSRConfig.h.
| using AMP::LinearAlgebra::CSRConfig< Alloc, LocalInd, GlobalInd, Scalar >::lidx_t = typename index_info<lidx>::type |
Definition at line 289 of file CSRConfig.h.
| using AMP::LinearAlgebra::CSRConfig< Alloc, LocalInd, GlobalInd, Scalar >::scalar_t = typename scalar_info<scalar_id>::type |
Definition at line 291 of file CSRConfig.h.
| using AMP::LinearAlgebra::CSRConfig< Alloc, LocalInd, GlobalInd, Scalar >::set_alloc_t = typename set_alloc<new_alloc>::type |
Definition at line 299 of file CSRConfig.h.
| using AMP::LinearAlgebra::CSRConfig< Alloc, LocalInd, GlobalInd, Scalar >::set_lidx_t = CSRConfig<Alloc, new_lidx, gidx, scalar_id> |
Definition at line 309 of file CSRConfig.h.
| using AMP::LinearAlgebra::CSRConfig< Alloc, LocalInd, GlobalInd, Scalar >::set_scalar_t = typename set_scalar<new_scalar>::type |
Definition at line 306 of file CSRConfig.h.
|
inlinestatic |
Definition at line 311 of file CSRConfig.h.
References AMP::pout.
|
staticconstexpr |
Definition at line 281 of file CSRConfig.h.
|
staticconstexpr |
Definition at line 283 of file CSRConfig.h.
|
staticconstexpr |
Definition at line 282 of file CSRConfig.h.
|
staticconstexpr |
Definition at line 286 of file CSRConfig.h.
|
staticconstexpr |
Definition at line 284 of file CSRConfig.h.
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:42. Comments on this page |