IpoptCopyToPointer(Int32, Int32, Int32*) Method

Definition

Namespace: Cureos.Numerics
Assembly: Cureos.Numerics (in Cureos.Numerics.dll) Version: 0.0.0.0
private static void CopyToPointer(
	int n,
	int[] x,
	int* p_x
)

Parameters

n  Int32
 
x  Int32
 
p_x  Int32*
 

See Also