Lines Matching refs:SparseQR
16 template<typename MatrixType, typename OrderingType> class SparseQR; variable
71 class SparseQR : public SparseSolverBase<SparseQR<_MatrixType,_OrderingType> >
74 typedef SparseSolverBase<SparseQR<_MatrixType,_OrderingType> > Base;
94 …SparseQR () : m_analysisIsok(false), m_lastError(""), m_useDefaultThreshold(true),m_isQSorted(fal…
103 …explicit SparseQR(const MatrixType& mat) : m_analysisIsok(false), m_lastError(""), m_useDefaultThr…
173 SparseQRMatrixQReturnType<SparseQR> matrixQ() const
174 { return SparseQRMatrixQReturnType<SparseQR>(*this); }
233 inline const Solve<SparseQR, Rhs> solve(const MatrixBase<Rhs>& B) const
237 return Solve<SparseQR, Rhs>(*this, B.derived());
240 inline const Solve<SparseQR, Rhs> solve(const SparseMatrixBase<Rhs>& B) const
244 return Solve<SparseQR, Rhs>(*this, B.derived());
307 void SparseQR<MatrixType,OrderingType>::analyzePattern(const MatrixType& mat)
348 void SparseQR<MatrixType,OrderingType>::factorize(const MatrixType& mat)