[][src]Trait peroxide::traits::math::VectorProduct

pub trait VectorProduct: Vector {
    fn cross(&self, other: &Self) -> Self;
fn outer(&self, other: &Self) -> Matrix; }

Vector Products

Required methods

fn cross(&self, other: &Self) -> Self

fn outer(&self, other: &Self) -> Matrix

Loading content...

Implementations on Foreign Types

impl VectorProduct for Vec<f64>[src]

Loading content...

Implementors

Loading content...