HomeSort by relevance Sort by last modified time
    Searched refs:SparseQR (Results 1 - 4 of 4) sorted by null

  /external/eigen/test/
mpl2only.cpp 14 #include <Eigen/SparseQR>
sparseqr.cpp 10 #include <Eigen/SparseQR>
52 SparseQR<MatrixType, COLAMDOrdering<int> > solver;
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 16 template<typename MatrixType, typename OrderingType> class SparseQR;
43 * \class SparseQR
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(false),m_isEtreeOk(false)
103 explicit SparseQR(const MatrixType& mat) : m_analysisIsok(false), m_lastError(""), m_useDefaultThreshold(true),m_isQSorted(false),m_isEtreeOk(false)
166 * Q = SparseQR<SparseMatrix<double> >(A).matrixQ();
173 SparseQRMatrixQReturnType<SparseQR> matrixQ() const
174 { return SparseQRMatrixQReturnType<SparseQR>(*this);
    [all...]
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 76 typedef SparseQR<JacobianType, COLAMDOrdering<int> > QRSolver;

Completed in 75 milliseconds