Eigen  3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
 
Loading...
Searching...
No Matches

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...