Searched refs:DenseQRSolver (Results 1 – 6 of 6) sorted by relevance
47 DenseQRSolver::DenseQRSolver(const LinearSolver::Options& options) in DenseQRSolver() function in ceres::internal::DenseQRSolver52 LinearSolver::Summary DenseQRSolver::SolveImpl( in SolveImpl()64 LinearSolver::Summary DenseQRSolver::SolveUsingLAPACK( in SolveUsingLAPACK()122 LinearSolver::Summary DenseQRSolver::SolveUsingEigen( in SolveUsingEigen()
82 class DenseQRSolver: public DenseSparseMatrixSolver {84 explicit DenseQRSolver(const LinearSolver::Options& options);109 CERES_DISALLOW_COPY_AND_ASSIGN(DenseQRSolver);
130 new DenseQRSolver(LinearSolver::Options())); in TEST_F()153 new DenseQRSolver(LinearSolver::Options())); in TEST_F()173 new DenseQRSolver(LinearSolver::Options())); in TEST_F()200 new DenseQRSolver(LinearSolver::Options())); in TEST_F()235 new DenseQRSolver(LinearSolver::Options())); in TEST_F()263 new DenseQRSolver(LinearSolver::Options())); in TEST_F()
98 return new DenseQRSolver(options); in Create()
215 DenseQRSolver linear_solver(linear_solver_options); in IsTrustRegionSolveSuccessful()
441 #. Sped up ``DenseQRSolver`` by changing the way dense jacobians are576 #. Fewer memory allocations when using ``DenseQRSolver``.