Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.28 inverse()

PrototypesHeader File(s)
template <class T>
RWGenMat<T>
inverse(const RWGenMat<T>& m)
<rw/math/genmat.h>
<rw/math/genfact.h>
RWGenMat<T>
inverse(const RWGenFact<T>& m)
<rw/math/genfact.h>

10.28.1 Description

Returns the inverse of the matrix from which an existing LU factorization was constructed. If the factorization m is invalid, perhaps because the original matrix was singular, an exception with value LPAK_CANTSOLVE occurs.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.