C Math Library Reference    
mlfComplexScalar

Create and initialize a complex 1-by-1 array

C Prototype

Arguments
double v
   Initial content of the real part of the array.

double i
   Initial content of the imaginary part of the array.

Description

This function creates a complex 1-by-1 array whose contents are initialized to the real part, v, and the imaginary part, i.

See Also
mlfScalar


 mlfColon mlfCreateColonIndex