[][src]Trait na::FastMul

pub trait FastMul<T> {
    type Output;
    fn fast_mul(&self, right: &T) -> Self::Output;
}

Associated Types

Required Methods

Implementors

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

impl<T: Real> FastMul<Matrix<T, U2, U2, <DefaultAllocator as Allocator<T, U2, U2>>::Buffer>> for Matrix2<T>
[src]

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

impl<T: Real> FastMul<Matrix<T, U3, U3, <DefaultAllocator as Allocator<T, U3, U3>>::Buffer>> for Matrix3<T>
[src]

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

impl<T: Real> FastMul<Matrix<T, U4, U4, <DefaultAllocator as Allocator<T, U4, U4>>::Buffer>> for Matrix4<T>
[src]