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

    r4540 r11248  
    1 /** @file  psUnaryOp.h
     1/* @file  psUnaryOp.h
    22 *
    3  *  @brief Provides unary functions for simple matrix and vector element operations. Functions
    4  *  include:
     3 * @brief Provides unary functions for simple matrix and vector element operations
    54 *
    6  *      Addition (+)
    7  *      Subtraction (-)
    8  *      Multiplication (*)
    9  *      Division (/)
    10  *      Power (^)
    11  *      Minimum (min)
    12  *      Maximum (max)
    13  *      Absolute value (abs)
    14  *      Exponent (exp)
    15  *      Natural Log (ln)
    16  *      Power of 10 (ten)
    17  *      Log (log)
    18  *      Sine (sin or dsin)
    19  *      Cosine (cos or dcos)
    20  *      Tangent (tan or dtan)
    21  *      Arcsine (asin or dasin)
    22  *      Arccosine (acos or dacos)
    23  *      Arctan (atan or datan)
     5 * Defined unary functions include:
    246 *
    25  *  Currently only vector-vector and image-image binary operations are supported.
     7 *     Addition (+)
     8 *     Subtraction (-)
     9 *     Multiplication (*)
     10 *     Division (/)
     11 *     Power (^)
     12 *     Minimum (min)
     13 *     Maximum (max)
     14 *     Absolute value (abs)
     15 *     Exponent (exp)
     16 *     Natural Log (ln)
     17 *     Power of 10 (ten)
     18 *     Log (log)
     19 *     Sine (sin or dsin)
     20 *     Cosine (cos or dcos)
     21 *     Tangent (tan or dtan)
     22 *     Arcsine (asin or dasin)
     23 *     Arccosine (acos or dacos)
     24 *     Arctan (atan or datan)
    2625 *
    27  *  @ingroup MatrixArithmetic
     26 * Currently only vector-vector and image-image binary operations are supported.
    2827 *
    29  *  @author Ross Harman, MHPCC
    30  *  @author Robert DeSonia, MHPCC
     28 * @author EAM, IfA
     29 * @author Ross Harman, MHPCC
     30 * @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2005-07-12 19:12:01 $
    34  *
    35  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     32 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     33 * @date $Date: 2007-01-23 22:47:23 $
     34 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    3635 */
    3736
     
    3938#define PSUNARY_OP_H
    4039
    41 /// @addtogroup MatrixArithmetic
     40/// @addtogroup MathOps Mathematical Operations
    4241/// @{
    43 
    4442
    4543/** Perform simple unary arithmetic with images or vectors
     
    6664
    6765/// @}
    68 
    6966#endif // #ifndef PSUNARY_OP_H
Note: See TracChangeset for help on using the changeset viewer.