Home
last modified time | relevance | path

Searched refs:STRENUM (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
Dtypes.cc40 #define STRENUM(x) if (value == #x) { *type = x; return true;} macro
62 STRENUM(DENSE_NORMAL_CHOLESKY); in StringToLinearSolverType()
63 STRENUM(DENSE_QR); in StringToLinearSolverType()
64 STRENUM(SPARSE_NORMAL_CHOLESKY); in StringToLinearSolverType()
65 STRENUM(DENSE_SCHUR); in StringToLinearSolverType()
66 STRENUM(SPARSE_SCHUR); in StringToLinearSolverType()
67 STRENUM(ITERATIVE_SCHUR); in StringToLinearSolverType()
68 STRENUM(CGNR); in StringToLinearSolverType()
86 STRENUM(IDENTITY); in StringToPreconditionerType()
87 STRENUM(JACOBI); in StringToPreconditionerType()
[all …]