[][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]

Loading content...

Implementors

impl Printable for Dual
[src]

impl Printable for Matrix
[src]

impl Printable for Multinomial
[src]

impl Printable for Polynomial
[src]

impl Printable for Vector
[src]

Loading content...