Lines Matching refs:Options
66 LinearSolver::Options options;
67 options.type = DENSE_QR;
69 scoped_ptr<LinearSolver> qr(LinearSolver::Create(options));
94 LinearSolver::Options options;
95 options.elimination_groups.push_back(num_eliminate_blocks);
96 options.elimination_groups.push_back(
98 options.type = linear_solver_type;
99 options.dense_linear_algebra_library_type =
101 options.sparse_linear_algebra_library_type =
103 options.use_postordering = use_postordering;
105 scoped_ptr<LinearSolver> solver(LinearSolver::Create(options));