Public Types | Static Public Member Functions
Eigen::internal::triangular_matrix_vector_product< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, ColMajor, Version > Struct Template Reference

#include <TriangularMatrixVector.h>

List of all members.

Public Types

enum  { IsLower = ((Mode&Lower)==Lower), HasUnitDiag = (Mode & UnitDiag)==UnitDiag, HasZeroDiag = (Mode & ZeroDiag)==ZeroDiag }
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)

Detailed Description

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

Definition at line 21 of file TriangularMatrixVector.h.


Member Typedef Documentation

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

Definition at line 23 of file TriangularMatrixVector.h.


Member Enumeration Documentation

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

Definition at line 24 of file TriangularMatrixVector.h.


Member Function Documentation

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

Definition at line 29 of file TriangularMatrixVector.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:04