Public Types | Static Public Member Functions

internal::triangular_solver_selector< Lhs, Rhs, Side, Mode, NoUnrolling, 1 > Struct Template Reference

#include <SolveTriangular.h>

List of all members.

Public Types

typedef Lhs::Scalar LhsScalar
typedef Rhs::Scalar RhsScalar
typedef blas_traits< Lhs > LhsProductTraits
typedef
LhsProductTraits::ExtractType 
ActualLhsType
typedef Map< Matrix< RhsScalar,
Dynamic, 1 >, Aligned > 
MappedRhs

Static Public Member Functions

static void run (const Lhs &lhs, Rhs &rhs)

template<typename Lhs, typename Rhs, int Side, int Mode>
struct internal::triangular_solver_selector< Lhs, Rhs, Side, Mode, NoUnrolling, 1 >


Member Typedef Documentation

template<typename Lhs , typename Rhs , int Side, int Mode>
typedef LhsProductTraits::ExtractType internal::triangular_solver_selector< Lhs, Rhs, Side, Mode, NoUnrolling, 1 >::ActualLhsType
template<typename Lhs , typename Rhs , int Side, int Mode>
typedef blas_traits<Lhs> internal::triangular_solver_selector< Lhs, Rhs, Side, Mode, NoUnrolling, 1 >::LhsProductTraits
template<typename Lhs , typename Rhs , int Side, int Mode>
typedef Lhs::Scalar internal::triangular_solver_selector< Lhs, Rhs, Side, Mode, NoUnrolling, 1 >::LhsScalar
template<typename Lhs , typename Rhs , int Side, int Mode>
typedef Map<Matrix<RhsScalar,Dynamic,1>, Aligned> internal::triangular_solver_selector< Lhs, Rhs, Side, Mode, NoUnrolling, 1 >::MappedRhs
template<typename Lhs , typename Rhs , int Side, int Mode>
typedef Rhs::Scalar internal::triangular_solver_selector< Lhs, Rhs, Side, Mode, NoUnrolling, 1 >::RhsScalar

Member Function Documentation

template<typename Lhs , typename Rhs , int Side, int Mode>
static void internal::triangular_solver_selector< Lhs, Rhs, Side, Mode, NoUnrolling, 1 >::run ( const Lhs &  lhs,
Rhs &  rhs 
) [inline, static]

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