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
__qp__.cc File Reference
#include <cfloat>
#include "chol.h"
#include "svd.h"
#include "mx-m-dm.h"
#include "EIG.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "pr-output.h"
#include "utils.h"
Include dependency graph for __qp__.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list F__qp__ (const octave_value_list &args, int) ar
 
static Matrix null (const Matrix &A, octave_idx_type &rank)
 
static int qp (const Matrix &H, const ColumnVector &q, const Matrix &Aeq, const ColumnVector &beq, const Matrix &Ain, const ColumnVector &bin, int maxit, ColumnVector &x, ColumnVector &lambda, int &iter)
 

Variables

 ar {info}
 

Function Documentation

OCTAVE_EXPORT octave_value_list F__qp__ ( const octave_value_list args,
int   
)

Definition at line 492 of file __qp__.cc.

References ovl(), print_usage(), qp(), and x.

Referenced by install___qp___fcns().

static Matrix null ( const Matrix A,
octave_idx_type rank 
)
static
static int qp ( const Matrix H,
const ColumnVector q,
const Matrix Aeq,
const ColumnVector beq,
const Matrix Ain,
const ColumnVector bin,
int  maxit,
ColumnVector x,
ColumnVector lambda,
int iter 
)
static

Variable Documentation

nd deftypefn *OCTAVE_EXPORT octave_value_list printing will be limited to the number of levels specified by ar {info}
inline

Definition at line 492 of file __qp__.cc.

Referenced by octave::math::airy(), octave::math::biry(), EIG::init(), and FloatEIG::init().