49#if defined(__cplusplus) && defined(GARGANTUA)
56 assert(x <=
NLulong(std::numeric_limits<NLuint>::max()));
95inline void nlSetIJCoefficientAtRowOffset(
98 nlSetIJCoefficientAtRowOffset(nlTo32(i), nlTo32(j), a, nlTo32(row_offset));
uint32_t NLuint
A 4-bytes unsigned integer.
NLAPI void NLAPIENTRY nlCoefficient(NLuint i, NLdouble value)
Appends a coefficient to the current row.
uint64_t NLulong
A 8-bytes unsigned integer.
NLAPI NLulong NLAPIENTRY nlAddIJCoefficient(NLuint i, NLuint j, NLdouble value)
Adds a coefficient to the current matrix.
NLAPI void NLAPIENTRY nlSetVariable(NLuint i, NLdouble value)
Sets the value of a variable.
double NLdouble
A double-precision floating-point number.
NLAPI NLdouble NLAPIENTRY nlMultiGetVariable(NLuint i, NLuint k)
Gets the value of a variable when there are several systems to solve.
NLAPI void NLAPIENTRY nlLockVariable(NLuint index)
Locks a variable.
unsigned char NLboolean
A truth value (NL_TRUE or NL_FALSE).
NLAPI NLboolean NLAPIENTRY nlVariableIsLocked(NLuint index)
Tests whether a variable is locked.
NLAPI NLdouble NLAPIENTRY nlGetVariable(NLuint i)
Gets the value of a variable.
NLAPI void NLAPIENTRY nlAddIRightHandSide(NLuint i, NLdouble value)
Adds a coefficient to a component of the right hand side of the equation.
NLAPI double NLAPIENTRY nlGetEigenValue(NLuint i)
Gets an eigenvalue.
NLAPI void NLAPIENTRY nlAddIJCoefficientAt(NLuint i, NLuint j, NLdouble value, NLulong index)
Adds a coefficient to the current matrix with known index.