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
Functions | Variables
__eigs__.cc File Reference
#include "defun-dld.h"
#include "eigs-base.h"
#include "error.h"
#include "errwarn.h"
#include "oct-map.h"
#include "ov-cx-sparse.h"
#include "ov-re-sparse.h"
#include "ov.h"
#include "pager.h"
#include "quit.h"
#include "unwind-prot.h"
#include "variables.h"
Include dependency graph for __eigs__.cc:

Go to the source code of this file.

Functions

ComplexColumnVector eigs_complex_func (const ComplexColumnVector &x, int &eigs_error)
 
ColumnVector eigs_func (const ColumnVector &x, int &eigs_error)
 
OCTAVE_EXPORT octave_value_list F__eigs__ (const octave_value_list &, int)
 
C OCTAVE_EXPORT octave_functionG__eigs__ (const octave::dynamic_library &shl, bool relative)
 

Variables

static int call_depth = 0
 
static octave_functioneigs_fcn = 0
 
static bool warned_imaginary = false
 

Function Documentation

ComplexColumnVector eigs_complex_func ( const ComplexColumnVector x,
int eigs_error 
)
ColumnVector eigs_func ( const ColumnVector x,
int eigs_error 
)
OCTAVE_EXPORT octave_value_list F__eigs__ ( const octave_value_list ,
int   
)
C OCTAVE_EXPORT octave_function* G__eigs__ ( const octave::dynamic_library shl,
bool  relative 
)

Variable Documentation

int call_depth = 0
static

Definition at line 49 of file __eigs__.cc.

octave_function* eigs_fcn = 0
static

Definition at line 43 of file __eigs__.cc.

bool warned_imaginary = false
static

Definition at line 46 of file __eigs__.cc.