ordering -> linear_solver_ordering.
Change-Id: If4af72da90725db2a2d4f397f4cb671c2e863a98
diff --git a/docs/solving.tex b/docs/solving.tex
index 4fe8356..ee8a3b8 100644
--- a/docs/solving.tex
+++ b/docs/solving.tex
@@ -371,7 +371,7 @@
exact order in which the variables should be eliminated, and a variety
of possibilities in between.
-Instances of the \texttt{Ordering} class are used to communicate this
+Instances of the \texttt{ParameterBlockOrdering} class are used to communicate this
information to Ceres.
Formally an ordering is an ordered partitioning of the parameter
@@ -564,10 +564,10 @@
the inner optimization phase. Each group must be an independent set.
\end{enumerate}
-\item{\texttt{ordering} (\texttt{NULL})} An instance of the ordering
- object informs the solver about the desired order in which parameter
- blocks should be eliminated by the linear solvers. See
- section~\ref{sec:ordering} for more details.
+\item{\texttt{linear\_solver\_ordering} (\texttt{NULL})} An instance
+ of the ordering object informs the solver about the desired order in
+ which parameter blocks should be eliminated by the linear
+ solvers. See section~\ref{sec:ordering} for more details.
If \texttt{NULL}, the solver is free to choose an ordering that it
thinks is best. Note: currently, this option only has an effect on