GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
__qp__.cc File Reference
#include <cmath>
#include <limits>
#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

◆ F__qp__()

OCTAVE_EXPORT octave_value_list F__qp__ ( const octave_value_list args,
int   
)

Definition at line 494 of file __qp__.cc.

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

◆ null()

◆ qp()

Variable Documentation

◆ ar

If ar {info}

Definition at line 494 of file __qp__.cc.

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