IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 3:58:06 PM (22 years ago)
Author:
desonia
Message:

Added doxygen group tags.

File:
1 edited

Legend:

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

    r908 r974  
    1717 *  operate only with the psF64 data type.
    1818 *
     19 *  @ingroup Matrix
     20 *
    1921 *  @author Ross Harman, MHPCC
    20  *   
    21  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2004-06-08 01:58:03 $
     22 *
     23 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2004-06-10 01:58:06 $
    2325 *
    2426 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2830#define PSMATRIX_H
    2931
    30 /******************************************************************************/
    31 /*  DEFINE STATEMENTS                                                         */
    32 /******************************************************************************/
    33 
    34 // None
    35 
    36 /******************************************************************************/
    37 /*  TYPE DEFINITIONS                                                          */
    38 /******************************************************************************/
    39 
    40 // None
    41 
    42 /*****************************************************************************/
    43 /* FUNCTION PROTOTYPES                                                       */
    44 /*****************************************************************************/
     32/// @addtogroup Matrix
     33/// @{
    4534
    4635/** LU Decomposition of psImage matrix.
    4736 *
    48  *  Performs a LU decomposition on a psImage matrix and returns the LU matrix. If the user specifies NULL for 
     37 *  Performs a LU decomposition on a psImage matrix and returns the LU matrix. If the user specifies NULL for
    4938 *  the outImage or outPerm arguments, then they will be automatically created. The input image must
    5039 *  be square. This function operates only with the psF64 data type. Input and output arguments should not be
     
    7766/** Invert psImage matrix.
    7867 *
    79  *  Inverts a psImage matrix and returns the determinant as an option through the argument list. If the user 
     68 *  Inverts a psImage matrix and returns the determinant as an option through the argument list. If the user
    8069 *  specifies NULL as the outImage argument, then it will automatically be created. The input image must be
    8170 *  square. This function operates only with the psF64 data type. Input and output arguments should not be
     
    172161);
    173162
     163/// @}
     164
    174165#endif
Note: See TracChangeset for help on using the changeset viewer.