sparsematrix.hpp File Reference

typedef for boost sparse matrix class More...

#include <ql/qldefines.hpp>
#include <ql/math/array.hpp>
#include <boost/numeric/ublas/matrix_sparse.hpp>
Include dependency graph for sparsematrix.hpp:

Namespaces

 QuantLib
 

Typedefs

typedef
boost::numeric::ublas::compressed_matrix
< Real > 
SparseMatrix
 
typedef
boost::numeric::ublas::matrix_reference
< SparseMatrix > 
SparseMatrixReference
 

Functions

Disposable< Array > prod (const SparseMatrix &A, const Array &x)
 

Detailed Description

typedef for boost sparse matrix class