User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Math - Linear Algebra - bool SolveIP(MatrixRUTC & A,VectorC & b)
 

   bool SolveIP(MatrixRUTC & A,VectorC & b)    
 
Solve a general linear system A*x = b
 
include "Ravl/MatrixRUT.hh"
Created:24/01/2001 
User Level:Normal
Library:RavlMath
In Scope:RavlN

The input vector is b, which is replaced by the ouput x.

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