English

Faster and Simpler Width-Independent Parallel Algorithms for Positive Semidefinite Programming

Data Structures and Algorithms 2016-02-23 v3 Distributed, Parallel, and Cluster Computing

Abstract

This paper studies the problem of finding an (1+ϵ)(1+\epsilon)-approximate solution to positive semidefinite programs. These are semidefinite programs in which all matrices in the constraints and objective are positive semidefinite and all scalars are non-negative. We present a simpler \NC parallel algorithm that on input with nn constraint matrices, requires O(1ϵ3log3n)O(\frac{1}{\epsilon^3} log^3 n) iterations, each of which involves only simple matrix operations and computing the trace of the product of a matrix exponential and a positive semidefinite matrix. Further, given a positive SDP in a factorized form, the total work of our algorithm is nearly-linear in the number of non-zero entries in the factorization.

Keywords

Cite

@article{arxiv.1201.5135,
  title  = {Faster and Simpler Width-Independent Parallel Algorithms for Positive Semidefinite Programming},
  author = {Richard Peng and Kanat Tangwongsan and Peng Zhang},
  journal= {arXiv preprint arXiv:1201.5135},
  year   = {2016}
}

Comments

Fixed a mistake in the runtime analyses of previous versions

R2 v1 2026-06-21T20:09:15.921Z