pub type GenDspVec<S, T> = DspVec<S, T, RealOrComplex, TimeOrFreq>;
Expand description

A vector with no information about number space or domain at compile time.

Trait Implementations

Make Other a Self without performing any checks.
Make Other a Self without performing any checks. Read more
Specifies what the the result is if a type is transformed to time domain.