pyart.correct.phase_proc.solve_cylp

pyart.correct.phase_proc.solve_cylp(model, B_vectors, weights, ray, chunksize)[source]

Worker process for LP_solver_cylp_mp.

Parameters:

model : CyClpModel

Model of the LP Problem, see LP_solver_cylp_mp

B_vectors : matrix

Matrix containing B vectors, see construct_B_vectors

weights : array

Weights.

ray : int

Starting ray.

chunksize : int

Number of rays to process.

Returns:

soln : array

Solution to LP problem.

See also

LP_solver_cylp_mp
Parent function.
LP_solver_cylp
Single Process Solver.
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.