sqpSolveMTlagrangeCreate#

Purpose#

Creates an instance of a structure of type sqpSolveMTlagrange set to default values.

Include#

sqpsolvemt.sdf

Format#

s = sqpSolveMTlagrangeCreate()#
Returns:

s (struct) – instance of sqpSolveMTlagrange struct.

Examples#

// Declare instance of structure
struct sqpSolveMTlagrange sla;

// Initialize the structure to default values
sla = sqpSolveMTlagrangeCreate();

Source#

sqpsolvemt.src

See also

Functions sqpSolve()