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
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 

Macros

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

Macro Definition Documentation

◆ EIGEN_BLAS_TRMV_CM

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

Definition at line 74 of file TriangularMatrixVector_BLAS.h.

◆ EIGEN_BLAS_TRMV_RM

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

Definition at line 163 of file TriangularMatrixVector_BLAS.h.

◆ EIGEN_BLAS_TRMV_SPECIALIZE

#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); \
} \
};

Definition at line 50 of file TriangularMatrixVector_BLAS.h.

alpha
RealScalar alpha
Definition: level1_cplx_impl.h:147
gtsam.examples.DogLegOptimizerExample.run
def run(args)
Definition: DogLegOptimizerExample.py:21
Scalar
SCALAR Scalar
Definition: bench_gemm.cpp:46
Eigen::Index
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:74


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:09