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

pub trait R {
    fn new<T>(v: Vec<T>, x: usize, y: usize, shape: Shape) -> Self
    where
        T: Into<f64>
; }

Required methods

fn new<T>(v: Vec<T>, x: usize, y: usize, shape: Shape) -> Self where
    T: Into<f64>, 

Loading content...

Implementors

impl R for Matrix[src]

Loading content...