Bool_Vec * Bool_Mat
matrix of booleans
Definition OPTtypes.h:53
cINum * cIRow
read-only array
Definition OPTtypes.h:85
HpRow * HpMat
"finer" (fp) matrix
Definition OPTtypes.h:100
const bool cBOOL
a read-only boolean
Definition OPTtypes.h:55
double Number
"normal" floating point numbers
Definition OPTtypes.h:89
INum * IRow
vectors of integers
Definition OPTtypes.h:80
int SIndex
Definition OPTtypes.h:69
HpNum * HpRow
"finer" (fp) array
Definition OPTtypes.h:99
const INum cINum
a read-only integer
Definition OPTtypes.h:84
const HpNum cHpNum
a read-only HpNum
Definition OPTtypes.h:102
IRow * IMat
Definition OPTtypes.h:81
double HpNum
"finer" floating point numbers
Definition OPTtypes.h:98
const Number cNumber
a read-only Number
Definition OPTtypes.h:93
SIndex_Set * SIndex_Mat
set of set (matrix) of s. indices
Definition OPTtypes.h:72
const Index cIndex
a read-only Index
Definition OPTtypes.h:64
cBOOL * cBool_Vec
read-only array
Definition OPTtypes.h:56
cIndex * cIndex_Set
read-only array
Definition OPTtypes.h:65
SIndex * SIndex_Set
set (array) of s. indices
Definition OPTtypes.h:71
const SIndex cSIndex
a read-only Signed Index
Definition OPTtypes.h:74
cNumber * cRow
read-only array
Definition OPTtypes.h:94
Number * Row
"normal" (fp) array
Definition OPTtypes.h:90
Row * Mat
"normal" (fp) matrix
Definition OPTtypes.h:91
long int INum
integer numbers
Definition OPTtypes.h:79
Index * Index_Set
set (array) of indices
Definition OPTtypes.h:61
bool * Bool_Vec
vector of booleans
Definition OPTtypes.h:52
unsigned int Index
Index in a vector ( >= 0 )
Definition OPTtypes.h:60
Index_Set * Index_Mat
set of set of indices
Definition OPTtypes.h:62
cHpNum * cHpRow
read-only array
Definition OPTtypes.h:103
cSIndex * cSIndex_Set
read-only array
Definition OPTtypes.h:75
cQuNum * cQuRow
a read-only row of Q
Definition OPTtypes.h:125
const SgNum cSgNum
a read-only subgradient entry
Definition OPTtypes.h:115
SgRow * SgMat
a bundle (set of subgradients)
Definition OPTtypes.h:113
SgNum * SgRow
a subgradient
Definition OPTtypes.h:112
QuRow * QuMat
Q (itself)
Definition OPTtypes.h:122
LMNum * LMRow
a vector of Lagrangean Multipliers
Definition OPTtypes.h:130
double LMNum
a Lagrangean Multiplier
Definition OPTtypes.h:129
cLMNum * cLMRow
a read-only vector of LMs
Definition OPTtypes.h:134
const QuNum cQuNum
a read-only number in Q
Definition OPTtypes.h:124
double QuNum
numbers in Q ( G{i}{T} * G{j} )
Definition OPTtypes.h:120
const LMNum cLMNum
a read-only Lagrangean Multiplier
Definition OPTtypes.h:133
double SgNum
subgradient entries
Definition OPTtypes.h:111
QuNum * QuRow
row of Q
Definition OPTtypes.h:121
LMRow * LMMat
a matrix of Lagrangean Multipliers
Definition OPTtypes.h:131
cSgNum * cSgRow
a read-only subgradient
Definition OPTtypes.h:116