#include "Core/Matrix/Mat.h"
#include "Core/Matrix/MatFunc.h"
#include "Core/Matrix/MatTranspose.h"
Include dependency graph for MatMul.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 |
Defines | |
#define | SGEMM(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13) cblas_sgemm(CblasRowMajor,X1,X2,X3,X4,X5,X6,X7,X8,X9,X10,X11,X12,X13) |
#define | DGEMM(X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13) cblas_dgemm(CblasRowMajor,X1,X2,X3,X4,X5,X6,X7,X8,X9,X10,X11,X12,X13) |
#define | BASE_CBLAS |
Functions | |
template<class ArrayT> | |
ArrayT * | Impala::Core::Matrix::MatMul (ArrayT *m, ArrayT *a) |