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} {} det (@var{A})\n\ @deftypefnx {Loadable Function} {[@var{d}, @var{rcond}] =} det (@var{A})\n\ Compute the determinant of @var{A}.\n\ \n\ Return an estimate of the reciprocal condition number if requested.\n\ \n\ Routines from @sc{lapack} are used for full matrices and code from\n\ @sc{umfpack} is used for sparse matrices.\n\ \n\ The determinant should not be used to check a matrix for singularity.\n\ For that, use any of the condition number functions: @code{cond},\n\ @code{condest}, @code{rcond}.\n\ @seealso{cond, condest, rcond}\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   
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines