You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2015/04/21 20:33:47 UTC

svn commit: r1675180 - /mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext

Author: apalumbo
Date: Tue Apr 21 18:33:47 2015
New Revision: 1675180

URL: http://svn.apache.org/r1675180
Log:
CMS commit to mahout by apalumbo

Modified:
    mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext?rev=1675180&r1=1675179&r2=1675180&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext Tue Apr 21 18:33:47 2015
@@ -35,7 +35,7 @@ Sparse matrices:
 
 Diagonal matrix with constant diagonal elements:
 
-    diag(10, 3.5)
+    diag(3.5, 10)
 
 Diagonal matrix with main diagonal backed by a vector: