HomeSort by relevance Sort by last modified time
    Searched refs:getVectorMapper (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 198 const LhsScalars lhs0 = lhs.getVectorMapper(0, i+0), lhs1 = lhs.getVectorMapper(0, i+offset1),
199 lhs2 = lhs.getVectorMapper(0, i+2), lhs3 = lhs.getVectorMapper(0, i+offset3);
291 const LhsScalars lhs0 = lhs.getVectorMapper(0, k);
378 RhsPacket b = rhs.getVectorMapper(j, 0).template load<RhsPacket, Aligned>(0); \
471 const LhsScalars lhs0 = lhs.getVectorMapper(i+0, 0), lhs1 = lhs.getVectorMapper(i+offset1, 0),
472 lhs2 = lhs.getVectorMapper(i+2, 0), lhs3 = lhs.getVectorMapper(i+offset3, 0)
    [all...]
  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 211 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE VectorMapper getVectorMapper(Index i, Index j) const {
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionMapper.h 457 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE VectorMapper getVectorMapper(Index i, Index j) const {

Completed in 224 milliseconds