[][src]Trait peroxide::util::api::MATLAB

pub trait MATLAB {
    fn new(s: &str) -> Self;
}

Required methods

fn new(s: &str) -> Self

Loading content...

Implementors

impl MATLAB for Matrix[src]

Loading content...