#include "DET.h"
#include "defun-dld.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "utils.h"
#include "ops.h"
#include "ov-re-mat.h"
#include "ov-cx-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-re-diag.h"
#include "ov-cx-diag.h"
#include "ov-flt-re-diag.h"
#include "ov-flt-cx-diag.h"
#include "ov-perm.h"
Defines | |
#define | MAYBE_CAST(VAR, CLASS) |
Functions | |
DEFUN_DLD (det, args, nargout,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {[@var{d}, @var{rcond}] =} det (@var{a})\n\ Compute the determinant of @var{a} using @sc{lapack} for full and UMFPACK\n\ for sparse matrices. Return an estimate of the reciprocal condition number\n\ if requested.\n\ @end deftypefn") |
#define MAYBE_CAST | ( | VAR, | |||
CLASS | ) |
DEFUN_DLD | ( | det | , | |
args | , | |||
nargout | ||||
) |