Home
last modified time | relevance | path

Searched refs:SPQR (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/SPQRSupport/
DSuiteSparseQRSupport.h15 template<typename MatrixType> class SPQR; variable
57 class SPQR
66 SPQR()
75 SPQR(const _MatrixType& matrix)
85 ~SPQR()
135 inline const internal::solve_retval<SPQR, Rhs> solve(const MatrixBase<Rhs>& B) const
140 return internal::solve_retval<SPQR, Rhs>(*this, B.derived());
174 SPQRMatrixQReturnType<SPQR> matrixQ() const
176 return SPQRMatrixQReturnType<SPQR>(*this);
299 struct solve_retval<SPQR<_MatrixType>, Rhs>
[all …]
/external/eigen/cmake/
DFindSPQR.cmake1 # SPQR lib usually requires linking to a blas and lapack library.
4 # SPQR lib requires Cholmod, colamd and amd as well.
34 find_package_handle_standard_args(SPQR DEFAULT_MSG SPQR_INCLUDES SPQR_LIBRARIES)
/external/eigen/Eigen/
DSPQRSupport13 …* This module provides an interface to the SPQR library, which is part of the <a href="http://www.…
19 …er to use this module, the SPQR headers must be accessible from the include paths, and your binary…
/external/eigen/test/
DCMakeLists.txt97 find_package(SPQR)
104 ei_add_property(EIGEN_TESTED_BACKENDS "SPQR, ")
106 ei_add_property(EIGEN_MISSING_BACKENDS "SPQR, ")
Dspqr_support.cpp35 SPQR<MatrixType> solver; in test_spqr_scalar()
/external/eigen/doc/
DSparseLinearSystems.dox46 <tr><td>SPQR</td><td>\link SPQRSupport_Module SPQRSupport \endlink </td> <td> QR factorization </t…