#include <reduction_and_reconstruction.hpp>

Public Types | |
| using | source_index_type = reduction_index_t<Indices> |
| using | target_index_type = reduction_index_t<tensor::primes<Indices>> |
| using | source_natural_elem_type |
| using | target_natural_elem_type |
Static Public Member Functions | |
| template<misc::Specialization< tensor::Tensor > ReconstructedTensorType, misc::Specialization< tensor::Tensor > CochainTensorType> | |
| static KOKKOS_FUNCTION void | run (ReconstructedTensorType reconstructed_tensor, CochainTensorType cochain_tensor, PositionType position, BatchElem elem) |
| static KOKKOS_FUNCTION double | value (PositionType position, BatchElem elem, auto natural_elem) |
Definition at line 801 of file reduction_and_reconstruction.hpp.
| using sil::exterior::Reconstruction< Indices, PositionType, BatchElem, Complex >::source_index_type = reduction_index_t<Indices> |
Definition at line 803 of file reduction_and_reconstruction.hpp.
| using sil::exterior::Reconstruction< Indices, PositionType, BatchElem, Complex >::target_index_type = reduction_index_t<tensor::primes<Indices>> |
Definition at line 804 of file reduction_and_reconstruction.hpp.
| using sil::exterior::Reconstruction< Indices, PositionType, BatchElem, Complex >::source_natural_elem_type |
Definition at line 805 of file reduction_and_reconstruction.hpp.
| using sil::exterior::Reconstruction< Indices, PositionType, BatchElem, Complex >::target_natural_elem_type |
Definition at line 807 of file reduction_and_reconstruction.hpp.
|
inlinestatic |
Definition at line 813 of file reduction_and_reconstruction.hpp.
|
inlinestatic |
Definition at line 857 of file reduction_and_reconstruction.hpp.