Definition in file sdpsss.c.
Go to the source code of this file.
Functions | |
int | DSDPMakeVMat (char UPLQ, int n, DSDPVMat *X) |
Allocate V matrix. | |
int | DSDPMakeVMatWithArray (char UPLQ, double xx[], int nnz, int n, DSDPVMat *X) |
Allocate V matrix using the given array. |
int DSDPMakeVMat | ( | char | UPLQ, | |
int | n, | |||
DSDPVMat * | X | |||
) |
Allocate V matrix.
UPLQ | format | |
n | dimension | |
X | new matrix. |
Definition at line 351 of file sdpsss.c.
Referenced by DSDPBlockSetup(), and SDPConeSetXMat().
int DSDPMakeVMatWithArray | ( | char | UPLQ, | |
double | xx[], | |||
int | nnz, | |||
int | n, | |||
DSDPVMat * | X | |||
) |
Allocate V matrix using the given array.
UPLQ | format | |
xx | array | |
nnz | length of the array | |
n | dimension | |
X | new matrix. |
Definition at line 381 of file sdpsss.c.
Referenced by SDPConeAddADotX(), SDPConeComputeS(), SDPConeComputeX(), SDPConeSetXArray(), and SDPConeViewX().