Public Types | Static Public Member Functions | List of all members
Eigen::internal::product_triangular_matrix_matrix< Scalar, Index, Mode, true, LhsStorageOrder, ConjugateLhs, RhsStorageOrder, ConjugateRhs, ColMajor, Version > Struct Template Reference

#include <TriangularMatrixMatrix.h>

Public Types

enum  { SmallPanelWidth = 2 * EIGEN_PLAIN_ENUM_MAX(Traits::mr,Traits::nr), IsLower = (Mode&Lower) == Lower, SetDiag = (Mode&(ZeroDiag|UnitDiag)) ? 0 : 1 }
 
typedef gebp_traits< Scalar, Scalar > Traits
 

Static Public Member Functions

static EIGEN_DONT_INLINE void run (Index _rows, Index _cols, Index _depth, const Scalar *_lhs, Index lhsStride, const Scalar *_rhs, Index rhsStride, Scalar *res, Index resStride, const Scalar &alpha, level3_blocking< Scalar, Scalar > &blocking)
 

Detailed Description

template<typename Scalar, typename Index, int Mode, int LhsStorageOrder, bool ConjugateLhs, int RhsStorageOrder, bool ConjugateRhs, int Version>
struct Eigen::internal::product_triangular_matrix_matrix< Scalar, Index, Mode, true, LhsStorageOrder, ConjugateLhs, RhsStorageOrder, ConjugateRhs, ColMajor, Version >

Definition at line 82 of file TriangularMatrixMatrix.h.

Member Typedef Documentation

template<typename Scalar , typename Index , int Mode, int LhsStorageOrder, bool ConjugateLhs, int RhsStorageOrder, bool ConjugateRhs, int Version>
typedef gebp_traits<Scalar,Scalar> Eigen::internal::product_triangular_matrix_matrix< Scalar, Index, Mode, true, LhsStorageOrder, ConjugateLhs, RhsStorageOrder, ConjugateRhs, ColMajor, Version >::Traits

Definition at line 87 of file TriangularMatrixMatrix.h.

Member Enumeration Documentation

template<typename Scalar , typename Index , int Mode, int LhsStorageOrder, bool ConjugateLhs, int RhsStorageOrder, bool ConjugateRhs, int Version>
anonymous enum
Enumerator
SmallPanelWidth 
IsLower 
SetDiag 

Definition at line 88 of file TriangularMatrixMatrix.h.

Member Function Documentation

template<typename Scalar , typename Index , int Mode, int LhsStorageOrder, bool ConjugateLhs, int RhsStorageOrder, bool ConjugateRhs, int Version>
EIGEN_DONT_INLINE void Eigen::internal::product_triangular_matrix_matrix< Scalar, Index, Mode, true, LhsStorageOrder, ConjugateLhs, RhsStorageOrder, ConjugateRhs, ColMajor, Version >::run ( Index  _rows,
Index  _cols,
Index  _depth,
const Scalar *  _lhs,
Index  lhsStride,
const Scalar *  _rhs,
Index  rhsStride,
Scalar *  res,
Index  resStride,
const Scalar &  alpha,
level3_blocking< Scalar, Scalar > &  blocking 
)
static

Definition at line 107 of file TriangularMatrixMatrix.h.


The documentation for this struct was generated from the following file:


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