[pure-lang-svn] SF.net SVN: pure-lang:[858] pure/trunk/pure.1.in
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-09-25 09:36:52
|
Revision: 858 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=858&view=rev Author: agraef Date: 2008-09-25 09:36:44 +0000 (Thu, 25 Sep 2008) Log Message: ----------- Update documentation. Modified Paths: -------------- pure/trunk/pure.1.in Modified: pure/trunk/pure.1.in =================================================================== --- pure/trunk/pure.1.in 2008-09-25 09:19:21 UTC (rev 857) +++ pure/trunk/pure.1.in 2008-09-25 09:36:44 UTC (rev 858) @@ -1239,9 +1239,9 @@ vectors aren't the same size then you'll get an `out_of_bounds' exception with the definition above.) .PP -The matrix product now boils down to a simple matrix comprehension which just -multiplies all rows of x with all columns of y (the rows and cols functions -are prelude operations found in matrices.pure): +The general matrix product now boils down to a simple matrix comprehension +which just multiplies all rows of x with all columns of y (the rows and cols +functions are prelude operations found in matrices.pure): .sp .nf > x::matrix * y::matrix = {u*v | u = rows x; v = cols y}; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |