Classes | Namespaces | Macros
TriangularMatrixMatrix_BLAS.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::product_triangular_matrix_matrix_trmm< Scalar, Index, Mode, LhsIsTriangular, LhsStorageOrder, ConjugateLhs, RhsStorageOrder, ConjugateRhs, ResStorageOrder >
 

Namespaces

 Eigen
 
 Eigen::internal
 

Macros

#define EIGEN_BLAS_TRMM_L(EIGTYPE, BLASTYPE, EIGPREFIX, BLASPREFIX)
 
#define EIGEN_BLAS_TRMM_R(EIGTYPE, BLASTYPE, EIGPREFIX, BLASPREFIX)
 
#define EIGEN_BLAS_TRMM_SPECIALIZE(Scalar, LhsIsTriangular)
 

Macro Definition Documentation

#define EIGEN_BLAS_TRMM_L (   EIGTYPE,
  BLASTYPE,
  EIGPREFIX,
  BLASPREFIX 
)

Definition at line 78 of file TriangularMatrixMatrix_BLAS.h.

#define EIGEN_BLAS_TRMM_R (   EIGTYPE,
  BLASTYPE,
  EIGPREFIX,
  BLASPREFIX 
)

Definition at line 189 of file TriangularMatrixMatrix_BLAS.h.

#define EIGEN_BLAS_TRMM_SPECIALIZE (   Scalar,
  LhsIsTriangular 
)
Value:
template <typename Index, int Mode, \
int LhsStorageOrder, bool ConjugateLhs, \
int RhsStorageOrder, bool ConjugateRhs> \
struct product_triangular_matrix_matrix<Scalar,Index, Mode, LhsIsTriangular, \
LhsStorageOrder,ConjugateLhs, RhsStorageOrder,ConjugateRhs,ColMajor,Specialized> { \
static inline void run(Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride,\
const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<Scalar,Scalar>& blocking) { \
product_triangular_matrix_matrix_trmm<Scalar,Index,Mode, \
LhsIsTriangular,LhsStorageOrder,ConjugateLhs, \
RhsStorageOrder, ConjugateRhs, ColMajor>::run( \
_rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
} \
};
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:33
void run(Expr &expr, Dev &dev)
Definition: TensorSyclRun.h:33

Definition at line 53 of file TriangularMatrixMatrix_BLAS.h.



hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:09:50