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

pub trait PYTHON {
    fn new<T>(v: Vec<Vec<T>>) -> Self
    where
        T: Into<f64> + Copy
; }

Required methods

fn new<T>(v: Vec<Vec<T>>) -> Self where
    T: Into<f64> + Copy
[src]

Implementors

impl PYTHON for Matrix[src]

fn new<T>(v: Vec<Vec<T>>) -> Self where
    T: Into<f64> + Copy
[src]