Re-export simba::SimdValue.
This commit is contained in:
parent
478921881f
commit
bafa1dcd97
@ -152,7 +152,7 @@ pub use num_complex::Complex;
|
|||||||
pub use simba::scalar::{
|
pub use simba::scalar::{
|
||||||
ClosedAdd, ClosedDiv, ClosedMul, ClosedSub, ComplexField, Field, RealField,
|
ClosedAdd, ClosedDiv, ClosedMul, ClosedSub, ComplexField, Field, RealField,
|
||||||
};
|
};
|
||||||
pub use simba::simd::{SimdBool, SimdComplexField, SimdPartialOrd, SimdRealField};
|
pub use simba::simd::{SimdBool, SimdComplexField, SimdPartialOrd, SimdRealField, SimdValue};
|
||||||
|
|
||||||
/// Gets the multiplicative identity element.
|
/// Gets the multiplicative identity element.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user