Changeset 11248 for trunk/psLib/src/math/psMatrix.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.h
r10381 r11248 1 /* *@file psMatrix.h1 /* @file psMatrix.h 2 2 * 3 * @brief Provides functions for linear algebra operations on psImages and psVectors.3 * @brief Provides functions for linear algebra operations on psImages and psVectors. 4 4 * 5 * Functions are provided to:6 * Transpose a psImage7 * Compute LUD8 * Solve LUD9 * Matrix inversion10 * Calculate determinant11 * Matrix multiplication12 * Calculate Eigenvectors13 * Convert matrix to vector14 * Convert vector to matrix5 * Functions are provided to: 6 * Transpose a psImage 7 * Compute LUD 8 * Solve LUD 9 * Matrix inversion 10 * Calculate determinant 11 * Matrix multiplication 12 * Calculate Eigenvectors 13 * Convert matrix to vector 14 * Convert vector to matrix 15 15 * 16 * These functions treat psImages as if they were matrices, therefore there is no psMatrix. These functions17 * operate only with the psF64 data type.16 * These functions treat psImages as if they were matrices, therefore there is no psMatrix. These functions 17 * operate only with the psF64 data type. 18 18 * 19 * @ingroup Matrix19 * @author Ross Harman, MHPCC 20 20 * 21 * @author Ross Harman, MHPCC 22 * 23 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 24 * @date $Date: 2006-12-01 21:48:47 $ 25 * 26 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 21 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 22 * @date $Date: 2007-01-23 22:47:23 $ 23 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 27 24 */ 28 25 … … 30 27 #define PSMATRIX_H 31 28 32 /// @addtogroup Mat rix29 /// @addtogroup MathOps Mathematical Operations 33 30 /// @{ 34 31 … … 183 180 184 181 /// @} 185 186 182 #endif // #ifndef PSMATRIX_H
Note:
See TracChangeset
for help on using the changeset viewer.
