Crate summed_area_table

Source

Modules§

Structs§

Traits§

  • This trait must be implemented for the single values of a summed area table source. This library contains implementations for all numeric primitive types.
  • Structs implementing this trait can calculate a summed area table for themselves. This library contains implementations for vec slices and nalgebra::DMat.