NDOSolver / FiOracle
Interfaces and Solvers for NonDifferentiable Optimization
|
Typedefs | |
typedef bool * | Bool_Vec |
vector of booleans | |
typedef Bool_Vec * | Bool_Mat |
matrix of booleans | |
typedef const bool | cBOOL |
a read-only boolean | |
typedef cBOOL * | cBool_Vec |
read-only array | |
typedef unsigned int | Index |
Index in a vector ( >= 0 ) | |
typedef Index * | Index_Set |
set (array) of indices | |
typedef Index_Set * | Index_Mat |
set of set of indices | |
typedef const Index | cIndex |
a read-only Index | |
typedef cIndex * | cIndex_Set |
read-only array | |
typedef int | SIndex |
typedef SIndex * | SIndex_Set |
set (array) of s. indices | |
typedef SIndex_Set * | SIndex_Mat |
set of set (matrix) of s. indices | |
typedef const SIndex | cSIndex |
a read-only Signed Index | |
typedef cSIndex * | cSIndex_Set |
read-only array | |
typedef long int | INum |
integer numbers | |
typedef INum * | IRow |
vectors of integers | |
typedef IRow * | IMat |
typedef const INum | cINum |
a read-only integer | |
typedef cINum * | cIRow |
read-only array | |
typedef double | Number |
"normal" floating point numbers | |
typedef Number * | Row |
"normal" (fp) array | |
typedef Row * | Mat |
"normal" (fp) matrix | |
typedef const Number | cNumber |
a read-only Number | |
typedef cNumber * | cRow |
read-only array | |
typedef double | HpNum |
"finer" floating point numbers | |
typedef HpNum * | HpRow |
"finer" (fp) array | |
typedef HpRow * | HpMat |
"finer" (fp) matrix | |
typedef const HpNum | cHpNum |
a read-only HpNum | |
typedef cHpNum * | cHpRow |
read-only array | |
typedef int SIndex |
A Signed Index, for when an index may have a "direction"