Type Definition basic_dsp_vector::GenDspVec[][src]

type GenDspVec<S, T> = DspVec<S, T, RealOrComplexData, TimeOrFrequencyData>;

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

Trait Implementations

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

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

impl<S, T> ToTimeResult for GenDspVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

Specifies what the the result is if a type is transformed to time domain.

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

impl<S, T> ToRealTimeResult for GenDspVec<S, T> where
    S: ToSlice<T>,
    T: RealNumber
[src]

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