User Documentation |
RAVL, Recognition And Vision Library |
DEVELOP | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Math - Geometry - bool SolveIP(FMatrixC<N,M> & mat,FVectorC<N> & b) |
bool SolveIP(FMatrixC<N,M> & mat,FVectorC<N> & b) | |
Solve a general linear system A*x = b | |
include | "Ravl/FMatrix.hh" |
Created: | 24/01/2001 |
User Level: | Advanced |
Library: | RavlMath |
In Scope: | RavlN |
This matrix is altered to L-U factored form by the computation.
If the input matrix is singular, false is returned and
true if the operation succeeded.
Maintainer:Charles Galambos, Created: 24/01/2001, Documentation by CxxDoc: Tue Aug 13 10:00:21 2002 |