[pure-lang-svn] SF.net SVN: pure-lang:[840] pure/trunk/lib/matrices.pure
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-09-23 13:01:40
|
Revision: 840 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=840&view=rev Author: agraef Date: 2008-09-23 13:01:30 +0000 (Tue, 23 Sep 2008) Log Message: ----------- Comment change. Modified Paths: -------------- pure/trunk/lib/matrices.pure Modified: pure/trunk/lib/matrices.pure =================================================================== --- pure/trunk/lib/matrices.pure 2008-09-23 12:56:30 UTC (rev 839) +++ pure/trunk/lib/matrices.pure 2008-09-23 13:01:30 UTC (rev 840) @@ -352,7 +352,7 @@ garbage-collected. CAVEAT: These are low-level operations and hence should be used with care. They are useful, in particular, if you need to handle massive amounts of matrix or vector data generated or processed by external - C software, such as graphics and sound libraries. */ + C functions, such as routines dealing with graphics and sound data. */ private matrix_from_double_array; private matrix_from_complex_array; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |