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

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

Vector Products

Required methods

pub fn cross(&self, other: &Self) -> Self[src]

pub fn outer(&self, other: &Self) -> Matrix[src]

Loading content...

Implementations on Foreign Types

impl VectorProduct for Vec<f64>[src]

Loading content...

Implementors

Loading content...