Developer Documentation
RAVL, Recognition And Vision Library
USER 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 
Source file:Ravl/Math/LinearAlgebra/FixedSize/FMatrix.hh
User Level:Advanced
Library:RavlMath
In Scope:RavlN

The input matix A is this one. 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 09:59:57 2002