[][src]Type Definition totsu::mat::Mat

type Mat = MatGen<Vec<FP>>;

Matrix

Trait Implementations

impl Clone for Mat[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more