Commit db593db6 authored by Davis King's avatar Davis King

Updated example

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