# Bibliographic Notes


Following is a partial list of books and articles which have
been referenced heavily in this work.
This list is by no means exhaustive. 


* General introduction to optimization can be found in
  {cite}`nocedal2006numerical`.
* Main references for convex analysis are 
  {cite}`bertsekas2003convex,rockafellar2015convex`.
* {cite}`boyd2004convex` is a standard textbook for 
  convex optimization theory, applications and algorithms.
* {cite}`luenberger1984linear` is a good reference for linear
  programming.
* {cite}`boyd2011distributed` covers alternating direction 
  method of multipliers (ADMM) algorithms.
* {cite}`parikh2014proximal` provides good coverage on 
  proximal algorithms.



## Bibliography

```{bibliography}
:style: plain
```
