GNU Octave  4.2.1
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 "errwarn.h"
#include "ovl.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) ar
 

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)
int type_id(void) const
Definition: ov.h:1230
octave_value arg
Definition: pr-output.cc:3440
const octave_base_value & get_rep(void) const
Definition: ov.h:1270

Definition at line 45 of file det.cc.

Referenced by Fdet().

Function Documentation

OCTAVE_EXPORT octave_value_list Fdet ( const octave_value_list args,
int  nargout 
)