NDOSolver / FiOracle
Interfaces and Solvers for NonDifferentiable Optimization
Loading...
Searching...
No Matches
Type definitions for subgradient-based algorithms

Typedefs

typedef double SgNum
 subgradient entries
 
typedef SgNumSgRow
 a subgradient
 
typedef SgRowSgMat
 a bundle (set of subgradients)
 
typedef const SgNum cSgNum
 a read-only subgradient entry
 
typedef cSgNumcSgRow
 a read-only subgradient
 
typedef double QuNum
 numbers in Q ( G{i}{T} * G{j} )
 
typedef QuNumQuRow
 row of Q
 
typedef QuRowQuMat
 Q (itself)
 
typedef const QuNum cQuNum
 a read-only number in Q
 
typedef cQuNumcQuRow
 a read-only row of Q
 
typedef double LMNum
 a Lagrangean Multiplier
 
typedef LMNumLMRow
 a vector of Lagrangean Multipliers
 
typedef LMRowLMMat
 a matrix of Lagrangean Multipliers
 
typedef const LMNum cLMNum
 a read-only Lagrangean Multiplier
 
typedef cLMNumcLMRow
 a read-only vector of LMs
 

Detailed Description