Public Types | Static Public Member Functions
internal::general_matrix_matrix_triangular_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, ColMajor, UpLo > Struct Template Reference

#include <GeneralMatrixMatrixTriangular.h>

List of all members.

Public Types

typedef scalar_product_traits
< LhsScalar, RhsScalar >
::ReturnType 
ResScalar

Static Public Member Functions

static EIGEN_STRONG_INLINE void run (Index size, Index depth, const LhsScalar *_lhs, Index lhsStride, const RhsScalar *_rhs, Index rhsStride, ResScalar *res, Index resStride, ResScalar alpha)

Detailed Description

template<typename Index, typename LhsScalar, int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs, int UpLo>
struct internal::general_matrix_matrix_triangular_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, ColMajor, UpLo >

Definition at line 67 of file GeneralMatrixMatrixTriangular.h.


Member Typedef Documentation

template<typename Index , typename LhsScalar , int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar , int RhsStorageOrder, bool ConjugateRhs, int UpLo>
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType internal::general_matrix_matrix_triangular_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, ColMajor, UpLo >::ResScalar

Definition at line 69 of file GeneralMatrixMatrixTriangular.h.


Member Function Documentation

template<typename Index , typename LhsScalar , int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar , int RhsStorageOrder, bool ConjugateRhs, int UpLo>
static EIGEN_STRONG_INLINE void internal::general_matrix_matrix_triangular_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, ColMajor, UpLo >::run ( Index  size,
Index  depth,
const LhsScalar *  _lhs,
Index  lhsStride,
const RhsScalar *  _rhs,
Index  rhsStride,
ResScalar res,
Index  resStride,
ResScalar  alpha 
) [inline, static]

Definition at line 70 of file GeneralMatrixMatrixTriangular.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:31