Module prefix_sum::summable

source ·
Expand description

Traits for types that can be used in a PrefixSum.

This crate has the features num-bigint, num-rational and num-complex, which can be enabled to add implementations of Summable to those types. There is also a num feature, which enables all the numeric features.

Traits

Trait for types that can be used in a PrefixSum.
A marker trait on types that allow negative values.