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


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.h

    r920 r926  
    2020//////////////////////////////////////////////////////////
    2121//! Class to generate a random sequence of values
    22 /*!
    23   \class SOPHYA::RandomSequence
    24   \ingroup TArray
    25 */
    2622class RandomSequence {
    2723public:
     
    4238//////////////////////////////////////////////////////////
    4339//! Class to generate a sequence of values
    44 /*!
    45   \class SOPHYA::Sequence
    46   \ingroup TArray
    47 */
    4840class Sequence {
    4941public:
     
    6658//////////////////////////////////////////////////////////
    6759//! Class to define a range of indexes
    68 /*!
    69   \class SOPHYA::Range
    70   \ingroup TArray
    71 */
    7260class Range {
    7361public:
     
    9078//////////////////////////////////////////////////////////
    9179//! Class to define an identity matrix
    92 /*!
    93   \class SOPHYA::IdentityMatrix
    94   \ingroup TArray
    95 */
    9680class IdentityMatrix {
    9781public:
Note: See TracChangeset for help on using the changeset viewer.