Definition in file sdpconevec.h.
Go to the source code of this file.
Typedefs | |
typedef SDPConeVec_C | SDPConeVec |
SDPConeVec is a vector with the dimension of the block in the SDP cone. | |
Functions | |
int | DSDPIndexCreate (int, DSDPIndex *) |
Allocate array for indices. | |
int | DSDPIndexDestroy (DSDPIndex *) |
Deallocate memory. | |
int | DSDPIndexInitialize (DSDPIndex *) |
Identifies sparsity in SDPConeVec. | |
int | DSDPIndexView (DSDPIndex) |
Print indices. | |
int | SDPConeVecAXPY (double, SDPConeVec, SDPConeVec) |
Add a multiple of X to Y. | |
int | SDPConeVecCopy (SDPConeVec, SDPConeVec) |
Copy v1 to v2. | |
int | SDPConeVecDot (SDPConeVec, SDPConeVec, double *) |
Inner product of two vectors. | |
int | SDPConeVecDuplicate (SDPConeVec, SDPConeVec *) |
Allocate another vector with the same structure as the first. | |
int | SDPConeVecNorm2 (SDPConeVec, double *) |
Compute the Euclidean norm. | |
int | SDPConeVecNormalize (SDPConeVec) |
Scale the vector to norm of 1. | |
int | SDPConeVecScale (double, SDPConeVec) |
Compute the Euclidean norm. | |
int | SDPConeVecSet (double, SDPConeVec) |
Set each element of vector to this number. | |
int | SDPConeVecView (SDPConeVec) |
Print the elements of the vector. | |
int | SDPConeVecZero (SDPConeVec) |
Zero the elements of the vector. |
|
SDPConeVec is a vector with the dimension of the block in the SDP cone.
Definition at line 26 of file sdpconevec.h. |
|
Allocate array for indices.
Definition at line 248 of file sdpconevec.c. Referenced by DSDPBlockSetup(). |
|
Deallocate memory.
Definition at line 264 of file sdpconevec.c. Referenced by DSDPBlockTakeDown(). |
|
Identifies sparsity in SDPConeVec.
Definition at line 234 of file sdpconevec.c. Referenced by DSDPBlockInitialize(). |
|
Print indices.
Definition at line 279 of file sdpconevec.c. |
|
Add a multiple of X to Y.
Definition at line 178 of file sdpconevec.c. |
|
Copy v1 to v2.
Definition at line 103 of file sdpconevec.c. |
|
Inner product of two vectors.
Definition at line 125 of file sdpconevec.c. Referenced by DSDPDataMatCheck(), SDPConeComputeHessian(), and SDPConeComputeRHS(). |
|
Allocate another vector with the same structure as the first.
Definition at line 195 of file sdpconevec.c. Referenced by DSDPBlockSetup(), DSDPFastLanczosSetup(), and DSDPRobustLanczosSetup(). |
|
Compute the Euclidean norm.
Definition at line 143 of file sdpconevec.c. Referenced by SDPConeVecNormalize(). |
|
Scale the vector to norm of 1.
Definition at line 84 of file sdpconevec.c. |
|
Compute the Euclidean norm.
Definition at line 161 of file sdpconevec.c. Referenced by SDPConeVecNormalize(), and SDPConeXVMultiply(). |
|
Set each element of vector to this number.
Definition at line 211 of file sdpconevec.c. Referenced by DSDPVMatCheck(). |
|
Print the elements of the vector.
Definition at line 49 of file sdpconevec.c. |
|
Zero the elements of the vector.
Definition at line 67 of file sdpconevec.c. |