Home
last modified time | relevance | path

Searched refs:cpp_s2_touches_matrix (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/R-cran-s2/s2/R/
H A Ds2-matrix.R140 cpp_s2_touches_matrix(as_s2_geography(x), as_s2_geography(y), options)
H A DRcppExports.R280 cpp_s2_touches_matrix <- function(geog1, geog2, s2options) { function
/dports/graphics/R-cran-s2/s2/src/
H A Ds2-matrix.cpp341 List cpp_s2_touches_matrix(List geog1, List geog2, List s2options) { in cpp_s2_touches_matrix() function
H A DRcppExports.cpp825 List cpp_s2_touches_matrix(List geog1, List geog2, List s2options);
833 rcpp_result_gen = Rcpp::wrap(cpp_s2_touches_matrix(geog1, geog2, s2options)); in _s2_cpp_s2_touches_matrix()