Changeset 774 in Sophya for trunk/SophyaLib/NTools/generalfit.cc


Ignore:
Timestamp:
Mar 10, 2000, 4:24:53 PM (26 years ago)
Author:
ansari
Message:

Adaptation aux modifs de TMatrixRC<T> - Reza 10/3/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/generalfit.cc

    r766 r774  
    1313#include "pexceptions.h"
    1414#include "generalfit.h"
     15#include "sopemtx.h"
    1516
    1617#define EPS_FIT_MIN 1.e-8
     
    11671168   // Calcul de la matrice des covariances
    11681169#ifdef __mac__
    1169    COVAR = ATGA.Inverse();
     1170   COVAR = SimpleMatrixOperation<r_8>::Inverse(ATGA); /* $CHECK$  Reza 10/3/2000 */
    11701171#else
    11711172   TRY {
    1172      COVAR = ATGA.Inverse();
     1173     COVAR = SimpleMatrixOperation<r_8>::Inverse(ATGA); /* $CHECK$  Reza 10/3/2000 */
    11731174   } CATCHALL {
    11741175     if(debugLevel>0) {
Note: See TracChangeset for help on using the changeset viewer.