Changeset 926 in Sophya for trunk/SophyaLib/TArray/triangmtx.h
- Timestamp:
- Apr 13, 2000, 8:39:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/triangmtx.h
r920 r926 7 7 #include "pexceptions.h" 8 8 9 // doit etre mis en dehors du namespace 10 /*! 11 \class SOPHYA::TriangularMatrix 12 \ingroup TArray 13 Class for inferior triangular matrix (base class for the class Alm) 14 */ 15 9 16 namespace SOPHYA { 10 17 11 18 //! Class for inferior triangular matrix (base class for the class Alm) 12 /*!13 \class SOPHYA::TriangularMatrix14 \ingroup TArray15 Class for triangular matrices16 */17 19 template <class T> 18 20 class TriangularMatrix {
Note:
See TracChangeset
for help on using the changeset viewer.