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

    r4540 r11248  
    1 /** @file  psBinaryOp.h
     1/* @file  psBinaryOp.h
    22 *
    3  *  @brief Provides binary functions for simple matrix and vector element operations. Functions
    4  *  include:
     3 * @brief Provides binary functions for simple matrix and vector element operations.
     4 *
     5 * Functions include:
     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)
    524 *
    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)
     25 * Currently only vector-vector and image-image binary operations are supported.
    2426 *
    25  *  Currently only vector-vector and image-image binary operations are supported.
     27 * @author Ross Harman, MHPCC
     28 * @author Robert DeSonia, MHPCC
    2629 *
    27  *  @ingroup MatrixArithmetic
     30 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     31 * @date $Date: 2007-01-23 22:47:23 $
    2832 *
    29  *  @author Ross Harman, MHPCC
    30  *  @author Robert DeSonia, MHPCC
    31  *
    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
     33 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    3634 */
    3735
     
    3937#define PSBINARY_OP_H
    4038
    41 /// @addtogroup MatrixArithmetic
     39/// @addtogroup MathOps Mathematical Operations
    4240/// @{
    4341
     
    6361
    6462/// @}
    65 
    6663#endif // #ifndef PSBINARY_OP_H
Note: See TracChangeset for help on using the changeset viewer.