Changeset 974 for trunk/psLib/src/math/psMatrix.h
- Timestamp:
- Jun 9, 2004, 3:58:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.h
r908 r974 17 17 * operate only with the psF64 data type. 18 18 * 19 * @ingroup Matrix 20 * 19 21 * @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 $ 23 25 * 24 26 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 30 #define PSMATRIX_H 29 31 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 /// @{ 45 34 46 35 /** LU Decomposition of psImage matrix. 47 36 * 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 49 38 * the outImage or outPerm arguments, then they will be automatically created. The input image must 50 39 * be square. This function operates only with the psF64 data type. Input and output arguments should not be … … 77 66 /** Invert psImage matrix. 78 67 * 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 80 69 * specifies NULL as the outImage argument, then it will automatically be created. The input image must be 81 70 * square. This function operates only with the psF64 data type. Input and output arguments should not be … … 172 161 ); 173 162 163 /// @} 164 174 165 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
