Changeset 2917 in Sophya for trunk/SophyaLib/TArray/sopemtx.h


Ignore:
Timestamp:
Feb 23, 2006, 2:50:26 PM (20 years ago)
Author:
ansari
Message:

Documentation + debug Range et extraction sous-tableaux , Reza 23/02/2006

File:
1 edited

Legend:

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

    r1007 r2917  
    2020  \class SimpleMatrixOperation
    2121  \ingroup TArray
    22   Class for simple operation on TMatrix
    23   \sa TMatrix TArray
     22  \brief Class for simple operation on TMatrix
     23  This class provides presently a basic implementation of the Gauss
     24  pivoting for linear system solving and matrix inversion.
     25
     26  \warning For large or ill conditioned matrices, use the methods
     27  from LinAlg module.
     28  \sa SOPHYA::LapackServer  SOPHYA::TMatrix
    2429*/
    2530//! Class for simple operation on TMatrix
Note: See TracChangeset for help on using the changeset viewer.