[][src]Type Definition arrayfire::c32

type c32 = Complex<f32>;

Short type alias for Complex single precision type

Trait Implementations

impl ComplexFloating for c32[src]

impl ConstGenerator for c32[src]

type OutType = c32

The type of Array object returned by generate function

impl ImplicitPromote<Complex<f64>> for c32[src]

type Output = c64

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<bool> for c32[src]

type Output = c32

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<f32> for c32[src]

type Output = c32

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<f64> for c32[src]

type Output = c64

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<i16> for c32[src]

type Output = c32

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<i32> for c32[src]

type Output = c32

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<i64> for c32[src]

type Output = c32

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<u16> for c32[src]

type Output = c32

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<u32> for c32[src]

type Output = c32

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<u64> for c32[src]

type Output = c32

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more

impl ImplicitPromote<u8> for c32[src]

type Output = c32

This type alias points to the type of the result obtained by performing a given binary option on given type and RHS. Read more