isce3
0.25.0
Loading...
Searching...
No Matches
cxx
isce3
cuda
geocode
MaskedMinMax.h
1
#include <thrust/device_vector.h>
2
#include <thrust/pair.h>
3
4
namespace
isce3::cuda::geocode {
5
20
thrust::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
1.13.2.