GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions
det.cc File Reference
#include "DET.h"
#include "defun.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:

Go to the source code of this file.

Macros

#define MAYBE_CAST(VAR, CLASS)
 

Functions

OCTAVE_EXPORT octave_value_list Fdet (const octave_value_list &args, int nargout)
 

Macro Definition 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
double arg(double x)
Definition: lo-mappers.h:37

Definition at line 46 of file det.cc.

Referenced by Fdet().

Function Documentation

OCTAVE_EXPORT octave_value_list Fdet ( const octave_value_list args,
int  nargout 
)