[−][src]Trait basic_dsp::NumberSpace
Number space (real or complex) information.
Required methods
pub fn is_complex(&self) -> bool[src]
pub fn to_complex(&mut self)[src]
For implementations which track meta data at runtime this method may be implemented to transition between different states. For all other implementations they may leave this empty.
pub fn to_real(&mut self)[src]
See to_complex for more details.