Changeset 920 in Sophya for trunk/SophyaLib/TArray/utilarr.h
- Timestamp:
- Apr 13, 2000, 6:42:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/utilarr.h
r894 r920 20 20 ////////////////////////////////////////////////////////// 21 21 //! Class to generate a random sequence of values 22 /*! 23 \class SOPHYA::RandomSequence 24 \ingroup TArray 25 */ 22 26 class RandomSequence { 23 27 public: … … 38 42 ////////////////////////////////////////////////////////// 39 43 //! Class to generate a sequence of values 44 /*! 45 \class SOPHYA::Sequence 46 \ingroup TArray 47 */ 40 48 class Sequence { 41 49 public: … … 58 66 ////////////////////////////////////////////////////////// 59 67 //! Class to define a range of indexes 68 /*! 69 \class SOPHYA::Range 70 \ingroup TArray 71 */ 60 72 class Range { 61 73 public: … … 78 90 ////////////////////////////////////////////////////////// 79 91 //! Class to define an identity matrix 92 /*! 93 \class SOPHYA::IdentityMatrix 94 \ingroup TArray 95 */ 80 96 class IdentityMatrix { 81 97 public:
Note:
See TracChangeset
for help on using the changeset viewer.