Changeset 2582 in Sophya for trunk/SophyaProg/Tests/ovharr.cc


Ignore:
Timestamp:
Jul 29, 2004, 11:39:53 PM (21 years ago)
Author:
ansari
Message:

Tests sur les operations completes ds carrt.cc et modifs adaptation a MulElt(a, res) ds ovharr.cc - Reza 29/07/2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/ovharr.cc

    r2413 r2582  
    359359        // m4 = m1*m2 est une multiplication de matrice avec les TMatrix<T>
    360360        Matrix * m4 = new Matrix(*m1);
    361         m4->MulElt(*m2); 
     361        m4->MulElt(*m2,*m4); 
    362362
    363363        delete m1;
     
    385385        Matrix m3 = m1 + m2;
    386386        Matrix m4(m1);
    387         m4.MulElt(m2);
     387        m4.MulElt(m2,m4);
    388388      }
    389389    }
Note: See TracChangeset for help on using the changeset viewer.