Skip to main content

Module raster

Module raster 

Source
Expand description

GPU kernels for element-wise raster operations.

This module provides GPU-accelerated element-wise operations on rasters, including arithmetic, logical, and transformation operations.

Structs§

RasterKernel
GPU kernel for element-wise raster operations.
ScalarKernel
GPU kernel for scalar raster operations.
UnaryKernel
GPU kernel for unary raster operations.

Enums§

ElementWiseOp
Element-wise operation type.
ScalarOp
Scalar operation type.
UnaryOp
Unary operation type.