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

A float element for ndarray backend.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FloatNdArrayElement for f32

source§

impl FloatNdArrayElement for f64

Implementors§