Changeset 926 in Sophya for trunk/SophyaLib/TArray/utilarr.cc
- Timestamp:
- Apr 13, 2000, 8:39:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/utilarr.cc
r894 r926 9 9 10 10 ////////////////////////////////////////////////////////// 11 /*! 12 \class SOPHYA::RandomSequence 13 \ingroup TArray 14 Class to generate a random sequence of values 15 */ 16 11 17 //! Constructor 12 18 /*! … … 32 38 33 39 ////////////////////////////////////////////////////////// 40 /*! 41 \class SOPHYA::Sequence 42 \ingroup TArray 43 Class to generate a sequence of values 44 */ 45 34 46 //! Constructor 35 47 /*! … … 88 100 89 101 ////////////////////////////////////////////////////////// 102 /*! 103 \class SOPHYA::Range 104 \ingroup TArray 105 Class to define a range of indexes 106 */ 107 90 108 //! Constructor 91 109 /*! … … 126 144 127 145 ////////////////////////////////////////////////////////// 146 /*! 147 \class SOPHYA::IdentityMatrix 148 \ingroup TArray 149 Class to define an identity matrix 150 */ 151 128 152 //! Constructor of a (n,n) diagonal matrix with value diag on the diagonal 129 153 IdentityMatrix::IdentityMatrix(double diag, uint_4 n)
Note:
See TracChangeset
for help on using the changeset viewer.