Public Types | Static Public Member Functions
Eigen::internal::triangular_matrix_vector_product< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, RowMajor, 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, const 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, RowMajor, Version >

Definition at line 89 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, RowMajor, Version >::ResScalar

Definition at line 91 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 92 of file TriangularMatrixVector.h.


Member Function Documentation

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

Definition at line 103 of file TriangularMatrixVector.h.


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


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:01:06