Show / Hide Table of Contents

Struct cuDoubleComplex

complex double-precision

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicInclude("cublas.h")]
[IntrinsicType("cuDoubleComplex")]
public struct cuDoubleComplex

Fields

im

imaginary part

Declaration
public double im
Field Value
Type Description
System.Double

re

real part

Declaration
public double re
Field Value
Type Description
System.Double
Back to top Generated by DocFX