Changeset 999 in Sophya for trunk/SophyaLib/TArray/sopemtx.cc


Ignore:
Timestamp:
May 3, 2000, 6:39:26 PM (25 years ago)
Author:
ansari
Message:

mise en template des inline + new GausPiv+Determinant cmv 3/5/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/sopemtx.cc

    r976 r999  
    447447//! Gaussian pivoting
    448448/*!
    449   Diagonalize matrix \b a, doing the same operations on matrix \b b
    450   \return determinat of \b a.
    451 
    452   If \b b is identity matrix, return inverse of \b a
     449  Do Gauss pivoting of \b a, doing the same operations on matrix \b b
     450  \return determinant of \b a.
     451  \verbatim
     452  Solve linear system A(n,n) * X(n,m) = B(n,m)
     453  and put solution X in B for return.
     454  \endverbatim
     455  \warning If \b b is identity matrix, return inverse of \b a
     456  \warning matrix \b a and \b b are modified.
    453457 */ 
    454458template <class T>
Note: See TracChangeset for help on using the changeset viewer.