Changeset 508 in Sophya for trunk/SophyaLib/NTools/tmatrix.cc


Ignore:
Timestamp:
Oct 25, 1999, 12:36:22 PM (26 years ago)
Author:
ansari
Message:

Vector/Matrix OVector/OMatrix cmv 25/10/99

File:
1 edited

Legend:

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

    r501 r508  
    1 // $Id: tmatrix.cc,v 1.10 1999-10-23 10:21:23 ansari Exp $
     1// $Id: tmatrix.cc,v 1.11 1999-10-25 10:36:12 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "machdefs.h"
     
    284284TMatrix<r_8> b(mNc,mNr); TMatrix<r_8> a(*this); b = 1.;
    285285if(fabs(TMatrix<r_8>::GausPiv(a,b)) < 1.e-50)
    286   throw(MathExc("TMatrix Inverse() Singular Matrix"));
     286  throw(MathExc("TMatrix Inverse() Singular OMatrix"));
    287287return b;
    288288}
Note: See TracChangeset for help on using the changeset viewer.