Struct faer_core::matrix_ops::Perm
source · pub struct Perm<I> { /* private fields */ }Trait Implementations§
source§impl<I: Index> MatEq<Perm<I>> for Perm<I>
impl<I: Index> MatEq<Perm<I>> for Perm<I>
fn mat_eq<E: ComplexField, LhsE: Conjugate<Canonical = E>, RhsE: Conjugate<Canonical = E>>( lhs: <Self as MatrixKind>::Ref<'_, LhsE>, rhs: <Self as MatrixKind>::Ref<'_, RhsE> ) -> bool
source§impl<I: Index> MatMul<Dense> for Perm<I>
impl<I: Index> MatMul<Dense> for Perm<I>
type Output = Dense
fn mat_mul<E: ComplexField, LhsE: Conjugate<Canonical = E>, RhsE: Conjugate<Canonical = E>>( lhs: <Perm<I> as MatrixKind>::Ref<'_, LhsE>, rhs: <Dense as MatrixKind>::Ref<'_, RhsE> ) -> <Self::Output as MatrixKind>::Own<E>
source§impl<I: Index> MatMul<Perm<I>> for Dense
impl<I: Index> MatMul<Perm<I>> for Dense
type Output = Dense
fn mat_mul<E: ComplexField, LhsE: Conjugate<Canonical = E>, RhsE: Conjugate<Canonical = E>>( lhs: <Dense as MatrixKind>::Ref<'_, LhsE>, rhs: <Perm<I> as MatrixKind>::Ref<'_, RhsE> ) -> <Self::Output as MatrixKind>::Own<E>
source§impl<I: Index> MatMul<Perm<I>> for Perm<I>
impl<I: Index> MatMul<Perm<I>> for Perm<I>
type Output = Perm<I>
fn mat_mul<E: ComplexField, LhsE: Conjugate<Canonical = E>, RhsE: Conjugate<Canonical = E>>( lhs: <Perm<I> as MatrixKind>::Ref<'_, LhsE>, rhs: <Perm<I> as MatrixKind>::Ref<'_, RhsE> ) -> <Self::Output as MatrixKind>::Own<E>
Auto Trait Implementations§
impl<I> RefUnwindSafe for Perm<I>where
I: RefUnwindSafe,
impl<I> Send for Perm<I>where
I: Send,
impl<I> Sync for Perm<I>where
I: Sync,
impl<I> Unpin for Perm<I>where
I: Unpin,
impl<I> UnwindSafe for Perm<I>where
I: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more