|
⇤ ← Revision 1 as of 2008-08-21 00:39:03
Size: 781
Comment:
|
← Revision 2 as of 2009-09-20 21:45:51 ⇥
Size: 781
Comment: converted to 1.6 markup
|
| No differences found! | |
Matrix Domain Specific Language for Hama
A matrix domain specific language (DSL) support for Hama will be greatly simplifying learning curve for scientific users to use Hama. Instead of using Java, Groovy can provide a MATLAB-like syntax and idiom. This page discusses the design of the DSL for Hama.
Code Example
import static org.apache.hama.groovy.Matrix.* def a = random(10,10) def b = eyes(10) def c = a * b
Application Programming Interface
TODO