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

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

Required methods

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

Loading content...

Implementors

impl R for Matrix[src]

Loading content...