#include <reduction_and_reconstruction.hpp>

Public Types | |
| using | source_index_type |
| using | target_index_type = reduction_index_t<Indices> |
| using | source_natural_elem_type |
| using | target_natural_elem_type |
| using | position_index_type |
Static Public Member Functions | |
| template<misc::Specialization< tensor::Tensor > ReductionTensorType, misc::Specialization< tensor::Tensor > FormTensorType> | |
| static KOKKOS_FUNCTION void | run (ReductionTensorType reduced_tensor, FormTensorType form_tensor, PositionType position, BatchElem elem) |
| template<misc::Specialization< tensor::Tensor > ReductionTensorType, misc::Specialization< tensor::Tensor > FormTensorType, misc::Specialization< tensor::Tensor > MetricType> | |
| static KOKKOS_FUNCTION void | run (ReductionTensorType reduced_tensor, FormTensorType form_tensor, MetricType metric, PositionType position, BatchElem elem) |
| static KOKKOS_FUNCTION double | value (PositionType position, BatchElem elem, auto natural_elem) |
| template<misc::Specialization< tensor::Tensor > MetricType> | |
| static KOKKOS_FUNCTION double | value (MetricType metric, PositionType position, BatchElem elem, auto natural_elem) |
Definition at line 471 of file reduction_and_reconstruction.hpp.
| using sil::exterior::Reduction< Indices, PositionType, BatchElem, Complex >::source_index_type |
Definition at line 473 of file reduction_and_reconstruction.hpp.
| using sil::exterior::Reduction< Indices, PositionType, BatchElem, Complex >::target_index_type = reduction_index_t<Indices> |
Definition at line 476 of file reduction_and_reconstruction.hpp.
| using sil::exterior::Reduction< Indices, PositionType, BatchElem, Complex >::source_natural_elem_type |
Definition at line 477 of file reduction_and_reconstruction.hpp.
| using sil::exterior::Reduction< Indices, PositionType, BatchElem, Complex >::target_natural_elem_type |
Definition at line 479 of file reduction_and_reconstruction.hpp.
| using sil::exterior::Reduction< Indices, PositionType, BatchElem, Complex >::position_index_type |
Definition at line 481 of file reduction_and_reconstruction.hpp.
|
inlinestatic |
Definition at line 487 of file reduction_and_reconstruction.hpp.
|
inlinestatic |
Definition at line 534 of file reduction_and_reconstruction.hpp.
|
inlinestatic |
Definition at line 648 of file reduction_and_reconstruction.hpp.
|
inlinestatic |
Definition at line 679 of file reduction_and_reconstruction.hpp.