mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Updated example now that the cholesky_decomposition has been renamed.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402848
This commit is contained in:
parent
b25d303e6d
commit
1e570983c9
@ -243,7 +243,7 @@ int main()
|
||||
svd(E,A,B,C);
|
||||
|
||||
// MATLAB: A = chol(E,'lower')
|
||||
A = cholesky_decomposition(E);
|
||||
A = chol(E);
|
||||
|
||||
// MATLAB: var = min(min(A))
|
||||
var = min(A);
|
||||
|
Loading…
Reference in New Issue
Block a user