Type Definition basic_dsp_vector::RealTimeVec[][src]

type RealTimeVec<S, T> = DspVec<S, T, RealData, TimeData>;

A vector with real numbers in time domain.

Trait Implementations

impl<S, T> From<S> for RealTimeVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

Performs the conversion.

impl<S, T> ToComplexResult for RealTimeVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

impl<S, T> ToFreqResult for RealTimeVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[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