[][src]Trait rin::math::FastDot

pub trait FastDot<T> {
    fn fast_dot(&self, right: &Self) -> T;
}

Required Methods

Implementations on Foreign Types

impl<T> FastDot<T> for [T; 2] where
    T: Real
[src]

impl<T> FastDot<T> for [T; 4] where
    T: Real
[src]

impl<T> FastDot<T> for [T; 6] where
    T: Real
[src]

impl<T> FastDot<T> for [T; 5] where
    T: Real
[src]

impl<T> FastDot<T> for [T; 3] where
    T: Real
[src]

Implementors

impl<T> FastDot<T> for Matrix<T, U3, U1, <DefaultAllocator as Allocator<T, U3, U1>>::Buffer> where
    T: Real
[src]

impl<T> FastDot<T> for Matrix<T, U4, U1, <DefaultAllocator as Allocator<T, U4, U1>>::Buffer> where
    T: Real
[src]

impl<T> FastDot<T> for Matrix<T, U5, U1, <DefaultAllocator as Allocator<T, U5, U1>>::Buffer> where
    T: Real
[src]

impl<T> FastDot<T> for Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer> where
    T: Real
[src]

impl<T> FastDot<T> for Matrix<T, U6, U1, <DefaultAllocator as Allocator<T, U6, U1>>::Buffer> where
    T: Real
[src]