COND

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Condition number with respect to inversion

Usage

Jacket for M Language
    Supported Syntax
    
c = cond(X)
c = cond(X,p)
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   COMPLEX 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/cond.html

Notes

  • p must be a CPU variable.
  • cond(X) will result in an error (e.g. "Trailing string input must be single or double") if X is singular with an SVD of 0
  • Requires Jacket DLA for double precision or complex inputs.

See Also

CONDEIG, CONDEST, NORM, NORMEST, RANK, RCOND, SVD

Views
Personal tools