Searched defs:LinearSolverType (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dtypes.h61 enum LinearSolverType { enum in namespace:ceres
397 const char* LinearSolverTypeToString(LinearSolverType type);
398 bool StringToLinearSolverType(string value, LinearSolverType* type);
455 bool IsSchurType(LinearSolverType type);

Completed in 79 milliseconds