Updated example

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403276
This commit is contained in:
Davis King 2009-11-29 15:56:41 +00:00
parent 6356230ccc
commit db593db64e
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ int main()
A = identity_matrix<double>(3);
// MATLAB: B = ones(3,4)
B = uniform_matrix<double>(3,4, 1);
B = ones_matrix<double>(3,4);
// MATLAB: B = rand(3,4)
B = randm(3,4);