26 #if defined (HAVE_CONFIG_H)
51 if (args.length () != 1)
56 if (args(0).issparse ())
57 error (
"rcond: for sparse matrices use 'rcond (full (a))' or 'condest (a)' instead");
59 if (args(0).is_single_type ())
61 if (args(0).iscomplex ())
66 args(0).matrix_type (mattyp);
73 args(0).matrix_type (mattyp);
76 else if (args(0).iscomplex ())
81 args(0).matrix_type (mattyp);
85 Matrix m = args(0).matrix_value ();
88 args(0).matrix_type (mattyp);
OCTINTERP_API void print_usage(void)
#define DEFUN(name, args_name, nargout_name, doc)
Macro to define a builtin function.
void error(const char *fmt,...)
octave_value::octave_value(const Array< char > &chm, char type) return retval