NDOSolver / FiOracle
Interfaces and Solvers for NonDifferentiable Optimization
Loading...
Searching...
No Matches
General-purpose type definitions

Typedefs

typedef bool * Bool_Vec
 vector of booleans
 
typedef Bool_VecBool_Mat
 matrix of booleans
 
typedef const bool cBOOL
 a read-only boolean
 
typedef cBOOLcBool_Vec
 read-only array
 
typedef unsigned int Index
 Index in a vector ( >= 0 )
 
typedef IndexIndex_Set
 set (array) of indices
 
typedef Index_SetIndex_Mat
 set of set of indices
 
typedef const Index cIndex
 a read-only Index
 
typedef cIndexcIndex_Set
 read-only array
 
typedef int SIndex
 
typedef SIndexSIndex_Set
 set (array) of s. indices
 
typedef SIndex_SetSIndex_Mat
 set of set (matrix) of s. indices
 
typedef const SIndex cSIndex
 a read-only Signed Index
 
typedef cSIndexcSIndex_Set
 read-only array
 
typedef long int INum
 integer numbers
 
typedef INumIRow
 vectors of integers
 
typedef IRowIMat
 
typedef const INum cINum
 a read-only integer
 
typedef cINumcIRow
 read-only array
 
typedef double Number
 "normal" floating point numbers
 
typedef NumberRow
 "normal" (fp) array
 
typedef RowMat
 "normal" (fp) matrix
 
typedef const Number cNumber
 a read-only Number
 
typedef cNumbercRow
 read-only array
 
typedef double HpNum
 "finer" floating point numbers
 
typedef HpNumHpRow
 "finer" (fp) array
 
typedef HpRowHpMat
 "finer" (fp) matrix
 
typedef const HpNum cHpNum
 a read-only HpNum
 
typedef cHpNumcHpRow
 read-only array
 

Detailed Description

Typedef Documentation

◆ IMat

typedef IRow* IMat

matrices (vectors of vectors) of integers

◆ SIndex

typedef int SIndex

A Signed Index, for when an index may have a "direction"