All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
QGpCoreTools::MatrixMultiply::IndexMap Class Reference

#include <MatrixMultiply.h>

List of all members.

Public Member Functions

int factor1Index () const
int factor2Index () const
 IndexMap ()
int resultIndex () const
void set (int rIndex, int f1Index, int f2Index)

Constructor & Destructor Documentation

{}

Member Function Documentation

Referenced by QGpCoreTools::MatrixData< T >::operator*().

{return _factor1Index;}

Referenced by QGpCoreTools::MatrixData< T >::operator*().

{return _factor2Index;}

Referenced by QGpCoreTools::MatrixData< T >::operator*().

{return _resultIndex;}
void QGpCoreTools::MatrixMultiply::IndexMap::set ( int  rIndex,
int  f1Index,
int  f2Index 
) [inline]
                                                   {
      _resultIndex=rIndex;
      _factor1Index=f1Index;
      _factor2Index=f2Index;
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines