sdpsss.c File Reference


Detailed Description

Determine the sparsity of each block, and choose suitable dual, Delta S, and X matrix structures.

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.


Function Documentation

int DSDPMakeVMat ( char  UPLQ,
int  n,
DSDPVMat X 
)

Allocate V matrix.

Parameters:
UPLQ format
n dimension
X new matrix.
See also:
SDPConeSetStorageFormat()

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.

Parameters:
UPLQ format
xx array
nnz length of the array
n dimension
X new matrix.
See also:
SDPConeSetStorageFormat()

SDPConeGetXArray()

Definition at line 381 of file sdpsss.c.

Referenced by SDPConeAddADotX(), SDPConeComputeS(), SDPConeComputeX(), SDPConeSetXArray(), and SDPConeViewX().


Generated on Wed Nov 5 21:46:06 2008 for DSDP by  doxygen 1.5.6