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
impl<S, T, N, D> RededicateForceOps<DspVec<S, T, N, D>> for RealTimeVec<S, T> where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]
impl<S, T, N, D> RededicateForceOps<DspVec<S, T, N, D>> for RealTimeVec<S, T> where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]Make Other a Self without performing any checks.
Make Other a Self without performing any checks. Read more
type ComplexResult = ComplexTimeVec<S, T>type FreqResult = ComplexFreqVec<S, T>