| ||||||
| ||||||
![]() | ||||||
Prototype | ||||||
template <class DenseMatrixLU, class DenseMatrix, class Pvector> void lu_inverse(const DenseMatrixLU& LU, const Pvector& pvector, DenseMatrix& AInv) ; | ||||||
![]() | ||||||
Description | ||||||
Given an LU factored matrix, construct the inverse of the matrix. Thanks to Valient Gough for this routine! | ||||||
![]() | ||||||
Definition | ||||||
lu.h | ||||||
![]() | ||||||
Preconditions | ||||||
| ||||||
![]() | ||||||
Complexity | ||||||
![]() | ||||||
Example | ||||||
![]() | ||||||
Notes | ||||||
![]() | ||||||
See also | ||||||
Copyright ©
1998,1999 University of Notre Dame. All Rights Reserved.