pub trait HasKernel: CoordNum {
    type Ker: Kernel<Self>;
}
Expand description

Marker trait to assign Kernel for scalars

Required Associated Types§

Implementations on Foreign Types§

Implementors§