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
amd.cc File Reference
#include <cstdlib>
#include <string>
#include <vector>
#include "ov.h"
#include "defun-dld.h"
#include "errwarn.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 &, int)
 
C OCTAVE_EXPORT octave_functionGamd (const octave::dynamic_library &shl, bool relative)
 

Macro Definition Documentation

#define AMD_NAME (   name)    amd ## name

Definition at line 51 of file amd.cc.

Referenced by Gamd().

Function Documentation

OCTAVE_EXPORT octave_value_list Famd ( const octave_value_list ,
int   
)
C OCTAVE_EXPORT octave_function* Gamd ( const octave::dynamic_library shl,
bool  relative 
)