pyart.correct.phase_proc.LP_solver_cvxopt
-
pyart.correct.phase_proc.LP_solver_cvxopt(A_Matrix, B_vectors, weights, solver='glpk')[source]
Solve the Linear Programming problem given in Giangrande et al, 2012 using
the CVXOPT module.
Parameters: | A_Matrix : matrix
B_vectors : matrix
weights : array
solver : str or None
LP solver backend to use, choices are ‘glpk’, ‘mosek’ or None to use
the conelp function in CVXOPT. ‘glpk’ and ‘mosek’ are only available
if they are installed and CVXOPT was build with the correct bindings.
|
Returns: | soln : array
|