public class SDPPrimalProblem extends Object
Constructor and Description |
---|
SDPPrimalProblem(SymmetricMatrix C,
SymmetricMatrix[] A)
Constructs a primal SDP problem.
|
Modifier and Type | Method and Description |
---|---|
SymmetricMatrix |
A(int i)
Gets Ai.
|
SymmetricMatrix |
C()
Gets C.
|
int |
n()
Gets the dimension of the system, i.e., the dimension of x, the
number of variables.
|
int |
p()
Gets 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 1Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.