RealField

Trait RealField 

Source
pub trait RealField: RealField + RealField { }
Expand description

A Combination of alga::general::RealField and na::RealField.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl RealField for f32

Source§

impl RealField for f64

Implementors§