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