Go to the source code of this file.
Functions | |
template<typename Scalar > | |
void | ei_cache_friendly_product (int _rows, int _cols, int depth, bool _lhsRowMajor, const Scalar *_lhs, int _lhsStride, bool _rhsRowMajor, const Scalar *_rhs, int _rhsStride, bool resRowMajor, Scalar *res, int resStride) |
void ei_cache_friendly_product | ( | int | _rows, | |
int | _cols, | |||
int | depth, | |||
bool | _lhsRowMajor, | |||
const Scalar * | _lhs, | |||
int | _lhsStride, | |||
bool | _rhsRowMajor, | |||
const Scalar * | _rhs, | |||
int | _rhsStride, | |||
bool | resRowMajor, | |||
Scalar * | res, | |||
int | resStride | |||
) | [inline] |
Definition at line 36 of file CacheFriendlyProduct.h.