Changes between Version 19 and Version 20 of GoogleCodeIn2010Tasks

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

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleCodeIn2010Tasks

    v19 v20  
    109109Potential Mentors: Whiteknight 
    110110 
     111Difficulty: Medium 
     112 
    111113Background: Linear Algebra 
    112114 
    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. 
     115'''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. The user should probably write at least 10-20 tests to exercise things that existing tests do not cover. 
    114116 
    115117 
     
    118120Potential Mentors: Whiteknight 
    119121 
     122Difficulty: Hard 
     123 
    120124Background: Linear Algebra 
    121125 
    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. 
     126'''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. The user should probably write at least 15-25 tests to exercise things that existing tests do not cover.