pub trait FloatNdArrayElement: NdArrayElement + LinalgScalarwhere
    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§