| ||||||
| ||||||
![]() | ||||||
Prototype | ||||||
template <class DenseMatrix, class VectorB, class VectorX, class Pvector> void lu_solve(const DenseMatrix &LU, const Pvector& pvector, const VectorB &b, VectorX &x) ; | ||||||
![]() | ||||||
Description | ||||||
Solve equation Ax=b, given an LU factored matrix.
Usage:
typedef matrixThanks to Valient Gough for this routine! | ||||||
![]() | ||||||
Definition | ||||||
lu.h | ||||||
![]() | ||||||
Preconditions | ||||||
| ||||||
![]() | ||||||
Complexity | ||||||
![]() | ||||||
Example | ||||||
In lu_solve.cc:
| ||||||
![]() | ||||||
Notes | ||||||
![]() | ||||||
See also | ||||||
Copyright ©
1998,1999 University of Notre Dame. All Rights Reserved.