pub trait TensorLinalgContextFor<T: KernelLinalgScalar>: TensorSemiringContextFor<Standard<T>> {
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.