[−][src]Trait basic_dsp::matrix::ToRealTimeMatrix
Conversion from a generic data type into a dsp matrix with real data.
Associated Types
Loading content...Required methods
fn to_real_time_mat(self) -> Self::Output
Create a new matrix in real number space and time domain.
delta can be changed after construction with a call of set_delta.
Implementations on Foreign Types
impl<T, S> ToRealTimeMatrix<DspVec<S, T, Real, Time>, T> for [S; 3] where
S: ToRealVector<T> + ToSlice<T>,
T: RealNumber, [src]
S: ToRealVector<T> + ToSlice<T>,
T: RealNumber,
type Output = Matrix3xN<DspVec<S, T, Real, Time>, S, T>
fn to_real_time_mat(
self
) -> <[S; 3] as ToRealTimeMatrix<DspVec<S, T, Real, Time>, T>>::Output[src]
self
) -> <[S; 3] as ToRealTimeMatrix<DspVec<S, T, Real, Time>, T>>::Output
impl<T, S> ToRealTimeMatrix<DspVec<S, T, Real, Time>, T> for [S; 2] where
S: ToRealVector<T> + ToSlice<T>,
T: RealNumber, [src]
S: ToRealVector<T> + ToSlice<T>,
T: RealNumber,
type Output = Matrix2xN<DspVec<S, T, Real, Time>, S, T>
fn to_real_time_mat(
self
) -> <[S; 2] as ToRealTimeMatrix<DspVec<S, T, Real, Time>, T>>::Output[src]
self
) -> <[S; 2] as ToRealTimeMatrix<DspVec<S, T, Real, Time>, T>>::Output
impl<T, S> ToRealTimeMatrix<DspVec<S, T, Real, Time>, T> for Vec<S> where
S: ToRealVector<T> + ToSlice<T>,
T: RealNumber, [src]
S: ToRealVector<T> + ToSlice<T>,
T: RealNumber,
type Output = MatrixMxN<DspVec<S, T, Real, Time>, S, T>
fn to_real_time_mat(
self
) -> <Vec<S> as ToRealTimeMatrix<DspVec<S, T, Real, Time>, T>>::Output[src]
self
) -> <Vec<S> as ToRealTimeMatrix<DspVec<S, T, Real, Time>, T>>::Output
impl<T, S> ToRealTimeMatrix<DspVec<S, T, Real, Time>, T> for [S; 4] where
S: ToRealVector<T> + ToSlice<T>,
T: RealNumber, [src]
S: ToRealVector<T> + ToSlice<T>,
T: RealNumber,
type Output = Matrix4xN<DspVec<S, T, Real, Time>, S, T>
fn to_real_time_mat(
self
) -> <[S; 4] as ToRealTimeMatrix<DspVec<S, T, Real, Time>, T>>::Output[src]
self
) -> <[S; 4] as ToRealTimeMatrix<DspVec<S, T, Real, Time>, T>>::Output