This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Impala |
| namespace | Impala::Core |
| namespace | Impala::Core::Matrix |
Functions | |
| template<class ArrayT> | |
| int | Impala::Core::Matrix::MatNrRow (ArrayT *array) |
| template<class ArrayT> | |
| int | Impala::Core::Matrix::MatNrCol (ArrayT *array) |
| template<class ArrayT> | |
| int | Impala::Core::Matrix::MatNrElem (ArrayT *array) |
| template<class ArrayT> | |
| int | Impala::Core::Matrix::MatInc (ArrayT *array, int r, int c) |
| template<class ArrayT> | |
| ArrayT::StorType * | Impala::Core::Matrix::MatE (ArrayT *array, int r=0, int c=0) |
| template<class ArrayT> | |
| ArrayT * | Impala::Core::Matrix::MatCreate (int nRow, int nCol, typename ArrayT::StorType *data=0, bool isWrapper=false) |
1.5.1