Changeset 11248 for trunk/psLib/src/math/psUnaryOp.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psUnaryOp.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psUnaryOp.h
r4540 r11248 1 /* *@file psUnaryOp.h1 /* @file psUnaryOp.h 2 2 * 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 5 4 * 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: 24 6 * 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) 26 25 * 27 * @ingroup MatrixArithmetic26 * Currently only vector-vector and image-image binary operations are supported. 28 27 * 29 * @author Ross Harman, MHPCC 30 * @author Robert DeSonia, MHPCC 28 * @author EAM, IfA 29 * @author Ross Harman, MHPCC 30 * @author Robert DeSonia, MHPCC 31 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 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 36 35 */ 37 36 … … 39 38 #define PSUNARY_OP_H 40 39 41 /// @addtogroup Mat rixArithmetic40 /// @addtogroup MathOps Mathematical Operations 42 41 /// @{ 43 44 42 45 43 /** Perform simple unary arithmetic with images or vectors … … 66 64 67 65 /// @} 68 69 66 #endif // #ifndef PSUNARY_OP_H
Note:
See TracChangeset
for help on using the changeset viewer.
