User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Math - Geometry - FVectorC<N> Solve(const FMatrixC<N,M> & mat,const FVectorC<N> & b)
 

   FVectorC<N> Solve(const FMatrixC<N,M> & mat,const 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

Where a is this matrix, and X is the returned vector. If matrix is singular a zero length vector is returned.
Maintainer:Charles Galambos, Created: 24/01/2001, Documentation by CxxDoc: Tue Aug 13 10:00:21 2002