[−][src]Type Definition arrayfire::c64
type c64 = Complex<f64>;
Short type alias for Complex double precision type
Trait Implementations
impl ComplexFloating for c64
[src]
impl ConstGenerator for c64
[src]
type OutType = c64
The type of Array
fn generate(&self, dims: Dim4) -> Array<Self::OutType>
[src]
impl ImplicitPromote<Complex<f32>> for c64
[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 c64
[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<f32> for c64
[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<f64> for c64
[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 c64
[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<i32> for c64
[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<i64> for c64
[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<u16> for c64
[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<u32> for c64
[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<u64> for c64
[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