Eigen  3.4.90 (git rev a4098ac676528a83cfb73d4d26ce1b42ec05f47c)

Detailed Description

This module provides an interface to the SPQR library, which is part of the suitesparse package.

#include <Eigen/SPQRSupport>

In order to use this module, the SPQR headers must be accessible from the include paths, and your binary must be linked to the SPQR library and its dependencies (Cholmod, AMD, COLAMD,...). For a cmake based project, you can use our FindSPQR.cmake and FindCholmod.Cmake modules

Classes

class  Eigen::SPQR< MatrixType_ >
 Sparse QR factorization based on SuiteSparseQR library. More...