Navigation

Operators and Keywords

Function List:

C++ API

det.cc File Reference

#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"

Include dependency graph for det.cc:


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 Documentation

#define MAYBE_CAST ( VAR,
CLASS   ) 

Value:

const CLASS *VAR = arg.type_id () == CLASS::static_type_id () ? \
   dynamic_cast<const CLASS *> (&arg.get_rep ()) : 0


Function Documentation

DEFUN_DLD ( det  ,
args  ,
nargout   
)