pub trait FloatNdArrayElement: NdArrayElement + LinalgScalarwhere
    Self: Sized,{ }
Expand description

A float element for ndarray backend.

Implementations on Foreign Types§

source§

impl FloatNdArrayElement for f64

source§

impl FloatNdArrayElement for f32

Implementors§