Eigen  3.4.1 (git rev 28ded8800c26864e537852658428ab44c8399e87)
 
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...