[][src]Struct tract_linalg::frame::pack_a::PackA

pub struct PackA<T: Copy + Zero> { /* fields omitted */ }

Implementations

impl<T: Copy + Zero + Debug> PackA<T>[src]

pub fn new(k: usize, m: usize, mr: usize, alignment: usize) -> PackA<T>[src]

pub fn alignment(&self) -> usize[src]

pub fn len(&self) -> usize[src]

pub fn pack(&self, pa: *mut T, a: *const T, rsa: isize, csa: isize)[src]

Trait Implementations

impl<T: Clone + Copy + Zero> Clone for PackA<T>[src]

impl<T: Debug + Copy + Zero> Debug for PackA<T>[src]

impl<T: Eq + Copy + Zero> Eq for PackA<T>[src]

impl<T: Copy + Zero> Hash for PackA<T>[src]

impl<T: PartialEq + Copy + Zero> PartialEq<PackA<T>> for PackA<T>[src]

impl<T: Copy + Zero> StructuralEq for PackA<T>[src]

impl<T: Copy + Zero> StructuralPartialEq for PackA<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for PackA<T> where
    T: RefUnwindSafe

impl<T> Send for PackA<T> where
    T: Send

impl<T> Sync for PackA<T> where
    T: Sync

impl<T> Unpin for PackA<T> where
    T: Unpin

impl<T> UnwindSafe for PackA<T> where
    T: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DynClone for T where
    T: Clone
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.