Lines Matching refs:SparseQR
16 template<typename MatrixType, typename OrderingType> class SparseQR; variable
84 class SparseQR : public SparseSolverBase<SparseQR<_MatrixType,_OrderingType> >
87 typedef SparseSolverBase<SparseQR<_MatrixType,_OrderingType> > Base;
107 …SparseQR () : m_analysisIsok(false), m_lastError(""), m_useDefaultThreshold(true),m_isQSorted(fal…
116 …explicit SparseQR(const MatrixType& mat) : m_analysisIsok(false), m_lastError(""), m_useDefaultThr…
186 SparseQRMatrixQReturnType<SparseQR> matrixQ() const
187 { return SparseQRMatrixQReturnType<SparseQR>(*this); }
246 inline const Solve<SparseQR, Rhs> solve(const MatrixBase<Rhs>& B) const
250 return Solve<SparseQR, Rhs>(*this, B.derived());
253 inline const Solve<SparseQR, Rhs> solve(const SparseMatrixBase<Rhs>& B) const
257 return Solve<SparseQR, Rhs>(*this, B.derived());
320 void SparseQR<MatrixType,OrderingType>::analyzePattern(const MatrixType& mat)
361 void SparseQR<MatrixType,OrderingType>::factorize(const MatrixType& mat)