public class SDPPrimalProblem
extends java.lang.Object
| Constructor and Description |
|---|
SDPPrimalProblem(SymmetricMatrix C,
SymmetricMatrix[] A)
Construct a primal SDP problem.
|
| Modifier and Type | Method and Description |
|---|---|
SymmetricMatrix |
A(int i)
Get Ai.
|
SymmetricMatrix |
C()
Get C.
|
int |
n()
Get the dimension of the system, i.e., the dimension of x, the number of variables.
|
int |
p()
Get the size of b.
|
public SDPPrimalProblem(SymmetricMatrix C, SymmetricMatrix[] A)
C - \(C\)A - \(A\)public int n()
public int p()
public SymmetricMatrix C()
public SymmetricMatrix A(int i)
i - an index to the A's, counting from 1