#include "Core/Matrix/MatFunc.h"
#include "Core/Array/SetVal.h"
Include dependency graph for MatSum.h:
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> | |
ArrayT * | Impala::Core::Matrix::MatSumAxis1 (ArrayT *m) |
template<class ArrayT> | |
ArrayT * | Impala::Core::Matrix::MatSumRows (ArrayT *m) |
template<class ArrayT> | |
ArrayT * | Impala::Core::Matrix::MatSumAxis0 (ArrayT *m) |
template<class ArrayT> | |
ArrayT * | Impala::Core::Matrix::MatSumColumns (ArrayT *m) |