Changeset 2917 in Sophya for trunk/SophyaLib/TArray/sopemtx.h
- Timestamp:
- Feb 23, 2006, 2:50:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/sopemtx.h
r1007 r2917 20 20 \class SimpleMatrixOperation 21 21 \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 24 29 */ 25 30 //! Class for simple operation on TMatrix
Note:
See TracChangeset
for help on using the changeset viewer.