[][src]Trait peroxide::util::print::Printable

pub trait Printable {
    fn print(&self);
}

Required methods

fn print(&self)

Loading content...

Implementations on Foreign Types

impl Printable for f64[src]

impl Printable for f32[src]

impl Printable for u64[src]

impl Printable for u32[src]

impl Printable for usize[src]

impl Printable for i64[src]

impl Printable for i32[src]

impl Printable for Vec<Dual>[src]

impl Printable for Vec<Number>[src]

Loading content...

Implementors

impl Printable for Number[src]

impl Printable for Dual[src]

impl Printable for HyperDual[src]

impl Printable for Matrix[src]

impl Printable for Multinomial[src]

impl Printable for Polynomial[src]

impl Printable for Vector[src]

impl<T: Debug + PartialOrd + SampleUniform + Copy + Into<f64>> Printable for OPDist<T>[src]

impl<T: Debug + PartialOrd + SampleUniform + Copy + Into<f64>> Printable for TPDist<T>[src]

Loading content...