Commit a5c4e86e authored by Davis King's avatar Davis King

fixed grammar in comment

parent a3704989
...@@ -255,7 +255,7 @@ namespace dlib ...@@ -255,7 +255,7 @@ namespace dlib
- #m == an orthogonal matrix with the same dimensions as m. In particular, - #m == an orthogonal matrix with the same dimensions as m. In particular,
the columns of #m have the same span as the columns of m. the columns of #m have the same span as the columns of m.
- trans(#m)*#m == identity matrix - trans(#m)*#m == identity matrix
- This function is just shorthand for performing the QR decomposition of m - This function is just shorthand for computing the QR decomposition of m
and then storing the Q factor into #m. and then storing the Q factor into #m.
!*/ !*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment