Type Definition basic_dsp_vector::ComplexTimeVec[][src]

type ComplexTimeVec<S, T> = DspVec<S, T, ComplexData, TimeData>;

A vector with complex numbers in time domain.

Trait Implementations

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

Performs the conversion.

impl<S, T> ToRealResult for ComplexTimeVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

impl<S, T> ToFreqResult for ComplexTimeVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

impl<S, T, N, D> RededicateForceOps<DspVec<S, T, N, D>> for ComplexTimeVec<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