Classes | Namespaces | Macros
TriangularMatrixVector_BLAS.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::triangular_matrix_vector_product_trmv< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, StorageOrder >
 

Namespaces

 Eigen
 
 Eigen::internal
 

Macros

#define EIGEN_BLAS_TRMV_CM(EIGTYPE, BLASTYPE, EIGPREFIX, BLASPREFIX)
 
#define EIGEN_BLAS_TRMV_RM(EIGTYPE, BLASTYPE, EIGPREFIX, BLASPREFIX)
 
#define EIGEN_BLAS_TRMV_SPECIALIZE(Scalar)
 

Macro Definition Documentation

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

Definition at line 74 of file TriangularMatrixVector_BLAS.h.

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

Definition at line 156 of file TriangularMatrixVector_BLAS.h.

#define EIGEN_BLAS_TRMV_SPECIALIZE (   Scalar)
Value:
template<typename Index, int Mode, bool ConjLhs, bool ConjRhs> \
struct triangular_matrix_vector_product<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,ColMajor,Specialized> { \
static void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \
const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \
_rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
} \
}; \
template<typename Index, int Mode, bool ConjLhs, bool ConjRhs> \
struct triangular_matrix_vector_product<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,RowMajor,Specialized> { \
static void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \
const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \
_rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \
} \
};
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 50 of file TriangularMatrixVector_BLAS.h.



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