Searched defs:SPQR (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h15 template<typename MatrixType> class SPQR;
36 * \class SPQR
50 * NOTE : The Index type of R is always UF_long. You can get it with SPQR::Index
57 class SPQR class in namespace:Eigen
66 SPQR() function in class:Eigen::SPQR
75 SPQR(const _MatrixType& matrix) function in class:Eigen::SPQR
85 ~SPQR()
135 inline const internal::solve_retval<SPQR, Rhs> solve(const MatrixBase<Rhs>& B) const
139 && "SPQR::solve(): invalid number of rows of the right hand side matrix B");
140 return internal::solve_retval<SPQR, Rh
[all...]

Completed in 66 milliseconds