pub trait TensorLinalgContextFor<T>: TensorSemiringContextFor<Standard<T>>where
T: KernelLinalgScalar,{
type Backend: TensorLinalgPrims<T, Context = Self>;
}Expand description
Required Associated Types§
Sourcetype Backend: TensorLinalgPrims<T, Context = Self>
type Backend: TensorLinalgPrims<T, Context = Self>
The backend associated with this context type.