qpSWIFT
A Sparse Quadratic Programming Solver
Matrices.h File Reference
#include "GlobalOptions.h"
Include dependency graph for Matrices.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

qp_real sigma_d = 0.0
 
qp_real Ppr [7] = {5.0, 1.0, 1.0, 2.0, 1.0, 1.0, 4.0}
 
qp_int Pir [7] = {0, 1, 0, 1, 2, 1, 2}
 
qp_int Pjc [4] = {0, 2, 5, 7}
 
qp_real c [3] = {1.0, 2.0, 1.0}
 
qp_real Apr [3] = {1.0, -2.0, 1.0}
 
qp_int Air [3] = {0, 0, 0}
 
qp_int Ajc [4] = {0, 1, 2, 3}
 
qp_real b [1] = {3.0}
 
qp_real Gpr [3] = {-4.0, -4.0, -1.0}
 
qp_int Gir [3] = {0, 0, 1}
 
qp_int Gjc [4] = {0, 1, 2, 3}
 
qp_real h [2] = {-1.0, -1.0}
 
qp_int n = 3
 
qp_int m = 2
 
qp_int p = 1
 
qp_int Permut [6] = {5, 2, 3, 1, 4, 0}
 
qp_int Permutineq [5] = {4, 2, 0, 3, 1}