Trait ha_ndarray::ops::LinAlgDual
source · pub trait LinAlgDual<L, R, T>: PlatformInstance{
type Op: ReadOp<Self, T>;
// Required method
fn matmul(
self,
left: L,
right: R,
dims: [usize; 4]
) -> Result<AccessOp<Self::Op, Self>, Error>;
}
Required Associated Types§
Required Methods§
fn matmul( self, left: L, right: R, dims: [usize; 4] ) -> Result<AccessOp<Self::Op, Self>, Error>
Object Safety§
This trait is not object safe.