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. | |
|
||||||||||||||||
|
Allocate V matrix.
Definition at line 351 of file sdpsss.c. Referenced by DSDPBlockSetup(), and SDPConeSetXMat(). |
|
||||||||||||||||||||||||
|
Allocate V matrix using the given array.
Definition at line 381 of file sdpsss.c. Referenced by SDPConeAddADotX(), SDPConeComputeS(), SDPConeComputeX(), SDPConeSetXArray(), and SDPConeViewX(). |
1.4.2