Changeset 999 in Sophya for trunk/SophyaLib/TArray/sopemtx.cc
- Timestamp:
- May 3, 2000, 6:39:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/sopemtx.cc
r976 r999 447 447 //! Gaussian pivoting 448 448 /*! 449 Diagonalize matrix \b a, doing the same operations on matrix \b b 450 \return determinat of \b a. 451 452 If \b b is identity matrix, return inverse of \b a 449 Do Gauss pivoting of \b a, doing the same operations on matrix \b b 450 \return determinant of \b a. 451 \verbatim 452 Solve linear system A(n,n) * X(n,m) = B(n,m) 453 and put solution X in B for return. 454 \endverbatim 455 \warning If \b b is identity matrix, return inverse of \b a 456 \warning matrix \b a and \b b are modified. 453 457 */ 454 458 template <class T>
Note:
See TracChangeset
for help on using the changeset viewer.