Public Types | Static Public Member Functions

internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, ColMajor > Struct Template Reference

#include <TriangularMatrixVector.h>

List of all members.

Public Types

enum  { IsLower = ((Mode&Lower)==Lower), HasUnitDiag = (Mode & UnitDiag)==UnitDiag }
typedef scalar_product_traits
< LhsScalar, RhsScalar >
::ReturnType 
ResScalar

Static Public Member Functions

static EIGEN_DONT_INLINE void run (Index rows, Index cols, const LhsScalar *_lhs, Index lhsStride, const RhsScalar *_rhs, Index rhsIncr, ResScalar *_res, Index resIncr, ResScalar alpha)

template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjRhs>
struct internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, ColMajor >


Member Typedef Documentation

template<typename Index , int Mode, typename LhsScalar , bool ConjLhs, typename RhsScalar , bool ConjRhs>
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, ColMajor >::ResScalar

Member Enumeration Documentation

template<typename Index , int Mode, typename LhsScalar , bool ConjLhs, typename RhsScalar , bool ConjRhs>
anonymous enum
Enumerator:
IsLower 
HasUnitDiag 

Member Function Documentation

template<typename Index , int Mode, typename LhsScalar , bool ConjLhs, typename RhsScalar , bool ConjRhs>
static EIGEN_DONT_INLINE void internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, ColMajor >::run ( Index  rows,
Index  cols,
const LhsScalar *  _lhs,
Index  lhsStride,
const RhsScalar *  _rhs,
Index  rhsIncr,
ResScalar _res,
Index  resIncr,
ResScalar  alpha 
) [inline, static]

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