LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::strassenMultiplication< T > Class Template Reference
[Linear Algebra]

Implementation for the addtion forms:. More...

#include <ltiStrassenMultiplication.h>

Inheritance diagram for lti::strassenMultiplication< T >:
Inheritance graph
[legend]
Collaboration diagram for lti::strassenMultiplication< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 strassenMultiplication ()
 strassenMultiplication (const strassenMultiplication< T > &other)
virtual ~strassenMultiplication ()
matrix< T > & multiply (const matrix< T > &one, const matrix< T > &other, matrix< T > &result)
bool multiplyHighlyRectangularMatrix (const matrix< T > &one, const matrix< T > &other, matrix< T > &product)
matrix< T > & apply (const matrix< T > &mult1, const matrix< T > &mult2, matrix< T > &result)
virtual functorclone () const
virtual const char * getTypeName () const

Detailed Description

template<class T>
class lti::strassenMultiplication< T >

Implementation for the addtion forms:.


Constructor & Destructor Documentation

template<class T>
lti::strassenMultiplication< T >::strassenMultiplication (  ) 

default constructor

template<class T>
lti::strassenMultiplication< T >::strassenMultiplication ( const strassenMultiplication< T > &  other  ) 

copy constructor

template<class T>
virtual lti::strassenMultiplication< T >::~strassenMultiplication (  )  [virtual]

destructor


Member Function Documentation

template<class T>
matrix<T>& lti::strassenMultiplication< T >::apply ( const matrix< T > &  mult1,
const matrix< T > &  mult2,
matrix< T > &  result 
) [inline]

onCopy version of apply.

References lti::strassenMultiplication< T >::multiply().

template<class T>
virtual functor* lti::strassenMultiplication< T >::clone (  )  const [virtual]

returns a pointer to a clone of the functor.

Implements lti::functor.

template<class T>
virtual const char* lti::strassenMultiplication< T >::getTypeName (  )  const [virtual]

returns the name of this type

Reimplemented from lti::linearAlgebraFunctor.

template<class T>
matrix<T>& lti::strassenMultiplication< T >::multiply ( const matrix< T > &  one,
const matrix< T > &  other,
matrix< T > &  result 
)

multiple funktion for the matrixmultiplcation under the strassen's algorithm

Referenced by lti::strassenMultiplication< T >::apply().

template<class T>
bool lti::strassenMultiplication< T >::multiplyHighlyRectangularMatrix ( const matrix< T > &  one,
const matrix< T > &  other,
matrix< T > &  product 
)

Handling of highly rectangular matrices.


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:28:46 2010 for LTI-Lib by Doxygen 1.6.1