Definition in file dsdpschurmatadd.c.
Go to the source code of this file.
Functions | |
int | DSDPSchurMatAddDiagonal (DSDPSchurMat M, DSDPVec D) |
Add elements to a row of the Schur matrix. | |
int | DSDPSchurMatAddDiagonalElement (DSDPSchurMat M, int row, double dd) |
Determine with the cone should compute this diagonal element of M and RHS. | |
int | DSDPSchurMatAddR (DSDPSchurMat M, int row, double dd) |
Add an element to the Schur matrix correponding the variable r. | |
int | DSDPSchurMatAddRow (DSDPSchurMat M, int row, double alpha, DSDPVec R) |
Add elements to a row of the Schur matrix. | |
int | DSDPSchurMatDiagonalScaling (DSDPSchurMat M, DSDPVec D) |
Get the scaling and nonzero pattern of each diagonal element of the matrix. | |
int | DSDPSchurMatRowColumnScaling (DSDPSchurMat M, int row, DSDPVec V, int *nzcols) |
Get the scaling and nonzero pattern of each column in this row of the matrix. | |
int | DSDPSchurMatVariableCompute (DSDPSchurMat M, int row, double *rcv) |
Determine with the cone should compute this diagonal element of M and RHS. | |
int | DSDPSchurMatVariableComputeR (DSDPSchurMat M, double *rcv) |
Add an element to the Schur matrix correponding the variable r. |
|
Add elements to a row of the Schur matrix.
Definition at line 272 of file dsdpschurmatadd.c. |
|
Determine with the cone should compute this diagonal element of M and RHS.
Definition at line 157 of file dsdpschurmatadd.c. |
|
Add an element to the Schur matrix correponding the variable r.
Definition at line 198 of file dsdpschurmatadd.c. |
|
Add elements to a row of the Schur matrix.
Definition at line 76 of file dsdpschurmatadd.c. Referenced by DSDPAddSchurRow(), and SDPConeComputeHessian(). |
|
Get the scaling and nonzero pattern of each diagonal element of the matrix.
Definition at line 235 of file dsdpschurmatadd.c. Referenced by DSDPSchurMatRowScaling(). |
|
Get the scaling and nonzero pattern of each column in this row of the matrix.
Definition at line 33 of file dsdpschurmatadd.c. Referenced by SDPConeComputeHessian(). |
|
Determine with the cone should compute this diagonal element of M and RHS.
Definition at line 120 of file dsdpschurmatadd.c. Referenced by DSDPObjectiveGH(). |
|
Add an element to the Schur matrix correponding the variable r.
Definition at line 181 of file dsdpschurmatadd.c. |