Trait signal_processing::gen::matrix::DstMatrix
source · pub trait DstMatrix<T, N>: Matrix<T>{
// Required methods
fn dst_i_matrix(n: N) -> Self;
fn dst_ii_matrix(n: N) -> Self;
fn dst_iii_matrix(n: N) -> Self;
fn dst_iv_matrix(n: N) -> Self;
}Required Methods§
fn dst_i_matrix(n: N) -> Self
fn dst_ii_matrix(n: N) -> Self
fn dst_iii_matrix(n: N) -> Self
fn dst_iv_matrix(n: N) -> Self
Object Safety§
This trait is not object safe.