Changeset 1407 for trunk/psLib/src/dataManip/psMatrixVectorArithmetic.h
- Timestamp:
- Aug 6, 2004, 2:06:06 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrixVectorArithmetic.h
r1058 r1407 1 1 2 /** @file psMatrixVectorArithmetic.h 2 3 * … … 29 30 * @author Ross Harman, MHPCC 30 31 * 31 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $32 * @date $Date: 2004-0 6-18 00:54:43$32 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2004-08-07 00:06:06 $ 33 34 * 34 35 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 36 37 37 38 #ifndef PSMATRIX_VECTOR_ARITHMETIC_H 38 # define PSMATRIX_VECTOR_ARITHMETIC_H39 # define PSMATRIX_VECTOR_ARITHMETIC_H 39 40 40 41 /// @addtogroup MatrixVectorArithmetic … … 54 55 * @return psType*: Pointer to either psImage or psVector. 55 56 */ 56 psType *psBinaryOp( 57 void *out, /// Output type, either psImage or psVector. 58 void *in1, /// First input, either psImage or psVector. 59 char *op, /// Operator. 60 void *in2 /// Second input, either psImage or psVector. 61 ); 57 psType *psBinaryOp(void *out, // / Output type, either psImage or psVector. 58 void *in1, // / First input, either psImage or psVector. 59 char *op, // / Operator. 60 void *in2 // / Second input, either psImage or psVector. 61 ); 62 62 63 63 /** Perform simple unary arithmetic with images or vectors … … 77 77 * @return psType*: Pointer to either psImage or psVector. 78 78 */ 79 psType *psUnaryOp( 80 void *out, /// Output type, either psImage or psVector. 81 void *in, /// Input, either psImage or psVector. 82 char *op /// Operator. 83 ); 79 psType *psUnaryOp(void *out, // / Output type, either psImage or psVector. 80 void *in, // / Input, either psImage or psVector. 81 char *op // / Operator. 82 ); 84 83 85 84 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
