Type Definition basic_dsp_vector::RealTimeVec[][src]

type RealTimeVec<S, T> = DspVec<S, T, Real, Time>;
Expand description

A vector with real numbers in time domain.

Trait Implementations

Performs the conversion.

Make Other a Self without performing any checks.

Make Other a Self without performing any checks. Read more