[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/datafun]

cplxpair

(/tools/hpmatlab/toolbox/matlab/datafun/cplxpair.m)


Function Synopsis

z = cplxpair(x,tol)

Help text

CPLXPAIR Sort numbers into complex conjugate pairs.
	Y = CPLXPAIR(X) rearranges the elements of vector X so that
	complex numbers are collected into matched pairs of complex
	conjugates.  The pairs are ordered by increasing real part.
	Any purely real elements are placed after all the complex pairs.
	Y = CPLXPAIR(X,TOL) uses a relative tolerance of TOL for
	comparison purposes.  The default is TOL = 100*EPS.

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON