DP3
Solutions.h
Go to the documentation of this file.
1 // Copyright (C) 2023 ASTRON (Netherlands Institute for Radio Astronomy)
2 // SPDX-License-Identifier: GPL-3.0-or-later
3 
4 #ifndef DP3_DDECAL_SOLUTIONS_H_
5 #define DP3_DDECAL_SOLUTIONS_H_
6 
7 #include <aocommon/xt/span.h>
8 #include <xtensor/containers/xtensor.hpp>
9 
10 namespace dp3 {
11 namespace ddecal {
19 using SolutionTensor = xt::xtensor<std::complex<double>, 4>;
20 using SolutionSpan = aocommon::xt::Span<std::complex<double>, 4>;
22 } // namespace ddecal
23 } // namespace dp3
24 
25 #endif // DP3_DDECAL_SOLUTIONS_H_
xt::xtensor< std::complex< double >, 4 > SolutionTensor
Definition: Solutions.h:19
aocommon::xt::Span< std::complex< double >, 4 > SolutionSpan
Definition: Solutions.h:20
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53