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
amd.cc File Reference
#include <cstdlib>
#include <string>
#include <vector>
#include "ov.h"
#include "defun-dld.h"
#include "pager.h"
#include "ov-re-mat.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "oct-map.h"
#include "oct-sparse.h"
#include "oct-locbuf.h"
Include dependency graph for amd.cc:

Go to the source code of this file.

Macros

#define AMD_NAME(name)   amd ## name
 

Functions

OCTAVE_EXPORT octave_value_list Famd (const octave_value_list &args, int nargout)
 
C OCTAVE_EXPORT octave_functionGamd (const octave_shlib &shl, bool relative)
 

Macro Definition Documentation

#define AMD_NAME (   name)    amd ## name

Definition at line 50 of file amd.cc.

Referenced by Gamd().

Function Documentation

OCTAVE_EXPORT octave_value_list Famd ( const octave_value_list args,
int  nargout 
)

Definition at line 85 of file amd.cc.

C OCTAVE_EXPORT octave_function* Gamd ( const octave_shlib shl,
bool  relative 
)