From 29eef08be0cdb8c64e7d562124b750d4cc1de875 Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Mon, 8 Jan 2018 15:42:54 -0800 Subject: [PATCH] Fix a mathematical typo. Thanks to Rafael Spring for pointing this out. Change-Id: I37a403160898f1f2617a360ef8909696d6bdbf74 --- docs/source/nnls_solving.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/nnls_solving.rst b/docs/source/nnls_solving.rst index a69903428..56b3ab965 100644 --- a/docs/source/nnls_solving.rst +++ b/docs/source/nnls_solving.rst @@ -163,7 +163,7 @@ The matrix :math:`D(x)` is a non-negative diagonal matrix, typically the square root of the diagonal of the matrix :math:`J(x)^\top J(x)`. Before going further, let us make some notational simplifications. We -will assume that the matrix :math:`\sqrt{\mu} D` has been concatenated +will assume that the matrix :math:`\frac{1}{\sqrt{\mu}} D` has been concatenated at the bottom of the matrix :math:`J` and similarly a vector of zeros has been added to the bottom of the vector :math:`f` and the rest of our discussion will be in terms of :math:`J` and :math:`f`, i.e, the