[][src]Trait softposit::QuireDot

pub trait QuireDot<T> {
type Output;
    fn quire_dot(&self, rhs: T) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn quire_dot(&self, rhs: T) -> Self::Output

Loading content...

Implementations on Foreign Types

impl<'b, N, R1: Dim, C1: Dim, R2: Dim, C2: Dim, SA, SB> QuireDot<&'b Matrix<N, R2, C2, SB>> for Matrix<N, R1, C1, SA> where
    N: Scalar + AssociatedQuire<N>,
    SB: Storage<N, R2, C2>,
    SA: Storage<N, R1, C1>,
    DefaultAllocator: Allocator<N, R1, C2>,
    ShapeConstraint: AreMultipliable<R1, C1, R2, C2>, 
[src]

type Output = MatrixMN<N, R1, C2>

Loading content...

Implementors

Loading content...