File numerics/src/tools/projectionOnCone.h#
Go to the source code of this file
function to project on cones
function to project on cones
Enums
Functions
-
unsigned projectionOnCone(double *r, double mu)#
projectionOnCone Projection on the second Order Cone in
,- Parameters:
r – [inout] the vector to be projected
mu – [in] the angle of the cone
- Returns:
the type of projection
-
unsigned projectionOnDualCone(double *u, double mu)#
projectionOnDualCone Projection on the second Order Cone in
,- Parameters:
u – [inout] the vector to be projected
mu – [in] the angle of the cone
- Returns:
the type of projection
-
void projectionOnSecondOrderCone(double *r, double mu, int size)#
projectionOnCone Projection on the second Order Cone in
,- Parameters:
r – [inout] the vector to be projected
mu – [in] the angle of the cone
size – [in] dimension