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

#include <TriangularMatrixMatrix.h>

List of all members.

Public Types

enum  { SmallPanelWidth = 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, Scalar alpha)

Detailed Description

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

Definition at line 95 of file TriangularMatrixMatrix.h.


Member Typedef Documentation

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

Definition at line 100 of file TriangularMatrixMatrix.h.


Member Enumeration Documentation

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

Definition at line 101 of file TriangularMatrixMatrix.h.


Member Function Documentation

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

Definition at line 107 of file TriangularMatrixMatrix.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:34