Updated the comments

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402312
This commit is contained in:
Davis King 2008-06-14 02:18:35 +00:00
parent 307740b85d
commit 94ebc5c338
1 changed files with 5 additions and 4 deletions

View File

@ -60,10 +60,11 @@ int main()
m(0) = 5.0; cout << sinc(m(0)) << " " << test(m) << endl;
// The output is as follows:
// 0.239389 0.238808
// 0.998334 0.997779
// -0.189201 -0.189754
// -0.191785 -0.1979
// 0.239389 0.239362
// 0.998334 0.998333
// -0.189201 -0.189201
// -0.191785 -0.197267
// The first column is the true value of the sinc function and the second
// column is the output from the krls estimate.