Searched refs:SPQR (Results 1 – 6 of 6) sorted by relevance
16 template<typename MatrixType> class SPQR; variable60 class SPQR : public SparseSolverBase<SPQR<_MatrixType> >63 typedef SparseSolverBase<SPQR<_MatrixType> > Base;76 SPQR() 82 explicit SPQR(const _MatrixType& matrix)89 ~SPQR()189 SPQRMatrixQReturnType<SPQR> matrixQ() const191 return SPQRMatrixQReturnType<SPQR>(*this);
1 # SPQR lib usually requires linking to a blas and lapack library.4 # SPQR lib requires Cholmod, colamd and amd as well. 39 find_package_handle_standard_args(SPQR DEFAULT_MSG SPQR_INCLUDES SPQR_LIBRARIES)
20 …* This module provides an interface to the SPQR library, which is part of the <a href="http://www.…26 …er to use this module, the SPQR headers must be accessible from the include paths, and your binary…
37 SPQR<MatrixType> solver; in test_spqr_scalar()
120 find_package(SPQR)126 ei_add_property(EIGEN_TESTED_BACKENDS "SPQR, ")128 ei_add_property(EIGEN_MISSING_BACKENDS "SPQR, ")
76 <tr><td>SPQR</td><td>\link SPQRSupport_Module SPQRSupport \endlink </td> <td> QR factorization </t…