User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Math - void MulM(const TFMatrixC<DataT,N,M> & fmat,const TFMatrixC<DataT,M,MT> & mat,TFMatrixC<DataT,N,MT> & result)
 

   void MulM(const TFMatrixC<DataT,N,M> & fmat,const TFMatrixC<DataT,M,MT> & mat,TFMatrixC<DataT,N,MT> & result)    
 
Compute result = fmat * mat;
 
include "Ravl/TFMatrix.hh"
Created:24/01/2001 
User Level:Advanced
Library:RavlCore
In Scope:RavlN

Unfortunatly return my value is a little slow, this gets around that by passind the location to store the result.
Maintainer:Charles Galambos, Created: 24/01/2001, Documentation by CxxDoc: Tue Aug 13 10:00:21 2002