IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMatrix.h

    r10381 r11248  
    1 /** @file  psMatrix.h
     1/* @file  psMatrix.h
    22 *
    3  *  @brief Provides functions for linear algebra operations on psImages and psVectors.
     3 * @brief Provides functions for linear algebra operations on psImages and psVectors.
    44 *
    5  *  Functions are provided to:
    6  *      Transpose a psImage
    7  *      Compute LUD
    8  *      Solve LUD
    9  *      Matrix inversion
    10  *      Calculate determinant
    11  *      Matrix multiplication
    12  *      Calculate Eigenvectors
    13  *      Convert matrix to vector
    14  *      Convert vector to matrix
     5 * Functions are provided to:
     6 *     Transpose a psImage
     7 *     Compute LUD
     8 *     Solve LUD
     9 *     Matrix inversion
     10 *     Calculate determinant
     11 *     Matrix multiplication
     12 *     Calculate Eigenvectors
     13 *     Convert matrix to vector
     14 *     Convert vector to matrix
    1515 *
    16  *  These functions treat psImages as if they were matrices, therefore there is no psMatrix. These functions
    17  *  operate only with the psF64 data type.
     16 * These functions treat psImages as if they were matrices, therefore there is no psMatrix. These functions
     17 * operate only with the psF64 data type.
    1818 *
    19  *  @ingroup Matrix
     19 * @author Ross Harman, MHPCC
    2020 *
    21  *  @author Ross Harman, MHPCC
    22  *
    23  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2006-12-01 21:48:47 $
    25  *
    26  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     21 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     22 * @date $Date: 2007-01-23 22:47:23 $
     23 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    2724 */
    2825
     
    3027#define PSMATRIX_H
    3128
    32 /// @addtogroup Matrix
     29/// @addtogroup MathOps Mathematical Operations
    3330/// @{
    3431
     
    183180
    184181/// @}
    185 
    186182#endif // #ifndef PSMATRIX_H
Note: See TracChangeset for help on using the changeset viewer.