Chapter 2
Dense and Sparse Matrices

This chapter describes the two CVXOPT matrix types: matrix objects, used for dense matrix computations, and spmatrix objects, used for sparse matrix computations.

 2.1 Dense Matrices
 2.2 Sparse Matrices
 2.3 Arithmetic Operations
 2.4 Indexing and Slicing
 2.5 Attributes and Methods
 2.6 Built-In Functions
 2.7 Other Matrix Functions
 2.8 Randomly Generated Matrices
 2.9 The NumPy Array Interface