mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed typo in comment
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403832
This commit is contained in:
parent
b72ecc1c66
commit
9de0a49cce
@ -281,7 +281,7 @@ namespace dlib
|
||||
);
|
||||
|
||||
// Check if it is singular and if it is just return 0.
|
||||
// We ant to do this because a prod() operation can easily
|
||||
// We want to do this because a prod() operation can easily
|
||||
// overcome a single diagonal element that is effectively 0 when
|
||||
// LU is a big enough matrix.
|
||||
if (is_singular())
|
||||
|
Loading…
Reference in New Issue
Block a user