All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <MatrixMultiply.h>
Public Member Functions | |
| int | factor1Index () const |
| int | factor2Index () const |
| IndexMap () | |
| int | resultIndex () const |
| void | set (int rIndex, int f1Index, int f2Index) |
| QGpCoreTools::MatrixMultiply::IndexMap::IndexMap | ( | ) | [inline] |
{}
| int QGpCoreTools::MatrixMultiply::IndexMap::factor1Index | ( | ) | const [inline] |
Referenced by QGpCoreTools::MatrixData< T >::operator*().
{return _factor1Index;}
| int QGpCoreTools::MatrixMultiply::IndexMap::factor2Index | ( | ) | const [inline] |
Referenced by QGpCoreTools::MatrixData< T >::operator*().
{return _factor2Index;}
| int QGpCoreTools::MatrixMultiply::IndexMap::resultIndex | ( | ) | const [inline] |
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;
}