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::VecNrElem (ArrayT *array) |
template<class ArrayT> | |
int | Impala::Core::Matrix::VecInc (ArrayT *array, int i) |
template<class ArrayT> | |
ArrayT::StorType * | Impala::Core::Matrix::VecE (ArrayT *array, int i=0) |
template<class ArrayT> | |
ArrayT * | Impala::Core::Matrix::VecCreate (int nElem, typename ArrayT::StorType *data=0, bool isWrapper=false) |