Changes between Version 45 and Version 46 of DataParallel/Regular
- Timestamp:
- 01/24/10 19:53:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/Regular
v45 v46 445 445 446 446 == Example 2: Red-Black Relaxation == 447 (example taken from SAC web page) 447 448 {{{ 448 449 redBlack:: Array.Shape dim => Double -> Double -> DArray (dim :*: Int :*: Int :*: Int) Double -> … … 486 487 487 488 == Example 3: 3D Fast Fourier Transformation == 488 Applied FFT to each vector in a three dimensional matrix, once along each of the three axes, iterate a given number of times .489 Applied FFT to each vector in a three dimensional matrix, once along each of the three axes, iterate a given number of times (example taken from SAC web page) 489 490 490 491 {{{
