Next: , Previous: , Up: Routine Groups   [Contents][Index]


11.5 Routines for Complex Numbers

Many of the functions in LUX know how to deal with real as well as complex numbers. The following routines deal specifically with complex numbers.

cdouble

To convert number-by-number to cdouble type.

cfloat

To convert number-by-number to cfloat type.

cdblarr

To create a cdouble array.

cdblfarr

To create a cdouble file array.

cdmap

To reinterpret data as cdouble values.

cfltarr

To create a cfloat array.

cfltfarr

To create a cfloat file array.

complex

To convert to complex numbers.

conjugate

To return the complex conjugate.

imaginary

To return the imaginary part of complex numbers.

real

To return the real part of complex numbers.