GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
__eigs__.cc File Reference
#include <limits>
#include <string>
#include "Matrix.h"
#include "eigs-base.h"
#include "unwind-prot.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "interpreter-private.h"
#include "oct-map.h"
#include "ov.h"
#include "ovl.h"
#include "pager.h"
#include "parse.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__ (octave::interpreter &interp, const octave_value_list &args, int nargout)
 

Variables

static int call_depth = 0
 
static octave_value eigs_fcn
 
static bool warned_imaginary = false
 

Function Documentation

◆ eigs_complex_func()

ComplexColumnVector eigs_complex_func ( const ComplexColumnVector x,
int &  eigs_error 
)

◆ eigs_func()

ColumnVector eigs_func ( const ColumnVector x,
int &  eigs_error 
)

◆ F__eigs__()

Variable Documentation

◆ call_depth

int call_depth = 0
static

Definition at line 57 of file __eigs__.cc.

Referenced by F__eigs__().

◆ eigs_fcn

octave_value eigs_fcn
static

Definition at line 51 of file __eigs__.cc.

Referenced by eigs_complex_func(), eigs_func(), and F__eigs__().

◆ warned_imaginary

bool warned_imaginary = false
static

Definition at line 54 of file __eigs__.cc.

Referenced by eigs_func(), and F__eigs__().