Trait basic_dsp_matrix::ToMatrix [−][src]
pub trait ToMatrix<V, T> where
V: Vector<T>,
T: RealNumber, { type Output: Matrix<V, T>; fn to_mat(self) -> Self::Output; }
Expand description
Conversion from a collection of vectors to a matrix.
Associated Types
Required methods
Implementations on Foreign Types
impl<S, T, N, D> ToMatrix<DspVec<S, T, N, D>, T> for Vec<DspVec<S, T, N, D>> where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]
impl<S, T, N, D> ToMatrix<DspVec<S, T, N, D>, T> for Vec<DspVec<S, T, N, D>> where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]impl<S, T, N, D> ToMatrix<DspVec<S, T, N, D>, T> for [DspVec<S, T, N, D>; 2] where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]
impl<S, T, N, D> ToMatrix<DspVec<S, T, N, D>, T> for [DspVec<S, T, N, D>; 2] where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]impl<S, T, N, D> ToMatrix<DspVec<S, T, N, D>, T> for [DspVec<S, T, N, D>; 3] where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]
impl<S, T, N, D> ToMatrix<DspVec<S, T, N, D>, T> for [DspVec<S, T, N, D>; 3] where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]impl<S, T, N, D> ToMatrix<DspVec<S, T, N, D>, T> for [DspVec<S, T, N, D>; 4] where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]
impl<S, T, N, D> ToMatrix<DspVec<S, T, N, D>, T> for [DspVec<S, T, N, D>; 4] where
S: ToSlice<T>,
T: RealNumber,
N: NumberSpace,
D: Domain, [src]