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§
- Algebra
Op - Element-wise raster algebra operation.
- Band
Expression - A composable expression tree for multi-band raster math.