Skip to main content

Module algebra

Module algebra 

Source
Expand description

GPU-accelerated raster algebra operations.

Provides element-wise band math operations (AlgebraOp), a structured expression tree (BandExpression) for composing multi-band formulas, and the top-level GpuAlgebra driver that dispatches to GPU (future) or CPU.

Structs§

GpuAlgebra
Pure-Rust raster algebra executor.

Enums§

AlgebraOp
Element-wise raster algebra operation.
BandExpression
A composable expression tree for multi-band raster math.