Changes between Version 18 and Version 19 of GoogleCodeIn2010Tasks

Show
Ignore:
Timestamp:
10/29/10 19:29:47 (11 years ago)
Author:
whiteknight
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleCodeIn2010Tasks

    v18 v19  
    105105'''Details''': Parrot Virtual Machine and the RTEMS project, which is a real-time embedded operating system, have been teaming up, so that Parrot can run on satellites and all kinds of other awesome real-time hardware. We need a logo for this project. It should represent the excitement of being able to use dynamic languages on real-time hardware. 
    106106 
     107== Task # 6: Increase Test Coverage for NumMatrix2D == 
     108 
     109Potential Mentors: Whiteknight 
     110 
     111Background: Linear Algebra 
     112 
     113'''Details''': The Parrot-Linear-Algebra library adds linear algebra support to Parrot. The NumMatrix2D type needs additional tests for arithmetic operations (addition, multiplication). In addition to testing valid operations and the correct results, we need serious testing of error conditions. 
     114 
     115 
     116== Task # 7: Increase Test Coverage for ComplexMatrix2D == 
     117 
     118Potential Mentors: Whiteknight 
     119 
     120Background: Linear Algebra 
     121 
     122'''Details''': The Parrot-Linear-Algebra library adds linear algebra support to Parrot. The ComplexMatrix2D type needs additional tests for arithmetic operations (addition, multiplication). In addition to testing valid operations and the correct results, we need serious testing of error conditions.