Chapter 2
Dense Matrices (cvxopt.base)

The cvxopt.base module defines two new Python types: matrix objects, used for dense matrix computations, and spmatrix objects, used for sparse matrix computations. In this chapter we describe the dense matrix object. Sparse matrices are discussed in chapter 6.

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