Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
 

   SArray1dC<IntT> LUDecomposition(MatrixC & mat,RealT & d)    
 
LU Decomposition with partial pivoting.
 
include "Ravl/MatrixDecomposition.hh"
Source file:Ravl/Math/LinearAlgebra/General/MatrixDecomposition.hh
User Level:Default
Library:RavlMath
In Scope:RavlN

This transforms 'mat' into (L + U - I). 'd' is set to the determinant of the matrix.
The order of the rows in the matrix is changed. the mapping is returned if the decomposition was succesfull, if not an invalid array is returned.
Documentation by CxxDoc: Tue Aug 13 09:59:57 2002