Changeset 926 in Sophya for trunk/SophyaLib/TArray/utilarr.cc


Ignore:
Timestamp:
Apr 13, 2000, 8:39:39 PM (25 years ago)
Author:
ansari
Message:

documentation cmv 13/4/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/utilarr.cc

    r894 r926  
    99
    1010//////////////////////////////////////////////////////////
     11/*!
     12  \class SOPHYA::RandomSequence
     13  \ingroup TArray
     14  Class to generate a random sequence of values
     15*/
     16
    1117//! Constructor
    1218/*!
     
    3238
    3339//////////////////////////////////////////////////////////
     40/*!
     41  \class SOPHYA::Sequence
     42  \ingroup TArray
     43  Class to generate a sequence of values
     44*/
     45
    3446//! Constructor
    3547/*!
     
    88100
    89101//////////////////////////////////////////////////////////
     102/*!
     103  \class SOPHYA::Range
     104  \ingroup TArray
     105  Class to define a range of indexes
     106*/
     107
    90108//! Constructor
    91109/*!
     
    126144
    127145//////////////////////////////////////////////////////////
     146/*!
     147  \class SOPHYA::IdentityMatrix
     148  \ingroup TArray
     149  Class to define an identity matrix
     150*/
     151
    128152//! Constructor of a (n,n) diagonal matrix with value diag on the diagonal
    129153IdentityMatrix::IdentityMatrix(double diag, uint_4 n)
Note: See TracChangeset for help on using the changeset viewer.