isce3 0.25.0
Loading...
Searching...
No Matches
MaskedMinMax.h
1#include <thrust/device_vector.h>
2#include <thrust/pair.h>
3
4namespace isce3::cuda::geocode {
5
20thrust::pair<double, double> masked_minmax(
21 const thrust::device_vector<double>& data,
22 const thrust::device_vector<bool>& mask);
23
24} // namespace isce3::cuda::geocode

Generated for ISCE3.0 by doxygen 1.13.2.