2 #include <isce3/io/forward.h>
7 #include <isce3/core/Interpolator.h>
8 #include <isce3/core/Matrix.h>
10 namespace isce3 {
namespace geocode {
26 const std::valarray<double>& radarX,
27 const std::valarray<double>& radarY,
28 const std::valarray<std::complex<double>>& geometricalPhase,
29 const int radarBlockWidth,
const int radarBlockLength,
30 const int azimuthFirstLine,
const int rangeFirstPixel,
Data structure for a 2D row-major matrix.
Definition: forward.h:31
Definition of parent Interpolator.
Definition: forward.h:33