Commit 1e570983 authored by Davis King's avatar Davis King

Updated example now that the cholesky_decomposition has been renamed.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402848
parent b25d303e
......@@ -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);
......
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