Commit 94ebc5c3 authored by Davis King's avatar Davis King

Updated the comments

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402312
parent 307740b8
...@@ -60,10 +60,11 @@ int main() ...@@ -60,10 +60,11 @@ int main()
m(0) = 5.0; cout << sinc(m(0)) << " " << test(m) << endl; m(0) = 5.0; cout << sinc(m(0)) << " " << test(m) << endl;
// The output is as follows: // The output is as follows:
// 0.239389 0.238808 // 0.239389 0.239362
// 0.998334 0.997779 // 0.998334 0.998333
// -0.189201 -0.189754 // -0.189201 -0.189201
// -0.191785 -0.1979 // -0.191785 -0.197267
// The first column is the true value of the sinc function and the second // The first column is the true value of the sinc function and the second
// column is the output from the krls estimate. // column is the output from the krls estimate.
......
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